dRPC Agent Skills
Provides access to Bitcoin blockchain data via RPC, enabling queries for balances, transactions, blocks, and other Bitcoin-specific blockchain data through a decentralized gateway with consensus validation.
Provides access to BNB Chain (Binance Smart Chain) via RPC, enabling queries for wallet balances, smart contract interactions, transaction tracking, gas prices, block information, and event logs through a decentralized gateway.
Provides access to Ethereum blockchain data via RPC, enabling queries for wallet balances, transaction status, smart contract state (eth_call), gas prices, block information, and event logs through a decentralized gateway with consensus validation.
Provides access to Fantom blockchain via RPC, enabling queries for wallet balances, smart contract interactions, transaction tracking, gas prices, and block data through a decentralized gateway.
Provides access to NEAR Protocol blockchain data via RPC, enabling queries for account information, transactions, blocks, and other NEAR-specific blockchain data through a decentralized gateway.
Provides access to Optimism L2 blockchain data via RPC, enabling queries for wallet balances, smart contract interactions, transaction tracking, gas prices, and block data through a decentralized gateway.
Provides access to Polygon blockchain data via RPC, enabling queries for wallet balances, smart contract interactions, transaction tracking, gas prices, and block data through a decentralized gateway.
Provides access to Solana blockchain data via RPC, enabling queries for account balances, transactions, blocks, and other Solana-specific blockchain data through a decentralized gateway.
DRPC Agent Skills
Give your AI coding agent access to 100+ blockchains over RPC. Works on first ask -- no restart, no config file editing. Guided recipes, error handling, 200+ networks.
Why DRPC? Your requests go through a decentralized gateway that routes across multiple providers. If one is down, another picks up. Responses are consensus-validated, so you don't get bad data from a single node.
What Can You Do?
Type a plain English prompt. The agent figures out which RPC calls to make.
Use Case | Example Prompt |
DeFi Portfolio | "Get my wallet balance across Ethereum, Arbitrum, and Base" |
Gas Optimization | "Compare gas prices across all L2 networks right now" |
Transaction Tracking | "Check if transaction 0xabc... is confirmed on Optimism" |
Smart Contract Reading | "Read the totalSupply of USDC contract on Base" |
Whale Watching | "Get the last 10 transactions for this address on Ethereum" |
Cross-Chain Analysis | "Compare TVL-related contract data across Arbitrum, Base and Optimism" |
Install
Works with: Claude Code · Gemini CLI · Cursor · Codex · Windsurf · Cline · OpenClaw
Get your free API key at drpc.org, then install the skill for your platform:
Claude Code
claude plugins marketplace add drpcorg/drpc-agent-skills
claude plugins install drpc-agent-skillsGemini CLI
gemini extensions install https://github.com/drpcorg/drpc-agent-skillsCodex
git clone https://github.com/drpcorg/drpc-agent-skills.git
ln -s $(pwd)/drpc-agent-skills/skills/drpc-rpc ~/.agents/skills/drpc-rpcCursor
git clone https://github.com/drpcorg/drpc-agent-skills.git
ln -s $(pwd)/drpc-agent-skills/skills/drpc-rpc .cursor/skills/drpc-rpcWindsurf
git clone https://github.com/drpcorg/drpc-agent-skills.git
ln -s $(pwd)/drpc-agent-skills/skills/drpc-rpc .windsurf/skills/drpc-rpcCline
git clone https://github.com/drpcorg/drpc-agent-skills.git
ln -s $(pwd)/drpc-agent-skills/skills/drpc-rpc .cline/skills/drpc-rpcOpenClaw
git clone https://github.com/drpcorg/drpc-agent-skills.git
ln -s $(pwd)/drpc-agent-skills/skills/drpc-rpc ~/.openclaw/skills/drpc-rpcHow It Works
Ask something like:
"Get the ETH balance of vitalik.eth on Ethereum"
"Compare gas prices across all L2 networks"
The agent reads the skill file, picks the right RPC method, calls DRPC, and gives you back the result. No boilerplate on your end.
You ask → Agent reads skill → Calls DRPC API → Returns blockchain dataThree modes, picked automatically:
First session: asks for API key, executes request via direct HTTP (no restart needed), configures MCP for future sessions
Subsequent sessions: uses native MCP tools (faster, integrated)
Error handling: recognizes billing limits, rate limiting, and guides recovery
Skill Contents
File | Purpose |
Entry point — detects transport, routes by query type | |
MCP configuration per platform | |
Direct HTTP calls for first session (no MCP needed) | |
All 16 MCP tools with parameters | |
Single-network recipes | |
Cross-chain recipes | |
Error codes, billing errors, recovery patterns |
MCP Tools
Tool | Description |
| All 200+ supported networks |
| RPC methods for a network |
| Network details (chain ID, currency, explorers) |
| Native token balance |
| Block by number or tag |
| Block by hash |
| Transaction details |
| Receipt with status and logs |
| Event log queries |
| Read smart contracts |
| Current gas price |
| Gas estimation |
| Contract bytecode |
| Nonce for address |
| Any JSON-RPC method |
| Batch multiple calls |
Supported Networks
Ethereum, Arbitrum, Optimism, Base, Polygon, BNB Chain, Avalanche, zkSync, Linea, Scroll, Mantle, Fantom, Gnosis, Celo, Moonbeam, Harmony, Aurora, Metis, Boba, Cronos, Klaytn, Solana, Bitcoin, NEAR, Cosmos, Starknet, and many more.
Contributing
Found a bug? Missing a chain? Open an issue or send a PR.
Stars help with discoverability -- if this saved you time, consider leaving one.
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/drpcorg/drpc-agent-skills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server