Skip to main content
Glama

Anyway Possible Paid Agent Utilities

Server Details

Paid x402 tools for merchant intelligence, Base payment readiness, and verifiable web evidence.

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
Repository
anyway-possible/public-api
GitHub Stars
0

Available Tools

8 tools
base_balanceBase Wallet Balance ($0.001 USDC)A
Read-only
Inspect

Read native ETH and Circle USDC balances plus current block height for a Base wallet.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description's verb 'Read' aligns. The description adds useful context by specifying exactly what is read (ETH, USDC, block height) and the network (Base), going slightly beyond annotation coverage. It does not mention cost or failure modes, but the title hints at the fee and the read-only profile is fully covered.

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 a single, front-loaded sentence with no redundant words. Every element contributes to explaining what the tool does and for whom.

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?

With one parameter, no output schema, and strong read-only annotations, the description provides the essentials: the input (a Base wallet address) and the expected output components (ETH, USDC, block height). It omits specifics like units or return format, but for a simple read tool these are secondary.

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 description coverage is 0%, so the description must compensate. It implicitly defines the lone `address` parameter as a Base wallet address via 'for a Base wallet,' adding meaning beyond the schema's bare regex pattern. This is sufficient for a single simple parameter, though it could be more explicit about parameter mapping.

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 ('Read') and precise resources ('native ETH and Circle USDC balances plus current block height') for a defined scope ('a Base wallet'). This clearly distinguishes it from the unrelated sibling tools like check_url and merchant_audit, which operate on different domains.

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 does not explicitly name alternatives or provide when-not-to-use guidance, but the strong contextual cue ('Base wallet') and the unrelated sibling names make the intended use case unambiguous. The context is clear enough that an agent will know this is the correct tool for reading Base wallet balances.

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

batch_check_urlsBatch URL Check ($0.01 USDC)A
Read-only
Inspect

Check up to ten public URLs in one paid call with isolated results for partial failures.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlsYes
expectedStatusNo

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already establish read-only and non-destructive behavior. The description adds meaningful extra context: the call is paid, and partial failures return isolated results. It does not cover rate limits or output details, but the incremental behavioral disclosure is valuable.

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 a single dense sentence that covers scope, cost, batching, and failure isolation without filler. It is front-loaded with the verb and object, making it easy to scan.

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

Completeness3/5

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

For a simple two-parameter read-only tool with annotations, the description is mostly functional: it explains the core urls parameter, the batch limit, and the paid nature. However, it leaves expectedStatus meaning, the precise meaning of 'check', and the response shape unspecified, and there is no output schema to fill that gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for parameter meaning. It adds useful context for urls ('public', 'up to ten'), but it completely omits expectedStatus, including its optionality and meaning. An agent would have to infer expectedStatus from the property name and schema constraints.

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 clearly states the action ('Check'), the resource ('up to ten public URLs'), and the batching mode ('in one paid call'). It does not explicitly differentiate from siblings like verify_web_evidence, and 'check' leaves the exact nature of the check somewhat implicit.

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 the tool is for checking multiple public URLs in a single paid call, which gives useful context. However, it provides no explicit guidance on when not to use it or which sibling tool to choose instead, so the agent must infer the appropriate usage.

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

check_urlURL Check ($0.001 USDC)A
Read-only
Inspect

Check one public URL's reachability, HTTP status, latency, redirects, and content type before using it.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
expectedStatusNo

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare this as a safe, read-only operation (readOnlyHint=true, destructiveHint=false). The description adds useful behavioral detail by enumerating exactly what is measured: reachability, HTTP status, latency, redirects, and content type. It does not contradict the annotations.

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?

A single sentence that front-loads the action and enumerates all relevant outputs without filler. Every phrase 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?

The tool is simple, has only two parameters, and no output schema, but the description lists all return-relevant signals and the usage context. It is slightly incomplete around the behavior of expectedStatus, but otherwise an agent has enough to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It clarifies that the URL must be public and singular, but it never names or explains the expectedStatus parameter, which is a documented input. This leaves one of two parameters semantically unexplained.

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 uses a specific verb ('Check') and names the exact resource ('one public URL') and the observable properties it returns (reachability, HTTP status, latency, redirects, content type). It also distinguishes itself from batch_check_urls by saying 'one' URL.

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 phrase 'before using it' gives clear context for when the tool is appropriate, and 'one public URL' implies it is for single-URL checks rather than batch operations. However, it does not explicitly name when-not-to-use conditions or direct the agent to batch_check_urls for multiple URLs.

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

merchant_auditx402 Merchant Audit ($0.25 USDC)B
Read-only
Inspect

Audit listings, semantic rank, competitor prices, payment reliability, buyer reach, and observed Base USDC activity, then return prioritized revenue fixes.

ParametersJSON Schema
NameRequiredDescriptionDefault
payToYes
queriesYes
excludePayersNo

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds useful context by listing the audit dimensions and the return type. However, it does not disclose rate limits, data freshness, or how the $0.25 USDC cost is handled, though these are not contradicted by annotations.

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?

