Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

QuantXData Server

БесплатноНе проверен

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

Описание

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

Установка QuantXData Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/appydam/quantxdata-mcp

FAQ

QuantXData Server MCP бесплатный?

Да, QuantXData Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для QuantXData Server?

Нет, QuantXData Server работает без API-ключей и переменных окружения.

QuantXData Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить QuantXData Server в Claude Desktop, Claude Code или Cursor?

Открой QuantXData Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare QuantXData Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории finance