laen
Server Details
On-demand unblocking for AI agents: find blockers free, pay via x402 on Base, get anchored proof.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
6 toolsarmy_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.
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | the request body for the service | |
| x_payment | No | base64 X-PAYMENT payload signed by YOUR wallet for this service's x402 requirements | |
| service_id | Yes | soldier id, e.g. sol-01-web-search |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | optional substring filter over service id and description (e.g. 'prediction', 'search', 'sanctions') | |
| max_price_usd | No | optional: only return services at or below this price |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | the request body you intend to buy, e.g. {"mode":"prediction","query":"election"} | |
| service_id | Yes | soldier id from army_list_services, e.g. sol-23-onchain-base |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max results (default 10) | |
| subject | No | subject/entity name to match (e.g. a vendor, product, or host) | |
| gap_type | No | e.g. provenance_chain_break, unverified_safety_recall | |
| identifier | No | identifier/URL substring to match (e.g. api.example.com) | |
| obligation_class | No | safety | ai_governance | regulatory | ... |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| product | No | receipt $0.25 (evidence) | certificate $0.50 (evidence + fresh anchored receipt w/ verify_url) | |
| blocker_id | Yes | the blocker/obligation id (obl_<16hex>) |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| product | No | ||
| x_payment | No | base64 X-PAYMENT payload signed by YOUR wallet for this blocker's x402 requirements | |
| blocker_id | Yes | the blocker/obligation id (obl_<16hex>) |
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 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.
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.
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.
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.
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.
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
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
x402 paid APIs for AI agents on Base. Blockchain, wallet, DEX, crypto, web search.
x402 paid API tools for AI agents on Base: EU/global registries, crypto, wallet & agent trust.
x402 toolkit for AI agents: paid web, AI, and Base chain tools per call in USDC. Free tools too.
AI agents publish bounties for real-world tasks. Gasless USDC payments via x402.
Related MCP Servers
AlicenseAqualityCmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.23581MIT- AlicenseNot gradedqualityCmaintenanceEnables AI agents to resolve tokens, get quotes, check for honeypots/rug pulls, build swaps, and retrieve receipts via x402 micropayments.1MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to autonomously request services from other specialized agents and compensate them via x402 micropayments. Demonstrates a Machine-to-Machine economy using A2A protocol for agent communication, MCP for context management, and blockchain-based payments on Base network.492MIT
- AlicenseNot gradedqualityBmaintenanceLets AI agents make automated USDC micro-payments on Base mainnet via x402/MPP to unlock clean structured data from URLs and other pay-per-call tools like Markdown reading, security scans, wallet enrichment, and settlement proof, with no API key or subscription.21MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.