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.
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:
endpoint
https://mcp-solana-rpc-api.erpc.global/mcp

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:
text
What's the SOL balance of wallet address EiwSTx1Z2uJATDut682U7xzzquFR4UpQJUij3wSxVoSV?
Tool called: getBalance
Use this when you want to monitor wallets, verify transfers, or check holdings quickly.

Use Case 2 - Transaction Investigation

Prompt:
text
Look up Solana transaction 2qf1KikxxgqmtHFVMhaLSaAhDGJC2ob49mMbbShvDBTdtTN1rG6L98Jn4h9n1myKr5QQVptnYRMrUXqFhog4XH5g and explain what happened.
Tool called: getTransaction
You can inspect instructions, signers, fees, and status, then get a natural-language explanation of what happened.

Use Case 3 - Network Health Monitoring

Prompt:
text
What's the current Solana epoch info, slot height, and cluster health?
Tools called: getEpochInfo, getSlot, getHealth
This 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

  1. Join Validators DAO Discord and create your account.
  2. Complete email verification and OAuth login.
  3. Add the MCP server URL in Claude Connectors.
  4. Authorize with the same Discord account.
  5. Start with getBalance, getTransaction, and network health prompts.