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. |
Capabilities
Features and capabilities supported by this server
| 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_balance | 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_history | 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_price | 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_info | 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_yields | 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_yields | 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_safety | 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_stats | 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 | |