PayAI Facilitator
x402/payai-facilitatorx402 payment facilitator for PayAI network. Payment verification and settlement for x402 transactions. [x402: $0.001/call on base, category=utility]
Tools · 5
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.
Verifies a signed x402 payment payload against the supplied payment requirements. It checks validity but moves no funds.
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…
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.
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.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"payai_facilitator": {
"url": "https://facilitator.payai.network/mcp",
"transport": "http"
}
}
}