LIVE ENDPOINT
https://quote.trade/mcp
Connect to this endpoint to inspect the live schema for quote_trade_depth and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
quote_trade_api_manifest— Explains that MCP is only a tool/schema adapter around the existing Quote.quote_trade_get_challenge— Optional wallet login/register step 1 (not required for trading with an existing API key).quote_trade_logon— Optional wallet login/register step 3 (not required if the agent already has an API key).quote_trade_get_deposit_address— Deposit step 1.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 a paginated slice of trading symbols plus rate limits/server time.quote_trade_instruments— Trade step 1.quote_trade_ticker— Trade step 2.