Skip to main content
Glama

Server Details

Fail-closed live-endpoint x402 router. POST /route, $0.01 USDC on Base, Solana, Algorand.

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

Available Tools

3 tools
previewAInspect

Request-time catalog preflight over upstream catalogs plus a local shadow. Returns discovery_matches, displayed hits, claimed vs observed, not_probed:true. Does not probe and does not charge. Pay tools/call route for a live probe.

ParametersJSON Schema
NameRequiredDescriptionDefault
needYesWhat to look up in the cache.
networksNoHard policy lock. Restricts searchable rails to this set. Unlike prefer_network, this is not a ranking preference.
prefer_networkNoWeak ranking preference only. Ranks this pay-in rail first but still searches and selects across all supported rails. Not a filter. Use networks for a hard policy lock.

Output Schema

ParametersJSON Schema
NameRequiredDescription
hitsNo
needNo
totalNo
cached_sNo
displayedNo
freshnessNo
truncatedNo
not_probedNo
miss_reasonNo
discovery_viaNo
discovery_matchesNo
discovery_exhaustiveNo

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does so well: it states preview does not probe, does not charge, and returns not_probed:true. It also names the output fields, making the behavior and side-effects visible to the agent.

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 four short sentences, each earning its place: operation, outputs, constraints, and the alternative for a live probe. It is front-loaded and contains no filler.

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

Completeness5/5

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

The description is complete for this tool: it explains what it returns, what it does not do, and where to go for a live probe. The output schema covers return-value structure, so the text does not need to repeat it. Only the validate sibling is unaddressed, but that is a minor gap.

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 three parameters, including semantics for networks vs prefer_network. The description adds no additional per-parameter detail, so the baseline 3 applies.

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 specifies a concrete operation: a request-time catalog preflight over upstream catalogs plus a local shadow. It also distinguishes itself from route by explicitly saying it does not probe and does not charge, though it does not address the validate sibling.

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?

It clearly tells agents when to use an alternative: 'Pay tools/call route for a live probe.' The description also implies preview is the correct choice when no probe and no charge are desired. It does not provide an exhaustive when-to-use list or mention validate as an alternative.

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

routeBInspect

