← Registry

API Tools

quote.trade

An MCP server that wraps Quote.Trade APIs for trading data and system status.

1 endpoint16 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://quote.trade/mcp

No auth detected

MCP server metadata

Name
quote-trade-mcp
Version
1.5.8
Capabilities
tools
Server instructions

MCP adapter for Quote.Trade REST/WebSocket APIs. Wallet login is optional. Agents normally use an API key+secret from the Quote.Trade web app as X-MBX-APIKEY / X-MBX-APISECRET (no wallet/logon required for trading). Credential scoping: trade-only key -> market data, account, order preview/place, WS samples (no withdraw). Full-access key (trade+withdraw) -> same plus quote_trade_withdraw. Withdraw is allowed only with a full-access key; trade-only keys are rejected for withdraw by Quote.Trade. If using optional wallet logon/register instead, map body.requestToken/requestSecret to those headers and body.id as account. TRUST WARNING: any API secret sent to this MCP host grants signing authority for that key's permissions. Downstream Quote.Trade REST/WS APIs receive only X-MBX-APIKEY + signature. Optional register/login: get_challenge -> sign with wallet outside MCP -> logon (isNewUser true/false). Optional deposit: get_deposit_address (USDC|USDT|XUSDC) then transfer outside MCP. Trade: instruments -> ticker -> depth -> place_order (optional order_preview). Withdraw (full-access key only; stablecoins USDC|USDT|XUSDC only): account -> quote_trade_withdraw (own login wallet; no toAddress). BTC/ETH/other cannot be withdrawn via MCP. Guardrails fail closed: empty allowedSymbols denies live order/withdraw; allowedSymbols=* for all trade instruments; maxNotionalUsd must be > 0. humanApproved/approvalText are agent friction only (orders: APPROVE QUOTE.TRADE LIVE ORDER; withdraws: APPROVE QUOTE.TRADE LIVE WITHDRAW).

Known tools 16

quote_trade_api_manifest

Explains that MCP is only a tool/schema adapter around the existing Quote.

Inferred read-only
quote_trade_get_challenge

Optional wallet login/register step 1 (not required for trading with an existing API key).

Inferred read-only
quote_trade_logon

Optional wallet login/register step 3 (not required if the agent already has an API key).

Inferred read-only
quote_trade_get_deposit_address

Deposit step 1.

Inferred read-only
quote_trade_status

Call GET /api/status and return system status, server time, contracts URL, and feature flags.

Inferred read-only
quote_trade_exchange_info

Call GET /api/exchangeInfo and return a paginated slice of trading symbols plus rate limits/server time.

Inferred read-only
quote_trade_instruments

Trade step 1.

Potential side effects
quote_trade_ticker

Trade step 2.

Potential side effects
quote_trade_depth

Trade step 3.

Potential side effects
quote_trade_account

Withdraw step 1 / anytime account check.

Inferred read-only
quote_trade_order_preview

Optional before live trade.

Potential side effects
quote_trade_place_order

Trade step 4.

Potential side effects
quote_trade_withdraw_preview

Optional before live withdraw.

Inferred read-only
quote_trade_withdraw

Withdraw step 3.

Inferred read-only
quote_trade_liquidity_sample

Open wss://app.

Inferred read-only
quote_trade_private_events_sample

Open wss://app.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.quote-trade-mcp]
url = "https://quote.trade/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quote-trade-mcp": {
      "type": "http",
      "url": "https://quote.trade/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: quote-trade-mcp
Remote MCP URL: https://quote.trade/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "quote-trade-mcp": {
      "url": "https://quote.trade/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quote-trade-mcp": {
      "type": "http",
      "url": "https://quote.trade/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quote-trade-mcp",
  "transport": "streamable-http",
  "url": "https://quote.trade/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for quote.trade was fetched 2026-07-26T08:37:37.480Z and is being refreshed.

Trust status Trusted

quote.trade is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.