Skip to main content
Glama

Server Details

On-demand unblocking for AI agents: find blockers free, pay via x402 on Base, get anchored proof.

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

6 tools
army_buyAInspect

PAID (your wallet). Submit the signed X-PAYMENT payload your client produced for this service's requirements and receive the deliverable plus a FREE cryptographic hash receipt with an independently checkable verify_url. Fail-closed and proof-gated: if the deliverable does not pass its published acceptance rule, the response is an error and YOUR AUTHORIZATION IS NEVER CAPTURED — you are not charged for work that failed its own test. Without x_payment this returns the 402 requirements so you can pay and retry.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputNothe request body for the service
x_paymentNobase64 X-PAYMENT payload signed by YOUR wallet for this service's x402 requirements
service_idYessoldier id, e.g. sol-01-web-search

TDQS

A4.7/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It thoroughly discloses payment semantics, fail-closed behavior, proof-gating, the no-charge-on-failure guarantee, the fact that authorization is never captured, and the 402 fallback when x_payment is missing.

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?

All sentences are substantive and the description front-loads the critical payment cue. It explains success, failure, no-charge behavior, and missing-payment behavior in a compact, structured paragraph without redundant fluff.

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?

Given the absence of output schema and annotations, the description is unusually complete: it covers when to call, preconditions, failure modes, payment safety, and receipt outputs. It gives the agent enough context to select, invoke, and understand the result flow.

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 already provides 100% parameter coverage, so the baseline is satisfied. The description adds useful context beyond the schema: x_payment must be signed by your wallet, omitted payment causes a 402 response, and service_id maps to soldier ids like sol-01-web-search. It does not fully explain the shape of the input object, but the schema covers that.

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 this is a paid purchase/execution tool: submit the X-PAYMENT payload and receive the deliverable plus a hash receipt. It distinguishes itself from siblings like army_list_services and army_quote by emphasizing payment and the signed payload requirement.

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 explicitly says this tool is for submitting a signed X-PAYMENT payload and that without x_payment it returns 402 requirements so the agent can pay and retry. However, it does not explicitly name alternatives for quoting or listing services, though the sibling names and context make that reasonably clear.

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

army_list_servicesAInspect

FREE. List the LedgerProof Settlement Army's 21 live data services an agent can buy per-call with x402 (USDC on Base, no account, no subscription, no signup). Each entry returns its price in USD, the exact resource URL to call, and the PUBLISHED ACCEPTANCE RULE that must hold before payment is captured — settlement is proof-gated, so a deliverable that fails its own test is never charged for. Covers live web search and page extraction, prediction-market odds priced across Polymarket AND Kalshi with the cross-venue spread, FX and technical indicators, SEC filings, FDA recalls, CVE lookups, sanctions screening, DNS/RDAP, GLEIF LEI, Wikidata, Federal Register, World Bank indicators, weather, GitHub repo facts, and hash anchoring/verification. Call this first to see what exists and what it costs.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNooptional substring filter over service id and description (e.g. 'prediction', 'search', 'sanctions')
max_price_usdNooptional: only return services at or below this price

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. It discloses key behavioral traits: the tool is FREE, settlement is proof-gated, and failed deliverables are never charged, which are important for agent decision-making.

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 long single paragraph but each sentence adds substantive value. It front-loads 'FREE' and the core purpose, making it scannable despite its length. It could be broken into lists but remains efficient.

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 thoroughly explains what the tool returns (price, URL, acceptance rule), the x402 business model, and the breadth of data domains. With no output schema, this level of detail is complete and actionable.

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% with both parameters described, so the schema already handles parameter semantics. The description does not add new meaning beyond the optional filters mentioned; it stays at baseline 3.

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 lists the LedgerProof Settlement Army's 21 live data services and their costs, with a specific resource and scope. It explicitly distinguishes itself from siblings like army_buy and army_quote by positioning as a catalog/discovery tool.

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 description gives explicit usage guidance with 'Call this first to see what exists and what it costs,' indicating when to use it. It does not mention when not to use or alternatives, but the purpose is obvious enough to imply it's the prerequisite before purchasing.

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

army_quoteAInspect

FREE. Get the EXACT x402 payment requirements for one Settlement Army service, for the specific input you intend to buy. Returns the verbatim 402 challenge — use requirements.accepts[0] to construct and sign a payment with your OWN x402 client and wallet (e.g. x402-fetch createPaymentHeader). Never send keys anywhere; this server never holds funds and never signs.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputNothe request body you intend to buy, e.g. {"mode":"prediction","query":"election"}
service_idYessoldier id from army_list_services, e.g. sol-23-onchain-base

