← Registry

API Tools

quote.trade

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

1 endpoint11 known toolsFirst detected July 6, 2026Last detected July 6, 2026

ENDPOINT 1

https://quote.trade/mcp

No auth detected

Known tools 11

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_status

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

quote_trade_exchange_info

Call GET /api/exchangeInfo and return trading symbols, assets, status, rate limits, and server time.

quote_trade_instruments

Call GET /api/getInstrumentPairs.

quote_trade_ticker

Call GET /api/ticker?symbol=SYMBOL and return last price, bid, ask, and lastUpdateId.

quote_trade_depth

Call GET /api/depth?symbol=SYMBOL&limit=N and return bids/asks depth from the public market-data API.

quote_trade_account

Call GET /api/account with the configured API key and return account, balances, margin, wallet, and unrealized P/L fields.

quote_trade_order_preview

Normalize and validate a BUY/SELL order locally without sending it to Quote.Trade.

quote_trade_place_order

Guarded live order tool for POST /api/order.

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_private_events_sample

Open wss://app.quote.trade/ws/listenKey with the configured API key, collect bounded account/order/risk messages, then close.