Skip to main content
Glama

CIPHER x402 — Paid Solana & Crypto Tools

check_password_breach

Check whether a password hash prefix (SHA-1, first 5 chars) appears in the HIBP breach corpus. k-anonymity, no plaintext passwords sent. Priced at $0.005 USDC on Base (x402). Pass a signed x402 v2 authorization as the '_payment' argument to unlock the paid response. Without it, the tool returns the 402 accept-list for your wallet to sign.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_paymentNoOptional. Signed x402 v2 X-PAYMENT header value (base64-encoded EIP-3009 authorization). If present, forwarded upstream; if absent, tool returns the 402 accept-list.
sha1_prefixYesFirst 5 uppercase hex characters of the SHA-1 hash of the password (e.g. '21BD1').

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It discloses key behaviors: SHA-1 prefix, k-anonymity, no plaintext sent, payment mechanism, and return of 402 accept-list without payment. It does not detail the response format when payment is provided, but the core behavioral traits are adequately transparent.

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

Conciseness5/5

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

Four sentences, front-loaded with the primary purpose. Each sentence adds essential information without redundancy or fluff. Efficient and well-structured.

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?

No output schema is provided, so the description should indicate the return format. It mentions the 402 accept-list for unpaid requests, but does not specify what the paid response looks like (e.g., boolean, count, or match data). This is a noticeable gap, though the tool is simple and the main behavior is covered.

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 100%, and the description adds meaningful context beyond the schema: it explains that _payment is for signed authorization and what happens if absent, and it clarifies the sha1_prefix purpose in privacy terms. This adds value over the schema alone.

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?

Describes a specific verb and resource: 'Check whether a password hash prefix (SHA-1, first 5 chars) appears in the HIBP breach corpus.' The purpose is unambiguous and distinct from sibling tools, which are unrelated (e.g., audit_comp_live_listings, check_drift_exposure).

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?

Explains the privacy property (k-anonymity, no plaintext sent), pricing, and the two modes of operation (with or without _payment). Provides clear context on how to use the payment parameter, though it does not explicitly exclude alternative tools or scenarios.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose with detailed descriptions, and there is no functional overlap between any tools, even those in similar domains like geocoding (forward vs reverse) or Solana wallet analysis (general scan vs specific protocol exposure).

Naming Consistency2/5

Tool names follow no consistent pattern: some use verb_noun (check_drift_exposure), others use data source prefix (coinalyze_funding_rates, openfda_adverse_events), and a few use domain prefix (solana_wallet_scan). This mixture of conventions makes it hard to predict naming for similar functions.

Tool Count2/5

The server claims to be for Solana & Crypto but only 6 of 15 tools are crypto-related, while the rest cover unrelated domains like medical, nutrition, and geocoding. This dilutes focus and suggests the tool count is mismatched for the stated purpose.

Completeness2/5

For a server named 'Paid Solana & Crypto Tools', the crypto toolset is incomplete, missing common operations like token swaps, DeFi protocol interactions, or NFT queries. The inclusion of many non-crypto tools does not fill these gaps.