Cryptohopper Market Data
com.cryptohopper/mcp-data
Documentation
Installation
Use the remote MCP endpoint at https://mcp-data.cryptohopper.com/mcp; no local package install is required.
Configuration
Authenticate with either OAuth 2.0 or a Cryptohopper MCP API key passed in the Authorization header as a bearer token.
Remote endpoint: https://mcp-data.cryptohopper.com/mcp
Capabilities
- Current ticker snapshots (
get_ticker) - Orderbook snapshots (
get_orderbook) - OHLCV candles (
get_candles) - Exchange and market discovery (
list_exchanges,list_markets,get_market,list_quote_currencies) - Account usage and quota inspection (
get_usage)
Limitations
- Read-only market-data access only.
- Spot market data only; no futures, perpetuals, or options.
- Historical candle depth depends on subscription tier.
- Exchange coverage and available data vary by account tier.
- No trade execution, order management, or account mutation.
Security
- All requests are authenticated.
- OAuth 2.0 is supported for interactive clients.
- API keys are bearer tokens and should be treated as secrets.
- Keys are revocable from the Cryptohopper account interface.
