← Back to Plugins
MCP Server MCP

ChainRPC MCP

github By github 👁 1 views ▲ 0 votes

Safety-first EVM and Bitcoin RPC tools for balances, contracts, blocks, and transactions

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://chainrpc-mcp.mitander.io/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "chainrpc-mcp",
      "version": "2.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "EVM JSON-RPC endpoint",
          "default": "https://ethereum-rpc.publicnode.com",
          "name": "EVM_RPC_URL"
        },
        {
          "description": "Bitcoin Core-compatible JSON-RPC endpoint",
          "default": "https://bitcoin-rpc.publicnode.com",
          "name": "BITCOIN_RPC_URL"
        },
        {
          "description": "Explicitly enable signed EVM transaction broadcasts",
          "format": "boolean",
          "default": "false",
          "name": "ALLOW_EVM_BROADCAST"
        },
        {
          "description": "Explicitly enable signed Bitcoin transaction broadcasts",
          "format": "boolean",
          "default": "false",
          "name": "ALLOW_BITCOIN_BROADCAST"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...