Trust infrastructure for AI agents. Escrow, reputation, and dispute resolution. MCP server, Python SDK, TypeScript SDK.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"integration": {
"command": "npx",
"args": [
"-y",
"synmerco/integration"
]
}
}
}
Run in terminal:
claude mcp add integration npx -y synmerco/integration
Add to .cursor/mcp.json:
{
"mcpServers": {
"integration": {
"command": "npx",
"args": [
"-y",
"synmerco/integration"
]
}
}
}