Command Palette

Search for a command to run...

UnylyUnyly
Browse all

QuantXData Server

FreeNot checked

MCP server that exposes QuantXData's institutional crypto market data APIs to AI assistants, enabling natural language queries for trades, order books, OHLCV, o

GitHubEmbed

About

MCP server that exposes QuantXData's institutional crypto market data APIs to AI assistants, enabling natural language queries for trades, order books, OHLCV, options, and more across 120+ exchanges.

README

Access real-time crypto market data from 123+ exchanges and 47,000+ instruments via the Model Context Protocol (MCP).

Works with Claude Desktop, Claude Code, Cursor, and any MCP-compatible AI agent.

Quick Start

npx quantxdata-mcp

Setup with Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "quantxdata": {
      "command": "npx",
      "args": ["-y", "quantxdata-mcp"],
      "env": {
        "QUANTXDATA_API_KEY": "your-api-key"
      }
    }
  }
}

Setup with Claude Code

claude mcp add quantxdata -- npx -y quantxdata-mcp

Available Tools (18)

Market Data

Tool Description
list_exchanges List 123+ crypto exchanges
list_instruments Browse 47,000+ trading pairs
get_trades Historical trade executions
get_aggregated_trades OHLCV candlestick data
get_multi_trades Cross-exchange trade comparison
get_orderbook L2 orderbook snapshots (5,000+ levels)
get_option_quotes Options Greeks, IV, prices
list_options_exchanges Options-enabled exchanges
list_options_instruments 3,500+ options contracts
get_latest_tick Real-time latest price
get_data_quality Exchange health monitoring
stream_live_data Recent trade stream

User Management

Tool Description
get_user_profile User account info
get_balance Account balance
get_transactions Transaction history
get_usage_summary API usage stats
list_api_keys Manage API keys
create_api_key Generate new API key

Environment Variables

Variable Required Description
QUANTXDATA_API_KEY Yes Your API key for authenticated endpoints
QUANTXDATA_API_URL No API URL (default: https://api.algohouse.ai)
QUANTXDATA_PORTAL_URL No Portal URL for user management
QUANTXDATA_PORTAL_JWT No JWT for user management tools

Example Usage with Claude

"What's the current BTC price across exchanges?"

Claude will call get_latest_tick and list_exchanges to give you real-time data.

"Show me the last hour of ETH trades on Binance"

Claude will call get_aggregated_trades with the right parameters.

Get an API Key

Visit quantxdata.ai to get your API key.

License

MIT

from github.com/appydam/quantxdata-mcp

Install QuantXData Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install quantxdata-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add quantxdata-mcp-server -- npx -y github:appydam/quantxdata-mcp

FAQ

Is QuantXData Server MCP free?

Yes, QuantXData Server MCP is free — one-click install via Unyly at no cost.

Does QuantXData Server need an API key?

No, QuantXData Server runs without API keys or environment variables.

Is QuantXData Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install QuantXData Server in Claude Desktop, Claude Code or Cursor?

Open QuantXData Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare QuantXData Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs