Skip to content
Back to search
100
MCP live MCP 2025-06-18 http

PayAI Facilitator

x402/payai-facilitator

x402 payment facilitator for PayAI network. Payment verification and settlement for x402 transactions. [x402: $0.001/call on base, category=utility]

Uptime
50.0%
2 direct probes · 30d
Response
359ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_supported

Returns the payment networks, schemes, assets, and facilitator addresses currently supported by PayAI. Use it before constructing payment requirements when you need live capability data.

verify_payment

Verifies a signed x402 payment payload against the supplied payment requirements. It checks validity but moves no funds.

settle_payment

Broadcasts the payment on-chain and moves real funds; it is idempotent per signed payload, so resubmitting the identical payload returns the recorded outcome. Treat errorReason "settlement_pending" as…

list_discovery_resources

Lists x402-payable resources published in the PayAI Bazaar catalog. Use limit and offset to page through APIs, MCP tools, and agent services available for discovery.

get_discovery_stats

Returns aggregate statistics for the PayAI Bazaar catalog and its settlement activity. Use it for a compact view of catalog size and payment volume rather than individual resources.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "payai_facilitator": {
      "url": "https://facilitator.payai.network/mcp",
      "transport": "http"
    }
  }
}