Solana icon

Solana

Createdakc2267

Provides RPC endpoints for interacting with the Solana blockchain, enabling common Solana operations.

About

Solana is a Model-Context-Protocol (MCP) server designed to simplify interactions with the Solana blockchain. It offers simple RPC endpoints for common Solana operations, such as retrieving the current slot number, checking account balances, getting detailed account information, displaying keypair information, and transferring SOL between accounts. This server aims to provide a straightforward interface for developers and users looking to programmatically interact with the Solana network.

Key Features

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

Use Cases

  • Automating Solana blockchain interactions
  • Integrating Solana functionality into applications
  • Querying Solana blockchain data programmatically