← Back to Plugins
MCP Server MCP

io.github.hypeprinter007-stack/anchor-x402

github By github 👁 1 views ▲ 0 votes

x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.anchor-x402.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "anchor-x402-mcp",
      "version": "0.2.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "EVM private key (0x-prefixed hex). The wallet pays for x402 calls in USDC on Base mainnet. Fund with USDC before use.",
          "isRequired": true,
          "isSecret": true,
          "name": "ANCHOR_WALLET_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...