Crypto MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SOLANA_RPC_URL | No | Optional custom Solana RPC URL (default: https://api.mainnet-beta.solana.com) | |
| COINGECKO_API_KEY | No | Optional API key for CoinGecko (free tier works without key, pro tier available) | |
| ETHERSCAN_API_KEY | Yes | API key for Etherscan (required, free tier available at https://etherscan.io/apis) |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_eth_balanceB | Get Ethereum wallet balance for a given address |
| get_eth_transactionsA | Get recent Ethereum transactions for an address |
| get_btc_balanceA | Get Bitcoin wallet balance for a given address |
| get_btc_transactionsB | Get recent Bitcoin transactions for an address |
| get_sol_balanceA | Get Solana wallet balance for a given address |
| get_sol_transactionsB | Get recent Solana transactions for an address |
| get_token_priceC | Get current price and market data for cryptocurrencies |
| search_tokensB | Search for cryptocurrency tokens by name or symbol |
| get_gas_priceA | Get current Ethereum gas prices (slow, standard, fast) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |