Skip to main content
Glama

Server Details

Free self-hosted x402 USDC billing for Cloudflare MCP servers, with a Base Sepolia test endpoint.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
kadopi/x402-mcp-starter
GitHub Stars
0
Server Listing
x402-mcp-starter

Available Tools

2 tools
get_paid_sampleGet a paid sample resultB
Read-onlyIdempotent
Inspect

Fixed-price reference path: confirms that an x402-aware MCP client can pay and receive a receipt.

ParametersJSON Schema
NameRequiredDescriptionDefault
optionYes

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds that this is a paid, fixed-price flow and that a receipt is returned, which is useful behavioral context for an agent. It does not clarify whether real funds are transferred or what the receipt contains, but the annotations cover the safety profile and there is no direct contradiction.

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

Conciseness4/5

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

The description is a single sentence with no filler, and it front-loads the key idea of a fixed-price reference path. It is concise and easy to scan, though its brevity contributes to some under-specification.

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

Completeness3/5

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

For a one-parameter reference tool, the core success criterion—being able to pay and receive a receipt—is stated clearly, and annotations cover safety and idempotency. However, the description omits option semantics, receipt/return details, and any relationship to the sibling tool, leaving noticeable gaps given that no output schema exists.

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

Parameters2/5

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

The schema has one required 'option' parameter with enum values basic/standard/extended and no descriptions, and schema description coverage is 0%. The description does not compensate by explaining what each option costs or returns, so an agent cannot infer the meaningful difference between the choices.

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

Purpose4/5

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

The description names a concrete action—confirming that an x402-aware MCP client can pay and receive a receipt—and identifies a fixed-price reference path as the resource. It is distinct from validate_x402_config in that it exercises the payment flow rather than validating configuration, though it does not explicitly call out that difference.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus validate_x402_config, and no mention of prerequisites or exclusions. The phrase 'reference path' implies a testing/verification context, but that guidance is left implicit rather than stated.

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

validate_x402_configValidate x402 payment configurationA
Read-onlyIdempotent
Inspect

Free: checks Base USDC, price, amount, recipient, and facilitator settings before you deploy an x402-paid MCP tool.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetYes
payToYes
amountYes
networkYes
priceUsdYes
facilitatorUrlYes

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds a 'Free' caveat and names the checked fields, but doesn't disclose what happens on validation failure or whether the check contacts the facilitator URL.

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?

A single front-loaded sentence conveys scope, timing, and cost without filler. Every phrase earns its place.

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

Completeness3/5

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

For a 6-required-param validator with no output schema, the description gives the right usage context but omits what a successful vs. failed validation returns and doesn't fully explain parameter constraints. It is adequate but leaves clear gaps.

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 0%, so the description must compensate. It maps most parameters to everyday terms (Base USDC, price, amount, recipient, facilitator settings), but leaves network enum values, amount format, and address/URL formats unstated.

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

Purpose4/5

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

The description uses a specific verb ('checks') and names a concrete resource ('x402 payment configuration') plus the specific settings involved. It doesn't explicitly differentiate from sibling get_paid_sample, but the action and resource are distinct enough to avoid confusion.

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

Usage Guidelines4/5

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

States a clear usage context: run this before deploying an x402-paid MCP tool. It doesn't name alternatives or exclusions, but the 'before you deploy' timing is explicit and actionable.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • First observedget_paid_sample
    • First observedvalidate_x402_config

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Drop-in x402 payment middleware for MCP servers. Charge AI agents per tool call using USDC on Base chain — Python and JavaScript SDKs, no payment processor, no KYC.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for verifying blockchain safety on Base via x402, with free pricing/receipt tools and paid per-call guard, contract, and metadata checks settled in USDC.
    24
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for the CortexCloud API, enabling pay-per-call AI generation, web search, market data, and blockchain RPC endpoints via the x402 protocol, billed in USDC on Base without API keys or subscriptions.
    4
    24
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

The two tools are clearly distinct: one is a free configuration validator, the other is a paid sample path. There is no overlap or realistic chance of selecting the wrong tool for a task.

Naming Consistency5/5

Both tool names follow an imperative verb_noun pattern in snake_case: get_paid_sample and validate_x402_config. The naming style is consistent and predictable.

Tool Count4/5

With only 2 tools, the server is slightly below the typical 3-15 range, but for a starter server this minimal pair is reasonable. Each tool serves a clearly necessary purpose in the validate-then-test workflow.

Completeness5/5

For an x402 MCP starter, the surface covers the essential loop: validate configuration before deploying and then confirm the paid flow works end-to-end. There are no obvious missing operations within the stated scope.