INDIVIDUAL MCP TOOL
get_listing
Return full detail for one marketplace listing including config payload, setup steps, and machine-usable URLs.
LIVE ENDPOINT
https://mcp.trade/api/mcp
Connect to this endpoint to inspect the live schema for get_listing and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.mcp-trade]
url = "https://mcp.trade/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-trade": {
"type": "http",
"url": "https://mcp.trade/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-trade
Remote MCP URL: https://mcp.trade/api/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": {
"mcp-trade": {
"url": "https://mcp.trade/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-trade": {
"type": "http",
"url": "https://mcp.trade/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-trade",
"transport": "streamable-http",
"url": "https://mcp.trade/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_marketplace— Search MCP.trade listings by query, category, tag, pricing, and trust signals.list_trade_requests— List trade requests posted by buyers looking for MCP implementations.get_trade_request— Return one trade request with offer summaries and execution URLs for accepted offers.list_trade_offers— List trade offers with x402 and pricing metadata for agentic deal discovery and routing.list_billing_plans— List MCP.trade global billing plans (free + paid tiers), included monthly credits, and overage rates.get_credit_balance— Get current credit wallet status for the managed MCP API key owner (plan, credits remaining, cycle window).create_billing_checkout_session— Create a Stripe-hosted checkout session for plan upgrade/subscription.create_billing_portal_session— Create a Stripe customer portal session for plan/payment-method management.