← mcp.trade

INDIVIDUAL MCP TOOL

create_billing_checkout_session

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

mcp.tradenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.trade/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_billing_checkout_session 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 contains a write-action term.

Parent server

mcp.trade

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.
  • get_listing — Return full detail for one marketplace listing including config payload, setup steps, and machine-usable URLs.
  • 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_portal_session — Create a Stripe customer portal session for plan/payment-method management.