MCP Server
MCP
ChainRPC MCP
Safety-first EVM and Bitcoin RPC tools for balances, contracts, blocks, and transactions
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
By
Comments
Sign in to leave a comment