API Tools
x402-mcp.onrender.com
Facilitates payment-based access to HTTP services using the x402 protocol.
ENDPOINT 1
https://x402-mcp.onrender.com/mcp/mcp
MCP server metadata
- Name
- x402-micropayments
- Version
- 1.28.1
MCP server for x402 HTTP micropayments. Discover paid services, probe 402 payment requirements, pay-and-fetch protected resources, build/verify seller payment configs, and upgrade to Pro via x402. Commerce meta included on every response.
Known tools 16
discover_servicesDiscover x402 Bazaar paid HTTP services via x402 HTTPFacilitatorClient.
Inferred read-onlyget_payment_requirementsProbe a URL for x402 payment requirements using x402HTTPClient SDK.
Potential side effectsbuild_seller_requirementsBuild seller-side x402 payment requirements via x402ResourceServer.
Potential side effectsverify_payment_payloadVerify PAYMENT-SIGNATURE via x402ResourceServer + facilitator.
Potential side effectsget_pro_upgrade_requirementsBuild x402 payment requirements to purchase Pro tier (revenue collection).
Potential side effectsget_tool_credits_requirementsBuild x402 payment requirements to purchase per-use MCP tool credits.
Potential side effectspurchase_tool_creditsVerify x402 payment and add per-use tool credits (per-call revenue path).
Potential side effectscreate_stripe_checkoutCreate Stripe Checkout Session for pro tier or tool credits (fiat rail).
Potential side effectsrun_swarm_researchRun the swarm Agency: compose a research product and list it for resale.
Inferred read-onlysettle_composite_saleVerify + settle a buyer's x402 payment for a listed composite product and record the realized revenue (sell side).
Potential side effectsswarm_revenue_reportPortfolio revenue intelligence for the swarm: spend, revenue, LTV:CAC, margins, per-source profit scores.
Inferred read-onlyget_base_pulseLive Base Network Pulse: synthesized settlement-conditions intelligence (base fee, EIP-1559 projection, utilization trend, USD settlement cost, and a settle-now/hold verdict) computed from real Base RPC data + ETH spot price.
Inferred read-onlyget_os_metricsHost OS telemetry: CPU, memory, swap, disk, network, and process signals with an ok/warn/critical health verdict, sampled live from the machine running the server.
Inferred read-onlyCONNECT 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.x402-micropayments]
url = "https://x402-mcp.onrender.com/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"x402-micropayments": {
"type": "http",
"url": "https://x402-mcp.onrender.com/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: x402-micropayments
Remote MCP URL: https://x402-mcp.onrender.com/mcp/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": {
"x402-micropayments": {
"url": "https://x402-mcp.onrender.com/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"x402-micropayments": {
"type": "http",
"url": "https://x402-mcp.onrender.com/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "x402-micropayments",
"transport": "streamable-http",
"url": "https://x402-mcp.onrender.com/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.