Solana MCP Servers (ERPC Solana RPC)
What is Solana MCP Servers
Solana MCP Servers let you use Solana RPC methods from Claude with natural language prompts.
With the ERPC Solana RPC MCP Server, you can ask questions like wallet checks, transaction investigation, and network health monitoring, and Claude can call the required Solana RPC tools for you.
At the time of the demo videos, this setup exposes 48 Solana RPC tools.
Setup
Step 0 - Create account and complete email verification
Create or sign in to your ERPC account using the official Validators DAO Discord community, then complete email verification.
- Validators DAO Discord: https://discord.gg/C7ZQSrCkYR
- OAuth Login: https://auth-api.erpc.global/oauth/login-url?provider=discord
Use the same Discord account later when you authorize in Claude.
Step 1 - Add the MCP server in Claude Connectors
In Claude, open
Settings -> Connectors -> Add custom connector and set this server URL:Step 2 - Authorize with the same Discord account
After adding the connector, run authorization and finish the Discord OAuth flow with the same account used in Step 0.
Step 3 - Verify with simple prompts
After connection is complete, run simple prompts to verify tool calls.
- Balance check (getBalance)
- Cluster health / epoch info (getHealth, getEpochInfo, getSlot)
- Block info (getBlockHeight, getLatestBlockhash)
Reference Videos
Setup Demo (Discord OAuth Login + Method List)
Use Cases Demo (Wallet, Transaction, Network Health)
3 Use Cases
Use Case 1 - Wallet Balance Check
Prompt:
Tool called:
getBalanceUse this when you want to monitor wallets, verify transfers, or check holdings quickly.
Use Case 2 - Transaction Investigation
Prompt:
Tool called:
getTransactionYou can inspect instructions, signers, fees, and status, then get a natural-language explanation of what happened.
Use Case 3 - Network Health Monitoring
Prompt:
Tools called:
getEpochInfo, getSlot, getHealthThis is useful for validator operation, RPC operation, and trading system monitoring.
Why It's Useful
When getting started on Solana, building the right RPC query for each goal can take time.
With MCP, you describe what you want in natural language and Claude can map it to the right Solana RPC method for you. This lowers the barrier for both quick checks and deeper chain analysis.
Get Started
- Join Validators DAO Discord and create your account.
- Complete email verification and OAuth login.
- Add the MCP server URL in Claude Connectors.
- Authorize with the same Discord account.
- Start with
getBalance,getTransaction, and network health prompts.
- MCP Server: https://mcp-solana-rpc-api.erpc.global/mcp
- OAuth Login: https://auth-api.erpc.global/oauth/login-url?provider=discord
- Validators DAO Discord: https://discord.gg/C7ZQSrCkYR