Loading MCP server directory, please wait...
Official SynapseNetwork MCP server for agent payments, service discovery, and receipts.
npx @getmcp/cli add io.github.SynapseNetworkAI/synapse-network-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
SYNAPSE_AGENT_KEYSynapseNetwork Agent Key beginning with agt_. Used as the Gateway X-Credential header.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.SynapseNetworkAI/synapse-network-mcp-server": {
"command": "npx",
"args": [
"-y",
"@synapse-network-ai/mcp-server"
],
"env": {
"SYNAPSE_AGENT_KEY": "",
"SYNAPSE_ENV": "",
"SYNAPSE_GATEWAY_URL": ""
}
}
}
}