← x402-mcp.onrender.com
INDIVIDUAL MCP TOOL
swarm_revenue_report
Portfolio revenue intelligence for the swarm: spend, revenue, LTV:CAC, margins, per-source profit scores.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.build_seller_requirements— Build seller-side x402 payment requirements via x402ResourceServer.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.