API Tools
mcp.trade
Provides API access to search and retrieve MCP marketplace listings and manage trade requests and offers.
ENDPOINT 1
https://mcp.trade/api/mcp
MCP server metadata
- Name
- mcp.trade
- Version
- 0.1.0
Use tools/list then tools/call to discover marketplace listings, trade requests, offers, and hybrid billing capabilities on mcp.trade. Managed API keys from /dashboard/api-keys or OAuth tokens with write scope can also access write tools for trade, billing, and execution workflows.
Known tools 19
search_marketplaceSearch MCP.trade listings by query, category, tag, pricing, and trust signals.
Potential side effectsget_listingReturn full detail for one marketplace listing including config payload, setup steps, and machine-usable URLs.
Inferred read-onlylist_trade_requestsList trade requests posted by buyers looking for MCP implementations.
Potential side effectsget_trade_requestReturn one trade request with offer summaries and execution URLs for accepted offers.
Potential side effectslist_trade_offersList trade offers with x402 and pricing metadata for agentic deal discovery and routing.
Potential side effectslist_billing_plansList MCP.trade global billing plans (free + paid tiers), included monthly credits, and overage rates.
Potential side effectsget_credit_balanceGet current credit wallet status for the managed MCP API key owner (plan, credits remaining, cycle window).
Inferred read-onlycreate_billing_checkout_sessionCreate a Stripe-hosted checkout session for plan upgrade/subscription.
Potential side effectscreate_billing_portal_sessionCreate a Stripe customer portal session for plan/payment-method management.
Potential side effectsget_listing_payment_policyReturn public x402 payment policy for a listing (by slug or listing ID) when monetization is enabled.
Potential side effectsset_listing_payment_policyCreate or update x402 payment policy for a listing you own.
Potential side effectsget_payment_capabilitiesReturn supported payment schemes, networks, and assets from MCP.trade's x402 facilitator status endpoint.
Potential side effectsexecute_trade_offerExecute an accepted offer through MCP.trade's hybrid rail resolver (credits/x402).
Potential side effectsexecute_listing_paymentExecute canonical listing flow on /api/x402/pay/{listingIdOrSlug} with hybrid rail resolution (credits/x402).
Potential side effectsget_listing_payment_statusCheck listing payment status for an x402 paymentIdentifier.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mcp.trade was fetched 2026-07-29T15:38:52.238Z and is being refreshed.
mcp.trade is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.