TDQS

A4.2/5.0
Behavior5/5

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

With no annotations, the description fully discloses critical behaviors: it returns a verbatim 402 challenge, never holds funds, never signs, and instructs the user to use their own client/wallet. This transparency covers side effects and security boundaries comprehensively.

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 concise, with three sentences that flow logically: purpose, usage example, and security warning. It avoids redundancy and maintains a clear structure, earning high marks for efficiency.

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?

The description covers the essential context: the tool returns payment requirements in the form of a 402 challenge, with guidance on using the output (requirements.accepts[0]) and a concrete example (x402-fetch createPaymentHeader). It lacks an explicit output schema but still provides sufficient operational context.

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 schema already provides clear descriptions for both parameters (input and service_id) with examples. The description adds marginal value by reinforcing 'specific input' but does not introduce new semantic details beyond the schema's coverage.

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 primary function: obtaining x402 payment requirements for a specific Settlement service input. It distinguishes itself from siblings by emphasizing 'for one Settlement service' and 'specific input you intend to buy', making the scope unambiguous.

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 description provides usage instructions (use requirements.accepts[0] to construct payment, never send keys) but does not explicitly compare against sibling tools like army_buy or laen_quote. It implies usage when you have a specific input but lacks explicit alternatives or when-to-use guidance.

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

laen_find_blockersAInspect

FREE. Search LAEN's live blocker feed (universal blocker schema) for execution blockers matching a failure signature. Returns fundable blockers with gap_type, failing_assertion, resolution_contract (x402), resolution_state (KNOWN_RESOLUTION = instant), and measured latency where available.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNomax results (default 10)
subjectNosubject/entity name to match (e.g. a vendor, product, or host)
gap_typeNoe.g. provenance_chain_break, unverified_safety_recall
identifierNoidentifier/URL substring to match (e.g. api.example.com)
obligation_classNosafety | ai_governance | regulatory | ...

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of disclosing behavioral traits. It provides useful details: the operation is a search/read ('Search', 'Returns'), it is 'FREE', and it returns live data with specific resolution_state semantics (KNOWN_RESOLUTION = instant). However, it does not disclose whether any side effects occur, rate limits, authentication requirements, or pagination behavior, leaving some transparency gaps.

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 two sentences: the first establishes the action and resource, the second enumerates return fields. It is appropriately sized, front-loaded with 'FREE' and the search action, and every phrase earns its place. No filler or redundancy.

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?

