送信

Spraay X402 Mcp Server

@plagtech

MCP server for the Spraay x402 Gateway — connects Claude Desktop, Cursor, or any MCP client to onchain data, AI models, and batch payments on Base mainnet. AI agents pay USDC per request via the x402 protocol. No API keys. No accounts.

ツール

サーバー設定

{
  "mcpServers": {
    "spraay": {
      "command": "node",
      "args": [
        "/path/to/spraay-x402-mcp/dist/index.js"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "0xYourPrivateKeyWithUSDCOnBase"
      }
    }
  }
}