One dense sentence that leads with the verb, lists the audit scope, and ends with the expected output. There is no redundancy or repetition of schema details.

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 paid tool with no output schema and no parameter descriptions in the schema, the description omits critical information: the meaning of required parameters, how to structure queries, the response format, and when to use this instead of merchant_snapshot. The title's price hint is not integrated, so the definition is incomplete for reliable invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description needed to explain payTo, queries, and excludePayers. It mentions none of these parameters. The listed audit topics only weakly hint that queries might be search terms, and payTo/excludePayers remain completely unexplained.

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 opens with a specific action verb ('Audit') and clearly enumerates the resources and dimensions involved: listings, semantic rank, competitor prices, payment reliability, buyer reach, and observed Base USDC activity. It also states the outcome ('return prioritized revenue fixes'). It does not explicitly contrast with sibling tools like merchant_snapshot, so full sibling differentiation is missing.

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?

No guidance is given about when to choose this tool over alternatives. The description explains what the tool does but provides no 'use when' conditions, exclusions, or comparisons to sibling tools such as merchant_snapshot or payment_guard.

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

merchant_snapshotx402 Merchant Snapshot ($0.05 USDC)A
Read-only
Inspect

Score an x402 merchant's discovery, reliability, buyer signals, and observed Base USDC activity, then identify the largest revenue issue.

ParametersJSON Schema
NameRequiredDescriptionDefault
payToYes
queriesYes
excludePayersNo

TDQS

A3.7/5.0
Behavior4/5

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

The annotations already carry the safety profile (readOnlyHint=true, destructiveHint=false), and the description is consistent with that — 'Score' and 'identify' are pure analysis verbs with no mutation implied. The description adds context by referencing on-chain 'observed Base USDC activity', which aligns with openWorldHint=true, and the title discloses a $0.05 USDC invocation cost — meaningful behavioral context beyond the annotations. It does not describe return behavior in detail, but for a read-only analysis tool the disclosure burden is largely met.

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?

One front-loaded sentence leads with the verb and resource and lists the scoring dimensions efficiently with zero fluff. The title handles the cost disclosure separately. It is appropriately sized, though the compound outcome ('then identify the largest revenue issue') could have been given slightly more structural emphasis.

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

Completeness3/5

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

There is no output schema, so the description bears the burden of explaining return values; it communicates high-level results (a score and a revenue issue) but not their shape or fields. The biggest completeness gap is the unexplained 'queries' parameter, which an agent must populate to invoke the tool correctly. Rich annotations and the title's cost disclosure help, but the missing parameter semantics and return-format detail leave clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate, but it never defines what 'queries' means — an agent cannot tell whether these are search terms, merchant aliases, or lookup keys, or what format to use. payTo is self-explanatory from its Ethereum-address pattern and excludePayers is clear from its name, but the required queries field is genuinely ambiguous. The description's mention of 'discovery' and 'buyer signals' hints at the purpose of queries but never states it explicitly.

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 uses a specific verb ('Score') and a specific resource ('an x402 merchant'), then enumerates the exact scored dimensions: discovery, reliability, buyer signals, and observed Base USDC activity. It also states a clear second outcome ('identify the largest revenue issue'). This clearly differentiates it from siblings like batch_check_urls and treasury_preflight, which target different resources and outputs.

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?

There is no explicit when-to-use guidance and no mention of alternatives. Usage is only implied: because the description says what the tool scores, an agent can infer it is for evaluating merchants, but nothing tells it when to prefer merchant_snapshot over batch_check_urls or treasury_preflight, nor when not to use it.

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

payment_guardx402 Payment Guard ($0.01 USDC)B
Read-only
Inspect

Validate a live x402 challenge, price, Base network, USDC asset, recipient, funding, gas reserve, and destination immediately before signing.

ParametersJSON Schema
NameRequiredDescriptionDefault
serviceUrlYes
payerAddressYes
expectedPayToNo
maxAmountUsdcYes
minGasReserveEthNo

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context by stating the validation is 'live' and includes funding and gas-reserve checks, implying real-world network state is read. It does not mention failure behavior or edge cases, but it does not contradict the annotations.

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 single compact sentence, front-loaded with the action ('Validate') and timing ('immediately before signing'). The nine-item list is dense but free of filler. It could be better structured for readability, but it earns no redundancy penalty.

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?

There is no output schema, no per-parameter documentation, and no mention of what the tool returns or how success/failure is signaled. For a security-sensitive payment guard, the agent needs to know whether the result is a boolean, a report, or a signed payload. The description validates a list of concerns but leaves the outcome and follow-up behavior unspecified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description carries the burden of explaining parameters. It gestures at 'price,' 'recipient,' 'funding,' and 'gas reserve,' which loosely map to maxAmountUsdc, expectedPayTo, payerAddress, and minGasReserveEth, but it never explicitly defines each parameter, its requiredness, or its exact meaning. The agent is left to infer the mapping, which is risky for a payment guard.

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 uses a specific verb ('Validate') and enumerates the exact scopes: challenge, price, Base network, USDC asset, recipient, funding, gas reserve, and destination, with a clear timing constraint ('immediately before signing'). It does not explicitly differentiate from sibling tools such as treasury_preflight, so it falls short of a 5.

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 phrase 'immediately before signing' gives a clear context for when the tool should be used, but the description provides no exclusions or alternatives. An agent cannot determine when payment_guard is preferable to related sibling tools like treasury_preflight or base_balance.

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