Given the moderate complexity (5 optional params, no output schema, no annotations), the description does a solid job by listing key return fields (gap_type, failing_assertion, resolution_contract, resolution_state, latency). It conveys the tool's role in a broader workflow, though it could further clarify how results connect to siblings like laen_resolve. Overall, it is sufficiently complete for an agent to select and invoke the tool.

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 provides 100% description coverage for all five optional parameters, including examples like 'api.example.com'. The tool description adds general context about 'matching a failure signature' but does not enhance the meaning of individual parameters beyond the schema. This aligns with the baseline of 3 for high schema coverage.

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 opens with a specific action ('Search LAEN's live blocker feed') and clearly identifies the resource and purpose (matching execution blockers to a failure signature). It lists concrete return fields, making the tool's role unmistakable even without comparing to siblings. 'FREE' and 'live blocker feed' add operational context without obscuring the core function.

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 description implies usage context (searching for blockers before resolution) and mentions 'matching a failure signature' as the primary filter, which gives some situational guidance. However, it does not explicitly state when to prefer this tool over laen_quote or laen_resolve, nor does it give exclusions or prerequisites. The usage guidance is adequate but not fully explicit.

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

laen_quoteAInspect

FREE. Get the price and EXACT x402 payment requirements for resolving one blocker. Use the returned requirements.accepts[0] to construct/sign your payment with your own x402 client (e.g. x402-fetch createPaymentHeader). Never share keys.

ParametersJSON Schema
NameRequiredDescriptionDefault
productNoreceipt $0.25 (evidence) | certificate $0.50 (evidence + fresh anchored receipt w/ verify_url)
blocker_idYesthe blocker/obligation id (obl_<16hex>)

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It discloses that the tool is free, returns exact payment requirements, and warns against sharing keys. However, it does not explicitly state whether this is a read-only operation, what happens on failure, or any side effects. It adds some behavioral context but not comprehensive 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?

The description is four short sentences, each adding value: 'FREE' is a cost indicator, 'Get the price...' states the purpose, 'Use the returned...' explains how to use the result, and 'Never share keys' is a security pointer. It is front-loaded and free of fluff.

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?

Although there is no output schema, the description explicitly mentions the key part of the return value (requirements.accepts[0]) and gives a concrete usage example. It could mention authentication, rate limits, or error behavior, but given the tool's simplicity and the existing info, it feels sufficiently complete for the intended workflow.

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 has 100% description coverage, with both 'product' (enum with descriptions) and 'blocker_id' described. The tool description does not add any parameter-specific meaning or usage guidance beyond what the schema already provides, so a baseline score of 3 is appropriate.

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 action: 'Get the price and EXACT x402 payment requirements for resolving one blocker.' This specifies the verb (get), resource (price/payment requirements), and context (for resolving a blocker), distinguishing it from sibling tools like laen_find_blockers and laen_resolve.

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 description provides practical usage guidance: it mentions the tool is 'FREE,' instructs to use the returned requirements.accepts[0] to construct/sign payment with an x402 client, and includes a security caveat ('Never share keys'). However, it does not explicitly state when to use this tool versus the sibling tools or exclude any alternative use cases, which would push it to a 5.

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

laen_resolveAInspect

PAID (your wallet). Submit your SIGNED x402 payment payload (the base64 X-PAYMENT header value your client produced for this blocker's requirements) and receive the resolution: independently verifiable evidence (+ anchored certificate with verify_url if product=certificate). Fail-closed: no valid settled payment, no evidence. Without x_payment this returns the 402 requirements so you can pay and retry.

ParametersJSON Schema
NameRequiredDescriptionDefault
productNo
x_paymentNobase64 X-PAYMENT payload signed by YOUR wallet for this blocker's x402 requirements
blocker_idYesthe blocker/obligation id (obl_<16hex>)

TDQS

A4.5/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 exceptionally. It discloses that the user's wallet will be charged ('PAID'), the tool fails closed ('no valid settled payment, no evidence'), and the fallback behavior when x_payment is missing. This is far beyond a generic 'resolve' claim.

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 dense but every sentence adds value: payment, input format, output, fail-closed behavior, and fallback. It is not overly long, and the most critical information ('PAID') is 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?

Without an output schema, the description explains what the response will contain (verifiable evidence, optional certificate with verify_url) and the failure mode. It assumes some familiarity with x402 protocol but is otherwise complete for an agent to decide when to invoke and what to expect.

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?

Schema already covers blocker_id and the product enum (67% coverage). The description adds valuable semantics for x_payment ('base64 X-PAYMENT header value your client produced') and for product=certificate ('anchored certificate with verify_url'), which are not in the schema. This meaningfully improves parameter understanding.

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 this tool submits a signed x402 payment payload to resolve a blocker and receive independently verifiable evidence. It uses specific verbs ('Submit', 'receive the resolution') and distinguishes itself from sibling tools by being the payment/resolution step, while laen_find_blockers and laen_quote cover discovery and quoting.

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 description gives clear context on when to call: after producing a signed X-PAYMENT header, or if no x_payment is provided, it returns 402 requirements. It does not explicitly name alternative tools, but the workflow is implied: quote, then resolve with payment.

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

A4/5.0
Disambiguation4/5

The tools are mostly distinct: army_list_services and army_quote are clear (list vs. quote), and laen_find_blockers and laen_quote are similar but one finds blockers and the other quotes a specific blocker. However, army_quote and laen_quote both serve the purpose of providing payment requirements for their respective domains, and a agent might confuse which quote applies to which service. The distinction is reinforced by naming (army_ vs laen_) but still a minor overlap.

Naming Consistency3/5

The naming uses a mix of snake_case for verbs like 'army_buy' and 'army_list_services', but 'laen_find_blockers' and 'laen_resolve' follow a similar pattern. However, 'army_' and 'laen_' prefixes are inconsistent - one uses 'army' and the other 'laen', and the verbs are not consistently placed (buy vs list_services vs find_blockers vs resolve). The pattern is readable but not fully uniform.

Tool Count5/5

Six tools is appropriate for a server that spans two focused domains (Army services and LAEN blockers). Each tool has a clear role: list, quote, buy/resolve, and find, which is a tight functional set. This is well within the ideal range, and the server doesn't feel over- or under-loaded.

Completeness4/5

The server covers the full lifecycle for both domains: list services and find blockers (discovery), quote (pricing), and buy/resolve (payment and execution). The only gap is that there is no cancellation or refund tool, but given the fail-closed nature, that's not critical. The core workflow of discover->quote->pay->receive is complete.

Resources