From drpc-agent-skills
Fetches blockchain data like balances, transactions, blocks, gas prices, and contract reads across 100+ chains via DRPC RPC. Sets up API keys and MCP tools for queries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/drpc-agent-skills:drpc-rpcThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
100+ blockchains, 200+ networks via DRPC decentralized RPC gateway.
100+ blockchains, 200+ networks via DRPC decentralized RPC gateway.
Check if DRPC MCP tools are available (look for list_networks, eth_getBalance, rpc_call).
If you have access to an EVM wallet (private key or signer), try to get an API key automatically using the x402 protocol. See x402-auto-key.md for the full flow.
Summary:
api_key → go to Step 4.Ask user for their DRPC API key. If they don't have one, direct them to https://drpc.org (free tier available).
Once you have an API key (from Step 2 or Step 3):
| User wants... | Reference |
|---|---|
| Tool parameters, return formats | tools-reference.md |
| Single-network query (balance, tx, block, gas, contract) | recipes-simple.md |
| Multi-network comparison, cross-chain tracking | recipes-crosschain.md |
| DeFi: portfolio, approvals, LP tokens, staking | recipes-defi-basics.md |
| DeFi: Aave, Uniswap, Lido, Morpho, Curve | recipes-defi-protocols.md |
| x402 auto-key flow | x402-auto-key.md |
| Error handling, billing issue | errors.md |
| Setup or reconfigure MCP | setup.md |
If any call returns an error, check errors.md before retrying.
Key signals:
"latest", "earliest", "safe", "finalized", or hex numberlist_networks first if unsure about network namesrpc_batch for multiple queries on the same networkrpc_call for non-EVM chains (Solana, Bitcoin, NEAR, Cosmos)npx claudepluginhub drpcorg/drpc-agent-skills --plugin drpc-agent-skillsProvides live blockchain data via MCP server: token prices, NFT metadata, transactions, simulation, tracing, account abstraction, Solana DAS, and app management across 100+ chains. Use when Alchemy CLI is not installed.
Accesses Alchemy APIs for RPC, tokens, NFTs, transfers, and transaction simulation. Supports API key, x402 (USDC), and MPP (USDC/Stripe) auth on EVM and SVM.
Queries Ethereum via QuickNode RPC with ethers.js: fetches block numbers, ETH balances, ERC-20 token balances, and transaction receipts for blockchain starters.