solana-mcp-server

solana-mcp-server

0

The Solana MCP Server is a protocol server designed to facilitate interactions with the Solana blockchain by offering simple RPC endpoints for standard operations such as checking account balances and transferring SOL. It is best used with test wallets.

Solana MCP Server

A Model-Context-Protocol server for interacting with the Solana blockchain. This server provides simple RPC endpoints for common Solana operations.

Features

  • Get current slot number
  • Check account balances
  • Get detailed account information
  • Display keypair information
  • Transfer SOL between accounts

Usage

Ask Claude:

  • What's the latest slot on Solana?
  • What's the balance of a specific account?
  • Transfer SOL between accounts.

Security Note

Only use this with a test wallet with a small amount of funds.