← Back to Plugins
MCP Server MCP

Synapse Network MCP Server for paid API calls

github By github 👁 1 views ▲ 0 votes

Synapse Network MCP paid API calls via discover_services; not Synapse.org/Sage Bionetworks Synapse.

Homepage Verified source GitHub

Install

npx -y @synapse-network-ai/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.synapse-network.ai/mcp",
      "headers": [
        {
          "description": "Bearer SynapseNetwork Agent Key beginning with agt_. Example: Bearer agt_xxx. Used by the Remote MCP layer and mapped to Gateway X-Credential.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@synapse-network-ai/mcp-server",
      "version": "0.1.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SynapseNetwork Agent Key beginning with agt_. Used as the Gateway X-Credential header.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SYNAPSE_AGENT_KEY"
        },
        {
          "description": "Gateway environment preset: prod or staging. Use prod for production workflows; staging is for preview and E2E validation.",
          "format": "string",
          "name": "SYNAPSE_ENV"
        },
        {
          "description": "Optional custom Gateway base URL. Overrides SYNAPSE_ENV.",
          "format": "string",
          "name": "SYNAPSE_GATEWAY_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...