solana-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HELIUS_API_KEY | Yes | Helius API key used for accessing Solana blockchain data, wallet balances, and transaction history. | |
| JUPITER_API_KEY | Yes | Jupiter API key used for retrieving current token prices. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_wallet_balanceB | SOL- und Token-Balances einer Solana-Wallet abfragen. Gibt die native SOL-Balance und alle Token-Positionen zurück. Args: wallet_address: Solana-Wallet-Adresse im Base58-Format (z.B. "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU") |
| get_transaction_historyB | Letzte Transaktionen einer Solana-Wallet abrufen. Zeigt die letzten Transaktionen mit Typ, Beschreibung und Zeitstempel. Args: wallet_address: Solana-Wallet-Adresse im Base58-Format limit: Anzahl der Transaktionen (Standard: 10, Maximum: 50) |
| get_token_priceA | Aktuellen USD-Preis eines Solana-Tokens abfragen. Nutzt Jupiter als primäre Quelle, CoinGecko als Fallback. Args: token: Token-Symbol (z.B. "SOL", "BONK") oder Mint-Adresse |
| get_token_infoB | Metadaten eines Solana-Tokens abfragen. Gibt Name, Symbol, Supply, Decimals und Authorities zurück. Args: token: Token-Symbol (z.B. "SOL", "JUP") oder Mint-Adresse |
| get_defi_yieldsA | Top DeFi-Pool-Yields auf Solana abrufen (Raydium + Orca). Zeigt die besten Yield-Möglichkeiten über mehrere DEXs. Filtert Scam-Pools automatisch raus (Mindest-TVL: $1.000). Args: sort_by: Sortierung — "apr" (Rendite), "tvl" (Liquidität) oder "volume" (Handelsvolumen). Standard: "apr" limit: Anzahl der Ergebnisse gesamt (Standard: 10, Maximum: 25) |
| compare_yieldsA | Yield-Vergleich für einen bestimmten Token über alle Solana-DEXs. Sucht alle Pools die den Token enthalten und vergleicht APRs. Filtert Scam-Pools automatisch raus. Args: token: Token-Symbol (z.B. "SOL", "USDC") oder Mint-Adresse limit: Maximale Anzahl Pools gesamt (Standard: 10) |
| check_token_safetyA | Sicherheitscheck für einen Solana-Token durchführen. Prüft: RugCheck-Score, Mint/Freeze-Authority, Holder-Konzentration und bekannte Risiken. Hilfreich um Scam-Tokens und Honeypots zu erkennen. Args: token: Token-Symbol (z.B. "BONK") oder Mint-Adresse |
| get_usage_statsA | Nutzungsstatistiken des MCP-Servers abrufen. Zeigt: Gesamtanzahl Tool-Aufrufe, Aufrufe pro Tool, erster und letzter Aufruf. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose with no overlap: token safety checks, yield comparisons, DeFi yield listings, token metadata, token pricing, transaction history, usage statistics, and wallet balances. The descriptions reinforce unique functions, making tool selection unambiguous for an agent.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., check_token_safety, get_token_info, get_wallet_balance). The naming is predictable and readable throughout the set, with no deviations in style.
With 8 tools, the server is well-scoped for Solana analytics and DeFi operations. Each tool serves a distinct, valuable function in the domain, and the count is neither too sparse nor bloated, fitting typical server expectations.
The toolset covers key Solana DeFi and wallet operations comprehensively, including token analysis, pricing, yields, and wallet data. A minor gap exists in transaction execution tools (e.g., swap or transfer tokens), but agents can work around this for most analytical workflows.