← x402-mcp.onrender.com
INDIVIDUAL MCP TOOL
build_seller_requirements
Build seller-side x402 payment requirements via x402ResourceServer.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.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.
Related tools
discover_services— Discover x402 Bazaar paid HTTP services via x402 HTTPFacilitatorClient.get_payment_requirements— Probe a URL for x402 payment requirements using x402HTTPClient SDK.pay_and_fetch— Pay via x402HttpxClient and fetch a protected HTTP resource.verify_payment_payload— Verify PAYMENT-SIGNATURE via x402ResourceServer + facilitator.get_supported_networks— List networks, facilitators, and v2 headers via x402 SDK.get_pro_upgrade_requirements— Build x402 payment requirements to purchase Pro tier (revenue collection).activate_pro_tier— Verify pro-tier x402 payment and unlock Pro quota limits.get_tool_credits_requirements— Build x402 payment requirements to purchase per-use MCP tool credits.