Solana Trading MCP Server
Allows AI agents to execute trades, monitor balances, and manage transactions on the Solana blockchain.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Solana Trading MCP Serverswap 0.1 SOL for USDC"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š¤ 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
Clone the repo
git clone https://github.com/itsKazgar/solana-mcp-server.git
cd solana-mcp-serverCreate virtual environment
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtCopy and fill in your config
cp .env.example .envReplace YOUR_IP in agent.py and mcp_config.json with your server IP
Start the server
python main.pyStart the dashboard
streamlit run dashboard/app.pySecurity
Never commit your .env file
Use PAPER_MODE=true before trading real funds
Generate a strong token: openssl rand -hex 32
License
MIT
Related MCP Connectors
Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.
Solana on-chain intelligence ā token scans, wallet profiling, bundle detection, 19 MCP tools.
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
Crypto trading intelligence MCP ā 34+ endpoints, x402 pay-per-use, AI agent strategy & execution
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAI-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
- AlicenseNot gradedqualityDmaintenanceSolana on-chain intelligence API ā token scans, wallet PnL, bundle detection, fresh wallets, dev profiling. MCP server for Claude, Cursor & AI agents. Live PumpFun/Raydium streams1MIT
- FlicenseNot gradedqualityDmaintenanceEnables 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-
- AlicenseAqualityAmaintenanceSolana token risk-scoring MCP server for AI trading agents ā 0-100 safety score, on-chain insider wallet cluster detection, mint/freeze authority checks, and historical risk data via 3 tools.3MIT