Drpc Agent Skills MCP Server

Blockchain RPC access for AI agents — 200+ networks via DRPC MCP gateway

Local serverstdioGo

What is the Drpc Agent Skills MCP server?

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.

What the server does

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.

Available tools

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 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

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

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.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Drpc Agent Skills.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
list_networksAll 200+ supported networks
list_methodsRPC methods for a network
get_network_infoNetwork details (chain ID, currency, explorers)
eth_getBalanceNative token balance
eth_getBlockByNumberBlock by number or tag
eth_getBlockByHashBlock by hash
eth_getTransactionByHashTransaction details
eth_getTransactionReceiptReceipt with status and logs
eth_getLogsEvent log queries
eth_callRead smart contracts
eth_gasPriceCurrent gas price
eth_estimateGasGas estimation
eth_getCodeContract bytecode
eth_getTransactionCountNonce for address

Example prompts to try

  • Use Drpc Agent Skills to list networks.
  • Use Drpc Agent Skills to list methods.
  • Use Drpc Agent Skills to get network info.

Frequently asked questions

It connects Drpc Agent Skills to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (list_networks, list_methods, get_network_info, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Drpc Agent Skills directly.