SolanaBot

SolanaBot is a backend application that provides tools to interact with the Solana blockchain. It allows users to check SOL balances and send SOL to other accounts using the Model Context Protocol (MCP).

Features

  • Get Balance: Retrieve the SOL balance of a given public key.
  • Send SOL: Transfer SOL from the sender's account to a specified recipient.
  • Airdrop SOL: Airdrop some solana to given public key.

Required

  • A Solana wallet.
  • Claude Desktop

setup

  • Create a .env file in the root directory.
  • Add your Solana wallet private key in the following format: PRIVATE_KEY= Your_key
  • Edit claude_desktop_config as :
  "mcpServers": {
    "solana": {
      "command": PATH_OF_NODE,
      "args": [
        PATH_OF_INDEX.JS
      ]
    }
  }
}

Send solana:

text

Get Balance :

text

Related in Database - Secure MCP Servers

ServerSummaryActions
ChronosView
Outreach.io by CDataCData's Model Context Protocol (MCP) Server for Outreach.ioView
Iceberg MCP Server (via Impala)This is a A Model Context Protocol server that provides read-only access to Iceberg tables via Apach...View
CData Square ServerCData's Model Context Protocol (MCP) Server for SquareView
Mina Archive Node APIThis project implements a Model Context Protocol (MCP) server that provides access to the Mina block...View
Drug Gene Interaction Database (DGIdb)This project is available under the MIT License with an Academic Citation Requirement. This means yo...View