Skip to main content
Glama

Server Details

Trust scoring for x402 endpoints — "should my agent pay this?" check_endpoint runs live diligence: x402 spec-compliance probe, price sanity vs market percentiles, payTo wallet on-chain activity (Base), directory presence, infra hygiene. Returns 0-100 score with per-check evidence. compare_price positions any price vs category market data. Pay-per-call via x402: $0.02/call USDC on Base, no account or API key. tools/list free.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.7/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation4/5

Each tool has a clear primary purpose: full diligence, price comparison, and reseller detection. However, check_endpoint subsumes the functionality of the other two, which could cause some confusion about which tool to use when only a specific check is needed.

Naming Consistency4/5

Two tools follow the verb_noun pattern (check_endpoint, compare_price), while reseller_check deviates by using noun_noun. This is a minor inconsistency but the intent remains clear.

Tool Count5/5

With only three tools, the server is tightly scoped for its purpose. Each tool earns its place by offering a distinct level of diligence, from full evaluation to targeted checks.

Completeness5/5

The domain of x402 endpoint diligence is fully covered: comprehensive checking, market pricing, and reseller identification. No obvious missing functionality for the stated purpose.

Available Tools

3 tools
check_endpointAInspect

Runs live diligence on an x402-metered endpoint before you pay it: verifies its 402 payment challenge is spec-compliant, checks the price against market baselines, inspects the payTo address on-chain (Base), checks third-party directory presence, and checks basic infra hygiene, and detects possible upstream API resale with evidence-based markup estimates. Returns a 0-100 score, a pass/caution/fail verdict, and per-check evidence.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
Behavior4/5

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

With no annotations, the description carries the safety burden. It implies a non-destructive read-only check ('before you pay it', 'verifies', 'inspects') and explicitly mentions live on-chain and network activity. It could be more explicit about potential side effects like RPC calls or latency, but it conveys the operational scope better than most descriptions.

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?

Two dense sentences pack a high amount of information without fluff. The first sentence is a long list but logically organized; the second handles return values. It could be broken into bullets for readability, but it is efficient and front-loaded.

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

Completeness4/5

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

For a compound tool with no output schema, it explains return values (score, verdict, evidence) and lists all major checks. It lacks explicit detail on what 'market baselines' or 'infra hygiene' entail and doesn't mention error handling, but the core behavior and outputs are adequately covered.

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

Parameters4/5

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

The schema has one param (url) with zero description coverage, so the description must add meaning. It repeatedly references 'the endpoint' and specifies 'x402-metered endpoint', clarifying the expected URL type beyond the generic uri format. It doesn't explicitly define the parameter, but it is strongly implied.

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: running live diligence on an x402-metered endpoint before payment. It enumerates specific checks (402 compliance, price baselines, on-chain payTo inspection, directory presence, infra hygiene, resale detection) and describes the output, making it unmistakable and distinct from narrower sibling tools.

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?

The phrase 'before you pay it' provides a clear usage context (pre-payment verification), and the list of checks implies when this tool is appropriate. However, it does not explicitly contrast with sibling tools like compare_price or reseller_check, nor state when not to use it.

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

compare_priceAInspect

Compares an x402 endpoint's price (or a given price/category pair) against market percentiles from our daily radar snapshot of the x402 ecosystem.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
categoryNo
priceUsdNo
Behavior3/5

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

The description mentions the 'daily radar snapshot' as a data source, implying a read-only comparison operation. However, it does not disclose the output format, potential errors, rate limits, or any behavioral traits beyond what is inferred. With no annotations provided, the description carries full burden but provides only minimal behavioral context.

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 a single, concise sentence that starts with the action verb 'Compares' and contains no extraneous information. It is well-structured and front-loaded.

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?

Given the lack of an output schema and annotations, the description is incomplete for an agent to invoke the tool correctly. It does not specify the output format, how to handle the optional parameters, or what constitutes a valid price/category pair. The description explains the core purpose but leaves critical invocation details unspecified.

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

Parameters4/5

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

The description adds meaning beyond the schema by explaining two modes: either an endpoint URL or a price/category pair. This clarifies how the three parameters (url, category, priceUsd) relate, even though the schema itself has no descriptions. It does not explicitly state parameter combinations or requirements, but it provides useful semantics.

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 function: 'Compares an x402 endpoint's price (or a given price/category pair) against market percentiles from our daily radar snapshot.' It specifies the verb, the resource, and the data source, making it distinct from sibling tools.

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?

No guidance is provided on when to use this tool versus the sibling tools (check_endpoint, reseller_check). The description only implies it is for price comparison but lacks context on prerequisites, exclusions, or alternative choices.

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

reseller_checkBInspect

Free possible-reseller preview. Matches an endpoint's live unpaid 402 description/schema, or a supplied description and price, against a dated catalog of well-known upstream APIs and reports confidence, matched signals, and documented markup math without asserting resale as fact.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
priceUsdNo
descriptionNo
Behavior3/5

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

With no annotations, the description carries the burden. It discloses that it's a 'preview' that 'reports confidence... without asserting resale as fact', and mentions matching against 'live unpaid 402 description/schema' implying network fetching behavior. However, it doesn't state whether it's read-only, potential side effects, rate limits, or what happens with incomplete input combinations.

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 dense sentence, but every clause adds substantive detail—purpose, matching sources, catalog recency, output content, and a caveat. It's front-loaded with 'Free possible-reseller preview' and contains no filler, though splitting into two sentences would improve readability.

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 no annotations, no output schema, and 0% schema parameter coverage. The description gives an overview of matching and output topics, but omits critical invocation details such as parameter combinations, whether any source is required, expected output structure, and limitations. An agent would likely struggle to correctly call this tool without further clarification.

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 clarify parameters. It explicitly mentions 'supplied description and price' and 'endpoint's live unpaid 402 description/schema' (implying url), giving meaning beyond plain property names. But it doesn't explain how the three parameters interact (e.g., whether url alone is sufficient, or whether description and price are alternatives to url), leaving ambiguity.

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 clearly states a specific purpose: 'Matches an endpoint's live unpaid 402 description/schema, or a supplied description and price, against a dated catalog of well-known upstream APIs' and reports confidence, signals, and markup math. This distinguishes it from siblings like check_endpoint and compare_price through the reseller-oriented matching behavior, though it doesn't explicitly name alternatives.

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 usage context is implied ('Free possible-reseller preview' suggests use when investigating potential reselling), but there is no explicit guidance on when to choose this tool over check_endpoint or compare_price, nor exclusions. It's not completely absent but stays at an implied level.

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

Discussions

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

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources