Crypto Market Data MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP mode (default 8000). | |
| CRYPTO_MCP_API_KEYS | No | Comma-separated list of API keys for HTTP mode, format: key:client_id:tier. Optional; if not set, a demo key is generated. | |
| CRYPTO_MCP_API_KEYS_FILE | No | Path to a JSON file containing API keys (overrides inline CRYPTO_MCP_API_KEYS). |
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": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_exchangesA | List the exchanges supported by this server. |
| get_capabilitiesA | Show which data each supported exchange can return (no network call). Use this before calling a data tool to pick an exchange that supports it. |
| search_symbolsA | Find market symbols matching a query (e.g. 'BTC', 'SOL/USDT'). Useful when you don't know the exact symbol format an exchange expects. |
| get_priceA | Last price and 24h stats for a symbol. |
| get_order_bookC | Top-of-book bids and asks. |
| get_ohlcvC | Recent OHLCV candles. |
| get_recent_tradesA | Most recent public trades for a symbol. |
| get_funding_rateB | Current perpetual funding rate for a symbol. |
| get_funding_rate_historyB | Historical funding rates for a perp symbol (newest last). |
| compare_fundingA | Compare funding rates for one perp symbol across exchanges (concurrent). Surfaces funding-rate arbitrage: the venue paying the most vs the least, and the spread between them. |
| get_open_interestB | Current open interest for a perp symbol. |
| get_long_short_ratioB | Global long/short account ratio (Binance USDⓈ-M futures only). |
| get_liquidationsC | Recent public liquidations for a perp symbol. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eliasfire617/crypto-market-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server