← Registry

API Tools

mcp.trade

Provides API access to search and retrieve MCP marketplace listings and manage trade requests and offers.

x402 supported1 endpoint19 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.trade/api/mcp

No auth detected

MCP server metadata

Name
mcp.trade
Version
0.1.0
Capabilities
tools
Server instructions

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_marketplace

Search MCP.trade listings by query, category, tag, pricing, and trust signals.

Potential side effects
get_listing

Return full detail for one marketplace listing including config payload, setup steps, and machine-usable URLs.

Inferred read-only
list_trade_requests

List trade requests posted by buyers looking for MCP implementations.

Potential side effects
get_trade_request

Return one trade request with offer summaries and execution URLs for accepted offers.

Potential side effects
list_trade_offers

List trade offers with x402 and pricing metadata for agentic deal discovery and routing.

Potential side effects
list_billing_plans

List MCP.trade global billing plans (free + paid tiers), included monthly credits, and overage rates.

Potential side effects
get_credit_balance

Get current credit wallet status for the managed MCP API key owner (plan, credits remaining, cycle window).

Inferred read-only
create_billing_checkout_session

Create a Stripe-hosted checkout session for plan upgrade/subscription.

Potential side effects
create_billing_portal_session

Create a Stripe customer portal session for plan/payment-method management.

Potential side effects
create_trade_request

Create a new Trade Board request.

Potential side effects
submit_trade_offer

Submit an offer for a Trade Board request.

Potential side effects
accept_trade_offer

Accept a pending trade offer.

Potential side effects
get_listing_payment_policy

Return public x402 payment policy for a listing (by slug or listing ID) when monetization is enabled.

Potential side effects
set_listing_payment_policy

Create or update x402 payment policy for a listing you own.

Potential side effects
get_payment_capabilities

Return supported payment schemes, networks, and assets from MCP.trade's x402 facilitator status endpoint.

Potential side effects
execute_trade_offer

Execute an accepted offer through MCP.trade's hybrid rail resolver (credits/x402).

Potential side effects
get_trade_payment_status

Check payment status for an x402 paymentIdentifier.

Potential side effects
execute_listing_payment

Execute canonical listing flow on /api/x402/pay/{listingIdOrSlug} with hybrid rail resolution (credits/x402).

Potential side effects
get_listing_payment_status

Check listing payment status for an x402 paymentIdentifier.

Potential side effects

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.

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.

Trust status Neutral

mcp.trade is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.