QuantXData MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QUANTXDATA_EMAIL | Yes | Your QuantXData email address (API credential) | |
| QUANTXDATA_SIGNING_KEY | Yes | Your QuantXData signing key (API credential) |
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_instrumentsA | List all supported exchanges and trading pairs. No authentication required. |
| get_tradesC | Get historical trade executions from an exchange |
| get_orderbooksC | Get historical order book snapshots (L1 top-of-book or L2 depth) |
| get_ohlcvC | Get aggregated OHLCV candlestick data (1m, 15m, 1h, 1d intervals) |
| get_multi_tradesA | Get consolidated trade data across multiple exchanges |
| get_option_quotesA | Get options market data including Greeks (delta, gamma, vega, theta) and implied volatility |
| get_histodayA | Get daily OHLCV data (CryptoCompare-compatible format) |
| get_histohourB | Get hourly OHLCV data (CryptoCompare-compatible format) |
| get_histominuteA | Get minute-level OHLCV data (CryptoCompare-compatible format) |
| get_ob_l1_topB | Get L1 order book top-of-book (best bid/ask) |
| get_ob_l2_snapshotB | Get L2 order book snapshot with configurable depth |
| stream_realtimeB | Get real-time market data stream (polling-based, returns recent data) |
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/appydam/quantxdata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server