402Signal is the independent check an AI agent makes right before spending. It finds the strongest x402 route across Base, Solana, and Algorand, verifies it live, and shows the evidence behind the choice. Your agent keeps the wallet. The decision history is committed to an append-only log with Falcon PQ anchoring on Algorand (currently TestNet).

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNoOptional https URL to probe instead of discovery. need or url (or both) is required.
needNoWhat the caller wants routed (plain English).
policyNoNatural-language constraints compiled into structured values. Unresolved phrases are returned, never guessed.
networksNoHard policy lock. Restricts discovery and selection to this set. A HTTP 200 winner must have selected_payment.network in this set from the CURRENT observed 402, never a catalog claim. Unlike prefer_network, this is not a ranking preference.
objectiveNoBest-of-N among currently probed eligible candidates, not every discovered endpoint. cheapest, fastest, and most_reliable rank that probed survivor set. fastest is this-request probe RTT, not settlement latency. fastest_settlement is a separate settlement/finality objective. lowest_total_cost fails closed when a fee is unknown.
search_depthNostandard: first 3 then expand 2-4 (typical cap 7). thorough may expand further. Hard server ceiling is 20.
max_price_usdNoDrop live hits whose known normalized USD exceeds this bound. Unknown USD fails closed.
max_latency_msNoCompatibility alias for max_probe_latency_ms (this request's probe RTT). Unknown latency fails closed.
prefer_networkNoWeak ranking preference only. Ranks this pay-in rail first but still searches and selects across all supported rails. Not a filter. Use networks for a hard policy lock.
min_observationsNoRequire history n_7d at least this large. Unknown or smaller fails closed.
max_amount_atomicNoDrop live hits whose known atomic amount exceeds this bound. Unknown or cross-asset amount fails closed.
require_invocableNoIf true, drop live hits without an input schema.
max_total_cost_usdNoMerchant price plus known fees. Unknown fee fails closed.
accept_payTo_changeNoIf true, allow selecting a destination whose payTo just changed for the first time. Default false: the first unexpected payTo change is not selectable; a second later independent observation of the same destination can establish it.
max_probe_latency_msNoDrop live hits whose known probe RTT exceeds this bound. Not historical service/p50 latency.
min_observed_successNoRequire observed success_7d when n_7d >= 3. Unknown fails closed.
min_reputation_scoreNoRequire V1 reputation_score. Unknown fails closed. Never guessed from vague NL.
require_transparencyNoIf true, paid /route fails when a signed checkpoint receipt cannot be produced. Default false: routing continues if signing or anchoring is down.
max_service_latency_msNoDrop live hits whose historical p50 latency exceeds this bound. Unknown p50 fails closed.
max_candidates_to_probeNoRequested probe cap, hard-capped at 20.
max_settlement_latency_msNoSettlement/finality bound. Not probe RTT. Unknown fails closed.
min_reputation_confidenceNoRequire reputation_confidence. n_7d < 10 is low confidence.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlNo
liveNo
triedNo
targetNo
changesNo
payableNo
comparedNo
pq_trustNo
invocableNo
objectiveNo
latency_msNo
reputationNo
miss_reasonNo
stop_reasonNo
probed_countNo
probe_ceilingNo
schema_sourceNo
unprobed_countNo
discovered_countNo
selected_paymentNo
candidates_probedNo
discovery_matchesNo
unmet_constraintsNo
challenge_observedNo
applied_constraintsNo
evaluation_completeNo
candidates_consideredNo
candidates_discoveredNo
probe_budget_exhaustedNo
unresolved_constraintsNo
interpreted_constraintsNo
candidate_evaluation_completeNo

TDQS

B3.2/5.0
Behavior4/5

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

No annotations exist, so the description carries the full burden. It provides meaningful behavioral context beyond the schema: the check is live, evidence is shown, the agent keeps custody of the wallet, and decision history is committed to an append-only log with Falcon PQ anchoring. It still omits some operational details such as authentication, paid-route behavior, or side effects, but it discloses substantial non-obvious behavior.

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

Conciseness3/5

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

The description is reasonably short and not bloated, but it reads as value-proposition copy rather than structured operational guidance. It does not front-load the most decision-relevant fact for selecting the tool, such as 'given a need or URL, return a verified route.' It is acceptable, but not tight instruction.

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?

For a 22-parameter tool with no annotations and sibling tools to disambiguate against, the description is thin on operational context. It never explains how to choose route over preview/validate, how the need/url requirement works at a high level, or what makes a route 'strongest.' The output schema reduces some burden, but the missing usage context is still significant.

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?

The input schema already covers all 22 params with detailed descriptions, so the baseline is 3. The tool description adds no parameter-level guidance, but the schema itself is rich enough that no compensation is needed.

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 goes beyond the name by saying the tool 'finds the strongest x402 route' across Base, Solana, and Algorand, 'verifies it live,' and 'shows the evidence.' That is a clear verb+resource. It does not explicitly distinguish itself from sibling tools preview and validate, so it loses the fifth point.

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 about when to call route versus preview or validate. The 'right before spending' clue implies payment-time use, but it is not framed as a decision rule or contrasted with sibling tools. An agent is left to infer when this tool is the right choice.

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

validateAInspect

Unpaid probe: is this seller URL agent-ready? Fail-closed SSRF. Returns readiness, claimed vs observed, flags. Does not charge.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYeshttps URL of the seller endpoint to probe.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlNo
liveNo
n_7dNo
flagsNo
claimedNo
payableNo
observedNo
invocableNo
readinessNo
miss_reasonNo

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and discharges it well: it discloses that the call is free, that SSRF protection fails closed (a meaningful safety posture an agent should know), and the return shape. It omits error/edge-case behavior, but for a low-stakes probe tool this is a reasonable level of disclosure.

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?

Four brief clauses with zero waste; the most decision-relevant traits (cost-free, fail-closed) are front-loaded and the return contents are conveyed in one sentence. Every element earns its place.

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 one-parameter probe with an output schema, the description is near-complete: purpose, safety posture, cost, and return contents are all present. No critical information an agent needs to invoke it correctly appears to be missing, aside from explicit sibling routing.

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 coverage is 100% — the sole `url` parameter is already described as the https seller endpoint to probe. The description reinforces the seller-URL intent and implies https strictness via 'Fail-closed SSRF,' but adds little meaning beyond the schema, so the baseline 3 applies.

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 states a specific action — probing a seller URL to assess whether it is 'agent-ready' — and enumerates concrete outputs (readiness, claimed vs observed, flags). This clearly differentiates it from the siblings preview and route, which imply rendering and navigation rather than validation.

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 'Unpaid probe' qualifier and 'Does not charge' signal that this is a cheap pre-check to run before costlier operations, which implies a usage context but the description never explicitly names the alternative tools or states when not to use it. The 'check-first' role is implied, not declared.

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

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation3/5

preview and validate both describe unpaid, non-charging preflight checks that report claimed vs observed, so an agent could initially confuse which one to call for catalog discovery versus SSRF validation. route is clearly distinct as the live, evidence-generating paid check.

Naming Consistency4/5

All tool names are lowercase single words, so the style is consistent and predictable. However, preview, route, and validate are terse and do not indicate their target resource or domain, making them less self-describing than a verb_noun convention.

Tool Count5/5

Three tools is well-scoped for this purpose: one for catalog preflight, one for live route verification, and one for URL/SSRF safety validation. Each tool covers a distinct stage without noticeable redundancy.

Completeness4/5

The set covers the key pre-spend workflow: preflight discovery, live route verification, and seller URL validation. Minor gaps exist, such as no tool to query the committed decision history or explicitly execute a payment, but the core verification surface is coherent.

Resources