solana-mcp

solana-mcp

3.9

If you are the rightful owner of solana-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

A Model Context Protocol (MCP) server that provides onchain tools for Claude AI, allowing it to interact with the Solana blockchain through a standardized interface.

The Solana Agent Kit MCP Server extends Claude's capabilities by providing tools to interact with the Solana blockchain. It allows AI agents to execute transactions, query account information, and manage Solana wallets seamlessly. The server implements the Model Context Protocol specification to standardize blockchain interactions for AI agents. It requires Node.js, a Solana wallet with a private key, and a Solana RPC URL. The server can be installed via a quick install script, npm, or built from source. Configuration involves setting up environment variables and integrating with Claude Desktop. The server offers various tools for blockchain operations, including asset retrieval, token deployment, and NFT minting. Security considerations include keeping private keys secure and using environment variables for sensitive information.

Features

  • Interact with Solana blockchain
  • Execute transactions
  • Query account information
  • Manage Solana wallets

Tools

  1. GET_ASSET

    Get Solana assets/token information

  2. DEPLOY_TOKEN

    Deploy new tokens on Solana

  3. GET_PRICE

    Get token price information

  4. WALLET_ADDRESS

    Get the wallet address

  5. BALANCE

    Check wallet balance

  6. TRANSFER

    Transfer tokens between wallets

  7. MINT_NFT

    Create and cast new NFTs

  8. TRADE

    Execute token transactions

  9. REQUEST_FUNDS

    Request funds (for testing/development)

  10. RESOLVE_DOMAIN

    Analyze the Solana domain name

  11. GET_TPS

    Get Solana's current transactions per second