Endpoint Diligence
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.
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.
Tool Definition Quality
Average 3.7/5 across 3 of 3 tools scored.
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.
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.
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.
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 toolscheck_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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| category | No | ||
| priceUsd | No |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| priceUsd | No | ||
| description | No |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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 Servers
- AlicenseAqualityAmaintenanceGTM signal intelligence suite for AI agents. Six tools: hiring signals, tech stack detection, company-to-LinkedIn resolution, ICP scoring, job board scanning, and a combined signals aggregator. Built for outbound sales workflows.Last updated111111MIT

industrylens-mcpofficial
Flicense-qualityCmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.Last updated
Sociality MCPofficial
Alicense-qualityDmaintenanceSocial media analytics, post insights, and competitor benchmarking for AI agents.Last updated5MIT- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.Last updated1901MIT