Live on Solana devnet

Run the tools yourself

These are the same tools Claude calls through the MCP server, hitting real Solana RPC from your browser. No signup, no wallet, no keys.

Why devnet? Solana's public mainnet RPC rejects unauthenticated browser requests with a 403, so a keyless demo can't use it — and shipping an API key inside a public page would leak it. Everything here runs against api.devnet.solana.com. The MCP server itself talks to whichever RPC you configure, mainnet included.

Pick a tool

Run it

What Claude sends

      
What comes back

All 25 tools

Everything the server exposes to Claude. The read-only ones run right here; the rest need a signing keypair, which is why they live in your MCP client and not in a public web page.