Skip to main content
Glama

Checkout / Pay for MCP Server

checkout

Detect payment protocol for any MCP server and route to the correct payment execution. Supports x402 (USDC on Base), MPP (Stripe), and prepaid API keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNofund | execute | checkfund
amountNoUSD amount to fund if prepaid (default 5)
payloadNoRequest body for execute action
agent_idNoOptional identifier for this agent
endpointYesMCP server endpoint URL

TDQS

B3.4/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It fails to mention that executing payments may be irreversible, incur costs, or require authentication. It also does not explain what 'fund', 'execute', or 'check' actions concretely do. The description only lists supported protocols, leaving significant risk factors undisclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long, front-loads the core purpose, and provides relevant protocol details without fluff. Every sentence contributes meaning, and it is appropriately compact for a tool with a clear function.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has five parameters including a nested object, no output schema, and no annotations. The description does not explain return values, differences between action modes, or important operational caveats such as idempotency or failure behavior. For a payment tool, this is a significant gap given the lack of structured output information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all five parameters. The description adds no additional meaning beyond the schema. It does mention 'payment execution' which loosely correlates with the 'execute' action, but this is not a semantic addition to the parameters themselves.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Detect payment protocol for any MCP server and route to the correct payment execution.' It names specific supported protocols (x402, MPP, prepaid API keys), which distinguishes it from sibling tools like catalog, inspect, and search. The verb+resource structure is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context: it is for payment-related operations on MCP servers. However, it does not explicitly state when to use this tool versus alternatives, nor does it mention any exclusions or when not to use it. The purpose makes it inferable, but there is no direct guidance on selecting this tool over siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: catalog lists registries, checkout handles payment, inspect retrieves metadata, and search finds servers. No overlap or ambiguity.

Naming Consistency5/5

All tool names are single lowercase verbs (catalog, checkout, inspect, search), following a consistent and predictable pattern.

Tool Count5/5

4 tools are well-scoped for a server library: listing, searching, inspecting, and paying. Neither too few nor too many.

Completeness5/5

The tool surface covers the core user workflow: discover servers (catalog, search), examine them (inspect), and pay (checkout). No obvious gaps given the domain.

Resources