Skip to main content
Glama
itsKazgar

Solana Trading MCP Server

by itsKazgar

🤖 Solana Trading MCP Server

🖥️ Live Demo → An AI-powered Solana trading bot with a live dashboard, built on the MCP (Model Context Protocol) framework.

Features

  • MCP Server — exposes Solana trading tools via HTTP for any AI agent

  • AI Agent — connects a local Ollama model (hermes3) to control the bot

  • Live Dashboard — monitor trades, balances, and bot status

  • Bot Studio — configure and control the bot from the browser

  • Transaction Trail — full history of all transactions

  • Paper Mode — test without real money

Related MCP server: NoesisAPI

Tech Stack

  • Python, FastAPI, FastMCP 2.0

  • Solana, solders, anchorpy

  • Streamlit + Plotly dashboard

  • LangChain + Ollama (hermes3)

  • SQLite + Redis for state

Setup

  1. Clone the repo

git clone https://github.com/itsKazgar/solana-mcp-server.git
cd solana-mcp-server
  1. Create virtual environment

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Copy and fill in your config

cp .env.example .env
  1. Replace YOUR_IP in agent.py and mcp_config.json with your server IP

  2. Start the server

python main.py
  1. Start the dashboard

streamlit run dashboard/app.py

Security

  • Never commit your .env file

  • Use PAPER_MODE=true before trading real funds

  • Generate a strong token: openssl rand -hex 32

License

MIT

F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    AI-to-AI marketplace MCP server with 46 tools — swap 65+ crypto tokens on 7 chains, rent GPUs, trade 25 tokenized stocks, on-chain escrow (Solana + Base), DeFi yields, sentiment analysis, wallet monitoring, and image generation. Supports USDC payments across 14 blockchains.
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Solana on-chain intelligence API — token scans, wallet PnL, bundle detection, fresh wallets, dev profiling. MCP server for Claude, Cursor & AI agents. Live PumpFun/Raydium streams
    1
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI tools to execute trades and fetch market data across six crypto exchanges via natural language or API, with dual Telegram and MCP interfaces.
    2

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/itsKazgar/solana-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server