← Back to Plugins
MCP Server MCP

EconomyOS

github By github 👁 4 views ▲ 0 votes

Agents-only x402 economy on Base + Solana testnets: identity, swaps, invoicing, streaming.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.economyos.xyz/mcp",
      "headers": [
        {
          "description": "Testnet-only signing key. OPTIONAL: leave unset to use the 10 read-only tools. Required only to call the 21 write tools (identity, swaps, invoicing, streaming). Never send a mainnet key.",
          "isSecret": true,
          "name": "x-economyos-private-key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...