API Tools
quote.trade
An MCP server that wraps Quote.Trade APIs for trading data and system status.
ENDPOINT 1
https://quote.trade/mcp
MCP server metadata
- Name
- quote-trade-mcp
- Version
- 1.5.8
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_manifestExplains that MCP is only a tool/schema adapter around the existing Quote.
Inferred read-onlyquote_trade_get_challengeOptional wallet login/register step 1 (not required for trading with an existing API key).
Inferred read-onlyquote_trade_logonOptional wallet login/register step 3 (not required if the agent already has an API key).
Inferred read-onlyquote_trade_statusCall GET /api/status and return system status, server time, contracts URL, and feature flags.
Inferred read-onlyquote_trade_exchange_infoCall GET /api/exchangeInfo and return a paginated slice of trading symbols plus rate limits/server time.
Inferred read-onlyCONNECT 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.
quote.trade is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.