PayAI x402 Facilitator
Server Details
Verify and settle x402 stablecoin payments; browse the PayAI Bazaar of x402-payable resources.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolsget_discovery_statsGet Bazaar discovery statisticsAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description conveys a read-only aggregation behavior and names the content areas (catalog size, payment volume), but with no annotations and no output schema it leaves the response structure and the precise meaning of 'settlement activity' unspecified. It is clear enough for basic selection but does not fully disclose behavioral details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, both informative: the first states what the tool returns, the second states when to use it and why. No filler, no redundancy, and the core purpose is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless tool, the description gives enough context for an agent to decide when to invoke it: aggregate stats over individual resources. It does not describe the output structure, but the summary nature is clearly conveyed. A small gap remains around exact returned metrics.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and schema coverage is trivially complete, so there is no parameter detail the description needs to add. The baseline of 4 applies, and the description adds no irrelevant parameter information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Returns') and names the exact resource ('PayAI Bazaar catalog') and scope ('aggregate statistics... settlement activity'). It explicitly contrasts itself with individual-resource operations, distinguishing it from siblings like list_discovery_resources without ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives an explicit use case ('Use it for a compact view...') and an explicit when-not-to-use ('rather than individual resources'). This directly steers an agent toward this tool for summary-level insights and away from resource-level alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_supportedGet supported payment kindsAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral disclosure burden. It communicates that the tool returns live capability data and implies a read-only operation via 'Returns,' but it does not explicitly disclose whether there are any side effects, authentication requirements, or response characteristics beyond the returned data types.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no redundant wording. The first sentence front-loads the core return value, and the second adds a practical usage hint. Both sentences earn their place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter, read-only capability query, the description covers the essential information: what to expect in the response and when to use it. The lack of an output schema is partially mitigated by the explicit list of returned item types, though a note about response structure would make it fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema is trivially complete with 100% coverage. Per the rubric, a zero-parameter tool gets a baseline of 4; the description appropriately focuses on return values rather than parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states the operation ('Returns') and the precise resource: the payment networks, schemes, assets, and facilitator addresses currently supported by PayAI. It is specific enough to distinguish this from sibling tools like settle_payment and verify_payment, which are action-oriented, and even from list_discovery_resources, which implies a different kind of resource.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a clear usage context: 'Use it before constructing payment requirements when you need live capability data.' This tells the agent when to invoke it, though it does not explicitly state when not to use it or name alternative tools for exclusion.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_discovery_resourcesList Bazaar discovery resourcesAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full disclosure burden. It signals a read-only listing operation with 'Lists' and advertises pagination via limit/offset, but it does not disclose what happens when parameters are omitted, whether a default page size applies, or any authentication/rate-limit constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences with the core purpose front-loaded and no filler. The pagination guidance earns its place and nothing is redundant.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Adequate for a simple list tool: it covers the operation, resource scope, item types, and pagination. However, because there is no output schema or annotations, it omits the response shape and default behavior when limit/offset are not supplied.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must supply meaning for limit and offset. It does so by saying to use them to 'page through' the resource list, which conveys pagination semantics, though it leaves exact conventions like skip count vs page number and defaults to the agent's prior knowledge.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb and object: 'Lists' + 'x402-payable resources published in the PayAI Bazaar catalog.' It also enumerates the item types (APIs, MCP tools, agent services), and this listing operation is distinct from the sibling stats and payment tools, so an agent can confidently tell what it does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description does not contrast this tool with siblings or state explicit conditions for when to choose it over get_discovery_stats or get_supported. It only provides an implicit usage context (browsing discovery resources) and pagination instructions, so when-to-use vs alternatives is left to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
settle_paymentSettle a signed x402 paymentAInspect
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 unresolved and call again with the identical arguments to poll.
| Name | Required | Description | Default |
|---|---|---|---|
| x402Version | No | ||
| paymentPayload | Yes | ||
| serverExtensions | No | ||
| paymentRequirements | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden, and it delivers important behavioral context: it is idempotent per signed payload, moves real funds, and specifies how to handle a pending settlement. This is strong disclosure, though it omits details like return values, authorization requirements, or irreversible consequences beyond 'moves real funds.'
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loaded with the primary purpose and followed by the most important operational caveat. Every sentence earns its place: the first states what the tool does and its idempotency, the second explains the retry behavior.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that this tool moves real funds, has no output schema, and has four parameters with zero schema coverage, the description provides enough for basic invocation but leaves gaps: it does not explain what the settlement result looks like beyond an errorReason, nor does it clarify prerequisites or contrast with verify_payment. It is adequate but not fully complete for safe autonomous use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0% description coverage, and the description does not compensate by explaining what paymentPayload, paymentRequirements, x402Version, or serverExtensions mean. It references 'signed payload' and 'identical arguments,' but an agent still lacks enough information to construct valid parameter values for these opaque nested objects.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: broadcasting a signed x402 payment on-chain and moving real funds. It is specific enough to distinguish from sibling verification tools by emphasizing actual settlement, though it does not explicitly name a sibling for contrast.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear operational guidance, particularly the polling instruction for errorReason 'settlement_pending' and the admonition to resubmit identical arguments. It does not explicitly explain when to prefer this tool over verify_payment, but the purpose of moving funds implies the settlement use case.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_paymentVerify a signed x402 paymentBInspect
Verifies a signed x402 payment payload against the supplied payment requirements. It checks validity but moves no funds.
| Name | Required | Description | Default |
|---|---|---|---|
| x402Version | No | ||
| paymentPayload | Yes | ||
| serverExtensions | No | ||
| paymentRequirements | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden, and it does disclose the key behavioral trait that no funds are moved, which meaningfully clarifies this is a safe, non-mutating verification. Yet it omits other behavior agents would need: what happens on an invalid payload, whether the call ever throws or returns a failure signal, and what the return value conveys about validity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences with zero filler. The first states the primary action and target; the second adds the critical non-mutating behavioral clarification. Both sentences earn their place, and the most decision-relevant clause ('moves no funds') is placed at the end as a deliberate contrast rather than buried.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The definition captures the key verification vs. fund-movement distinction, which is essential for an agent picking between this and settle_payment. However, with no output schema, two undocumented nested object parameters, and 0% schema coverage, the description leaves an agent uncertain about what the call returns on valid vs. invalid payments and what format the requirements must take.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It maps two of the four parameters — paymentPayload ('payment payload') and paymentRequirements ('payment requirements') — but gives no meaning to x402Version despite it being the only parameter with a documented enum, and says nothing about serverExtensions. Nested objects further raise the burden, and the description only partially meets it.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb (verifies) and a clear resource (signed x402 payment payload), and frames the action against 'supplied payment requirements.' It does not explicitly name sibling settle_payment, but the 'moves no funds' clause implicitly distinguishes it from the fund-transfer sibling, which earns most of the differentiation credit but not the explicit clarity of a named alternative.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'it checks validity but moves no funds' gives implied usage context, signaling this is a verification-only operation and implying that fund movement belongs to a sibling like settle_payment. However, no sibling is named, no when-to-use vs when-not-to-use is spelled out, and there is no mention of prerequisites such as the requirements being already settled.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Payment rails for AI agents. Pay merchants in USDC on Base. Dual-protocol: x402 + OKX APP.
Paid x402 tools for merchant intelligence, Base payment readiness, and verifiable web evidence.
Payment decisions, durable evidence, x402 resource discovery and live gateway status for AI agents.
Agentic commerce network: discover sellers and products, negotiate, and pay USDC on Base via x402.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover, query, and pay for HTTP endpoints and MCP tools using Stellar USDC/SEP-41 stablecoins through a federated P2P bazaar catalog and x402 payment facilitator.Apache 2.0

Xenarch Agent MCPofficial
AlicenseNot gradedqualityCmaintenancePay for any x402-gated content or API with USDC micropayments on Base. Discover payment gates, execute payments, and view transaction history.1MIT- AlicenseNot gradedqualityCmaintenanceEnables searching the Bazaar resource catalog and making spend-capped paid calls to x402 endpoints, integrated with Rail402's Stellar payment facilitator.Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clear, non-overlapping purpose: aggregate stats, capability lookup, resource listing, payment verification, and fund settlement. The two catalog tools are distinguished by aggregate vs. paginated listing, and verify vs. settle is cleanly separated by whether funds move.
All names use lowercase snake_case and a verb-first structure, but read operations mix get_ and list_ (get_discovery_stats, get_supported, list_discovery_resources) while the two payment actions use settle_ and verify_. This is a minor inconsistency, not a confusing one.
Five tools is well-scoped for a facilitator that handles discovery, capability checks, and payment settlement. Each tool earns its place and the set is small enough for an agent to navigate easily.
The surface covers the core workflow: discover resources, check supported networks, verify payloads, and settle payments. There is no dedicated payment status/history tool, but settle_payment supports idempotent polling, so the gap is minor and workable.