treasury_preflightBase Payment Preflight ($0.02 USDC)B
Read-only
Inspect

Check Base ETH and USDC funding, gas, chain intent, destination type, and common payment hazards before signing.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYes
expectedChainIdNo
minGasReserveEthNo
plannedSpendUsdcNo
destinationAddressNo

TDQS

B3.4/5.0
Behavior3/5

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

The description adds meaningful detail about what is checked (funding, gas, chain intent, destination type, hazards) beyond the readOnly and destructive annotations. However, it does not disclose output format, error behavior, or whether results are merely advisory, so behavioral transparency remains partial.

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 a single focused sentence, front-loaded with the verb and resource, and every listed item adds meaning. There is no repetition or unnecessary prose.

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?

With no output schema and no return-value description, the tool's actual result is left unspecified, which is critical for a preflight/decision-support tool. The optional parameters also lack usage guidance, so an agent knows roughly what the tool does but not exactly what to send or what the response means.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for parameter-level detail. It only vaguely maps to the fields (funding/gas ≈ mintGasReserveEtth and plannedSpendUsdc, chain intent ≈ expectedChainId), but it never explains string formats, units, decimal precision, or the relationship between 'address' and 'destinationAddress'.

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?

States a specific verb ('Check') and a clear resource: Base ETH/USDC funding, gas, chain intent, destination type, and payment hazards. It clearly conveys what the tool does, though it does not explicitly distinguish itself from the sibling tools.

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?

Provides useful timing context with 'before signing', which tells an agent when to invoke this preflight check. It does not list exclusions or name alternative tools, but the sibling names are distinct enough that the intended use case is reasonably clear.

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

verify_web_evidenceVerify Web Evidence ($0.01 USDC)B
Read-only
Inspect

Verify one public URL and return timestamped status, redirects, metadata, content hash, and a receipt.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
expectedTextNo
expectedStatusNo

TDQS

B3/5.0
Behavior3/5

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

Annotations already cover readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds useful behavioral context by specifying that results are timestamped and that a receipt is produced, plus the implicit restriction to 'public' URLs. However, the $0.01 USDC cost is a significant behavioral trait that is absent from the description and only appears in the title.

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 single, efficient sentence that front-loads the action and then lists the return payload. There is no redundancy or filler. It could earn a 5 if it had folded in the cost or usage conditions, but as written it is appropriately tight.

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

Completeness3/5

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

The description explains what the tool returns, which helps given there is no output schema. But it leaves out critical invocation context: how expectedText/expectedStatus affect verification, when to pick this tool over siblings, and the monetary cost (present only in the title). It is adequate but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema gives only types/formats for url, expectedText, and expectedStatus, with no semantic descriptions, so schema_description_coverage is essentially zero. The description does not explain what expectedText or expectedStatus mean for the verification, nor how they modify the behavior. Only 'url' is implicitly covered by 'one public URL'.

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 uses a specific verb ('Verify') with a concrete resource ('one public URL') and enumerates the outputs (timestamped status, redirects, metadata, content hash, receipt). It is clearly not a generic list or snapshot tool, and the singular 'one public URL' helps separate it from the sibling check_urls, though it never names that sibling explicitly.

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 when-to-use or when-not-to-use guidance, and no alternatives are named. The phrase 'one public URL' implies a scope limit but does not tell the agent when to prefer verify_web_evidence over check_urls, snapshot, or archive. The cost signal lives only in the title, not in the description.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 4 tool updates
    • Addedbase_balance
    • Addedcheck_url
    • Addedmerchant_audit
    • Addedpayment_guard
  2. 4 tool updates
    • First observedbatch_check_urls
    • First observedmerchant_snapshot
    • First observedtreasury_preflight
    • First observedverify_web_evidence

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Lets 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.
    2
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation3/5

Several tools have overlapping purposes: check_url and verify_web_evidence both inspect URLs, merchant_snapshot and merchant_audit both analyze merchants, and payment_guard and treasury_preflight both do pre-signing checks. Descriptions clarify the differences, but an agent could still misselect between these pairs.

Naming Consistency2/5

Naming conventions are mixed: some tools start with verbs (check_url, verify_web_evidence), others with nouns (base_balance, merchant_audit, payment_guard). The pattern is not chaotic but lacks a consistent verb_noun or noun_verb structure across the set.

Tool Count5/5

Eight tools is a well-scoped count for a paid agent utility server. Each tool represents a distinct capability area—balance, URL checks, merchant analysis, and payment preflight—without feeling bloated or sparse.

Completeness4/5

The tool set covers URL verification (single, batch, evidence), merchant assessment (snapshot, audit), and Base payment safety (balance, preflight, guard). Minor gaps exist, such as no tool for checking transaction status or on-chain receipt validation, but core workflows are well covered.