Query Solana wallets, tokens, DeFi yields, whale activity, and token safety data through MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Solana MCP Server.
AiAgentKarl/solana-mcp-server MCP server exposes Solana blockchain and market data to an AI agent through 11 MCP tools. It covers wallet balances, transaction history, token metadata, token prices, DeFi yields, whale activity, wallet tracking, portfolio analysis, token safety, and server usage statistics.
The wallet tools can return SOL and token balances, recent transactions with transaction types and descriptions, and portfolio values in USD. Token tools provide current USD prices, using Jupiter first and CoinGecko as a fallback, along with metadata such as name, symbol, supply, and decimals.
For decentralized finance use cases, the server retrieves pool APRs from Raydium and Orca and can compare yields for a particular token across those exchanges. Its safety checks include RugCheck scores, holder concentration, mint authority, and freeze authority. Whale-related tools find large token transactions and follow a wallet’s holdings and activity.
The server is implemented as a FastMCP application. Its source is organized around a server module, configuration handling, asynchronous HTTP clients for external APIs, and tool definitions grouped by wallet, token, DeFi, and safety functions.
AiAgentKarl/solana-mcp-server MCP server uses Helius for required blockchain API access. Jupiter, CoinGecko, Raydium, Orca, and RugCheck provide the other listed data sources. The README states that Jupiter, Raydium, Orca, and RugCheck do not require API keys, while CoinGecko has a limit of 30 calls per minute. Helius provides a free tier of 1 million credits per month.
Pools with less than $1,000 in total value locked are automatically filtered from the server’s DeFi data. This is relevant when using yield discovery or comparison tools, because very small pools are excluded from the results.
Install the Python package with:
Register the server in an MCP client using the solana-server command. The configuration must provide HELIUS_API_KEY in the server’s environment. The key can be obtained from Helius, and the README identifies it as a free key.
A minimal configuration follows:
The placeholder value must be replaced with an actual Helius key before starting the server.
AiAgentKarl/solana-mcp-server MCP server includes these capabilities:
The server depends on external Solana and market-data providers, so results are constrained by those providers’ availability and rate limits. Helius is the only listed provider that requires a key. CoinGecko is documented with a 30-calls-per-minute limit; the README does not state request limits for the other providers.
The available safety data should be treated as tool output for investigation rather than an unstated guarantee about a token. The README specifically identifies RugCheck scores, holder concentration, mint authority, and freeze authority as the checks exposed by the server.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aiagentkarl-solana-mcp-server)<a href="https://allmcps.com/mcp/aiagentkarl-solana-mcp-server"><img src="https://allmcps.com/api/badge/aiagentkarl-solana-mcp-server?style=directory" alt="Solana MCP Server on AllMCPs" /></a>