dRPC Agent Skills
JSON →Blockchain RPC via DRPC. Exposes eth_call, eth_getBalance, gas estimation, and other JSON-RPC methods as MCP tools across 100+ blockchains
Tools · 16
- list_networks All 200+ supported networks
- list_methods RPC methods for a network
- get_network_info Network details (chain ID, currency, explorers)
- eth_getBalance Native token balance
- eth_getBlockByNumber Block by number or tag
- eth_getBlockByHash Block by hash
- eth_getTransactionByHash Transaction details
- eth_getTransactionReceipt Receipt with status and logs
- eth_getLogs Event log queries
- eth_call Read smart contracts
- eth_gasPrice Current gas price
- eth_estimateGas Gas estimation
- eth_getCode Contract bytecode
- eth_getTransactionCount Nonce for address
- rpc_call Any JSON-RPC method
- rpc_batch Batch multiple calls
Links
★ 21 GitHub stars