Skip to main content
Glama
appydam

QuantXData MCP Server

by appydam

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QUANTXDATA_EMAILYesYour QuantXData email address (API credential)
QUANTXDATA_SIGNING_KEYYesYour QuantXData signing key (API credential)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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