mcpbeat Sign in

Quote.Trade MCP Adapter MCP Server

answering

Quote.Trade MCP Adapter is answering right now. Last checked moments ago. It exposes 16 tools.

Quote.Trade MCP: login, deposit address, market data, orders, and withdraws.

Uptime history 36 days of history · worst day 97%
36 days agonow
100.0%
Uptime 24h
93 of 93 checks
16
Tools
read from the server
969 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 12

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 13 August 2026. No other catalogue keeps this.

13 Aug 7 tool descriptions were rewritten quote_trade_exchange_info, quote_trade_get_challenge, quote_trade_instruments and 4 more
13 Aug 4 tools changed the parameters they ask for quote_trade_exchange_info, quote_trade_instruments, quote_trade_withdraw and 1 more
13 Aug a tool changed version

Quote.Trade MCP Adapter does not always answer

Over the last week it answered 99.8% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add mcp --transport http https://quote.trade/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://quote.trade/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://quote.trade/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://quote.trade/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://quote.trade/mcp"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

quote
quote_trade_account
Withdraw step 1 / anytime account check. GET /api/account with per-request X-MBX-APIKEY. Inspect available balances before withdraw. No live trading action.
quote_trade_api_manifest
Explains that MCP is only a tool/schema adapter around the existing Quote.Trade APIs, and returns local servlet guardrail configuration.
quote_trade_depth
Trade step 3. GET /api/depth?symbol=SYMBOL&limit=N. Use depth quantity to choose a suitable limit price before placing an order.
quote_trade_exchange_info
Call GET /api/exchangeInfo and return a paginated slice of trading symbols plus rate limits/server time. Upstream has no pagination, so this adapter filters/slices locally. Default limit=50, max=200. Prefer quote_trade_instruments for compact tradable-pair discovery.
quote_trade_get_challenge
Optional wallet login/register step 1 (not required for trading with an existing API key). POST /api/getChallenge with a wallet address (login). Returns challenge text and isNewUser. Step 2: sign the challenge with the wallet outside MCP. Step 3: quote_trade_logon. No API key required.
quote_trade_get_deposit_address
Deposit step 1. GET /api/getDepositAddress?symbol=ASSET and return chain + contract/address. Supported assets: USDC and USDT (mainnet), XUSDC (USDC on XDC). Step 2 is transferring funds to that address outside MCP (no backend call).
quote_trade_instruments
Trade step 1. GET /api/getInstrumentPairs — paginated tradable symbols/instruments. Default limit=50, max=200. Use skip to page. Pick a symbol from this response for ticker/depth/order calls.
quote_trade_liquidity_sample
Open wss://app.quote.trade/ws/liquidity, subscribe to a symbol, collect a bounded number of messages, then close.
quote_trade_logon
Optional wallet login/register step 3 (not required if the agent already has an API key). Pass challenge + wallet signature from steps 1–2. isNewUser=true -> POST /api/registerUser; else POST /api/logon. On success, map body.requestToken/requestSecret to X-MBX-APIKEY / X-MBX-APISECRET; use body.id as account. Wallet signing stays outside MCP.
quote_trade_order_preview
Optional before live trade. Normalize/validate a BUY/SELL order locally without sending it.
quote_trade_place_order
Trade step 4. POST /api/order with a suitable price after instruments/ticker/depth. Requires tradingEnabled, allowedSymbols (* or explicit list; empty denies), maxNotionalUsd>0, and API credentials. Sending X-MBX-APISECRET to this MCP host grants it full signing authority. humanApproved/approvalText are agent friction only.
quote_trade_private_events_sample
Open wss://app.quote.trade/ws/listenKey using the caller's per-request X-MBX-APIKEY, collect bounded account/order/risk messages, then close. No live trading action is performed.
quote_trade_status
Call GET /api/status and return system status, server time, contracts URL, and feature flags.
quote_trade_ticker
Trade step 2. GET /api/ticker?symbol=SYMBOL for a symbol from quote_trade_instruments. Returns last price, bid, ask, lastUpdateId.
quote_trade_withdraw
Withdraw step 3. POST /api/sendWithdrawWithVTokenRequest for stablecoins only (USDC|USDT|XUSDC) to the user's own login wallet (no toAddress). Not available for BTC/ETH/other assets. Requires a full-access API key with withdraw entitlement (trade-only keys are rejected by Quote.Trade), tradingEnabled, allowedSymbols, and maxNotionalUsd>0. humanApproved/approvalText are agent friction only.
quote_trade_withdraw_preview
Optional before live withdraw. Stablecoins only: USDC, USDT, or XUSDC (not BTC/ETH/other). Own login wallet only (no toAddress). estimatedNotional is USD at $1 peg. Trade-only API keys cannot withdraw — use a full-access key with withdraw entitlement.

Endpoints

URLTransportStateLatencyChecked
https://quote.trade/mcp streamable-http answering 684 ms 0 min ago

Alternatives to Quote.Trade MCP Adapter

same job, measured the same way
Paradex Trading
by tradeparadex

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.

170 installs/wk local only
Openmm MCP
by adacapo21

AI-native crypto trading MCP server — market data, orders, grid strategies & DeFi

101 installs/wk local only
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

554 installs/wk local only
Gate DEX MCP
by gateio-dev

Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access.

47 tools answering
MCP Pear
by marvelnwachukwu

MCP server for Pear Protocol: markets, positions, orders, portfolio, and gated trade execution.

42 installs/wk local only
Angel One
by ameernoufil

Angel One SmartAPI MCP for orders, portfolio, market data, GTT rules, charges, and margin.

33 installs/wk local only
IMBA Agent Spend
by imbawallet

IMBA spend MCP: USDT TRC-20 deposit and catalog buy with your key. No withdraw.

140 installs/wk 19 tools answering
Tradernet MCP Server
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

20 installs/wk local only

Quote.Trade MCP Adapter — questions

Answers built from our own checks of this server.

What can Quote.Trade MCP Adapter do?
It exposes 16 tools, read directly from the server on our last check. Among them: quote_trade_account, quote_trade_api_manifest, quote_trade_depth, quote_trade_exchange_info, quote_trade_get_challenge, quote_trade_get_deposit_address and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Quote.Trade MCP Adapter working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 93 of 93 checks got a reply (100.0%), average response time 969 ms. The bar chart above shows every period we have measured.
How do I connect Quote.Trade MCP Adapter?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Quote.Trade MCP Adapter need an API key?
No. Quote.Trade MCP Adapter completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Quote.Trade MCP Adapter?
It answers our handshake in 969 ms on average, which is faster than 10% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.