Catalog
com.thenextgennexus/crypto-mcp-server
Official2 toolsCoinGecko-backed live prices, market caps, DeFi metrics — no per-user API key needed.
Live cryptocurrency prices, market caps, and DeFi metrics from CoinGecko.
Captured live from the server via tools/list.
crypto_prices
Get current cryptocurrency prices and market data from CoinGecko. Args: coins: List of coin IDs (e.g. ['bitcoin', 'ethereum']). Empty for top coins. max_results: Max results (default 50)
Parameters (2)
- coinsarray
- max_resultsinteger
exchange_rates
Get current currency exchange rates. Args: base_currency: Base currency code (default 'USD')
Parameters (1)
- base_currencystring
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"crypto-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/crypto-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.