402Signal
Server Details
Fail-closed live-endpoint x402 router. POST /route, $0.01 USDC on Base, Solana, Algorand.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolspreviewAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| need | Yes | What to look up in the cache. | |
| networks | No | Hard policy lock. Restricts searchable rails to this set. Unlike prefer_network, this is not a ranking preference. | |
| prefer_network | No | Weak 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
| Name | Required | Description |
|---|---|---|
| hits | No | |
| need | No | |
| total | No | |
| cached_s | No | |
| displayed | No | |
| freshness | No | |
| truncated | No | |
| not_probed | No | |
| miss_reason | No | |
| discovery_via | No | |
| discovery_matches | No | |
| discovery_exhaustive | No |
TDQS
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.
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.
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.
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.
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.
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).
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional https URL to probe instead of discovery. need or url (or both) is required. | |
| need | No | What the caller wants routed (plain English). | |
| policy | No | Natural-language constraints compiled into structured values. Unresolved phrases are returned, never guessed. | |
| networks | No | Hard 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. | |
| objective | No | Best-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_depth | No | standard: first 3 then expand 2-4 (typical cap 7). thorough may expand further. Hard server ceiling is 20. | |
| max_price_usd | No | Drop live hits whose known normalized USD exceeds this bound. Unknown USD fails closed. | |
| max_latency_ms | No | Compatibility alias for max_probe_latency_ms (this request's probe RTT). Unknown latency fails closed. | |
| prefer_network | No | Weak 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_observations | No | Require history n_7d at least this large. Unknown or smaller fails closed. | |
| max_amount_atomic | No | Drop live hits whose known atomic amount exceeds this bound. Unknown or cross-asset amount fails closed. | |
| require_invocable | No | If true, drop live hits without an input schema. | |
| max_total_cost_usd | No | Merchant price plus known fees. Unknown fee fails closed. | |
| accept_payTo_change | No | If 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_ms | No | Drop live hits whose known probe RTT exceeds this bound. Not historical service/p50 latency. | |
| min_observed_success | No | Require observed success_7d when n_7d >= 3. Unknown fails closed. | |
| min_reputation_score | No | Require V1 reputation_score. Unknown fails closed. Never guessed from vague NL. | |
| require_transparency | No | If 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_ms | No | Drop live hits whose historical p50 latency exceeds this bound. Unknown p50 fails closed. | |
| max_candidates_to_probe | No | Requested probe cap, hard-capped at 20. | |
| max_settlement_latency_ms | No | Settlement/finality bound. Not probe RTT. Unknown fails closed. | |
| min_reputation_confidence | No | Require reputation_confidence. n_7d < 10 is low confidence. |
Output Schema
| Name | Required | Description |
|---|---|---|
| url | No | |
| live | No | |
| tried | No | |
| target | No | |
| changes | No | |
| payable | No | |
| compared | No | |
| pq_trust | No | |
| invocable | No | |
| objective | No | |
| latency_ms | No | |
| reputation | No | |
| miss_reason | No | |
| stop_reason | No | |
| probed_count | No | |
| probe_ceiling | No | |
| schema_source | No | |
| unprobed_count | No | |
| discovered_count | No | |
| selected_payment | No | |
| candidates_probed | No | |
| discovery_matches | No | |
| unmet_constraints | No | |
| challenge_observed | No | |
| applied_constraints | No | |
| evaluation_complete | No | |
| candidates_considered | No | |
| candidates_discovered | No | |
| probe_budget_exhausted | No | |
| unresolved_constraints | No | |
| interpreted_constraints | No | |
| candidate_evaluation_complete | No |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | https URL of the seller endpoint to probe. |
Output Schema
| Name | Required | Description |
|---|---|---|
| url | No | |
| live | No | |
| n_7d | No | |
| flags | No | |
| claimed | No | |
| payable | No | |
| observed | No | |
| invocable | No | |
| readiness | No | |
| miss_reason | No |
TDQS
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.
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.
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.
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.
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.
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
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
72 x402 endpoints: trading, AI inference, blockchain, escrow. USDC on Base+Solana.
24 NEAR + Solana + Base blockchain endpoints with x402 USDC micropayments
x402 gateway: AI agents pay USDC on Base to flip coins (Chainlink VRF, streaks win pots).
Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceFail-closed live-endpoint x402 router. Pay $0.01 USDC on Base, Solana, or Algorand for a live payable URL or an honest miss.MIT
- AlicenseNot gradedqualityBmaintenanceFinds best cross-chain bridge routes across 60+ chains and 18+ bridges, comparing fees and time, with pay-per-call via x402 USDC micropayments.MIT
- AlicenseNot gradedqualityBmaintenanceGet the best swap quotes across Uniswap, SushiSwap, Aerodrome with pay-per-call via x402 (USDC on Base).MIT
- AlicenseAqualityDmaintenanceMCP server providing cross-chain swaps between Solana and Base for AI agents paid for via x402 micropayments.3652MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.