Blockchain RPC access for AI agents — 200+ networks via DRPC MCP gateway
Connect Drpc Agent Skills to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Blockchain RPC access for AI agents — 200+ networks via DRPC MCP gateway. The drpc agent skills mcp server is what makes that connection.
Give your AI coding agent access to 100+ blockchains over RPC. Works on first ask -- no restart, no config file editing. Agents with a wallet get an API key automatically via x402 -- no signup needed. Guided recipes, error handling, 200+ networks.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_networks — All 200+ supported networkslist_methods — RPC methods for a networkget_network_info — Network details (chain ID, currency, explorers)eth_getBalance — Native token balanceeth_getBlockByNumber — Block by number or tageth_getBlockByHash — Block by hasheth_getTransactionByHash — Transaction detailseth_getTransactionReceipt — Receipt with status and logseth_getLogs — Event log querieseth_call — Read smart contractseth_gasPrice — Current gas priceeth_estimateGas — Gas estimationSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Drpc Agent Skills's toolset — list_networks, list_methods, get_network_info and 11 more — is a fair guide to whether it matches your workflow. It is maintained by drpcorg; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Drpc Agent Skills's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| 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 |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.