← Back to Plugins
MCP Server MCP

io.github.kinance/circle-agent-stack-mcp

github By github 👁 1 views ▲ 0 votes

Circle Agent Stack for AI agents: USDC wallets, spend policies, transfers, and x402 nanopayments.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "circle-agent-stack-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Circle API key from developers.circle.com",
          "isRequired": true,
          "isSecret": true,
          "name": "CIRCLE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...