Skip to main content
Glama

Blue Cap Machine Commerce

Server Details

Deterministic MCP utilities, validation, evidence verification, and x402 commerce on Base.

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
Uptime
98.2% over 22 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

B3.3/5.0

Scored across 7 tools

Disambiguation4/5

The three core capabilities (evidence_verify, hash_compute, schema_validate) plus agent_wallet each target a distinct operation, and the _mpp suffix clearly marks paywalled variants. The three _mpp tools carry identical descriptions and are only differentiable by name, which introduces mild risk of misselection but the naming does the disambiguating work.

Naming Consistency4/5

All names use snake_case with a consistent noun_verb or noun_noun pattern (evidence_verify, hash_compute, schema_validate, agent_wallet) and the _mpp payment suffix is applied uniformly. The only minor deviation is agent_wallet, which reads as noun_noun rather than an action.

Tool Count4/5

Seven tools is a well-scoped count for a pay-per-capability service: three functional capabilities, three payment-link counterparts, and one wallet tool. Each earns its place, though the paired _mpp duplication is somewhat repetitive.

Completeness3/5

Each capability has both a free execution path and a paid payment-link path, so the core call surface is covered. However, there is no wallet lifecycle (balance, funding, withdrawal) and no way to retrieve past receipts or results, leaving notable gaps for a 'machine commerce' domain.

Available Tools

7 tools
agent_walletBlue Cap agent.walletA
Idempotent
Inspect

Provision a free Blue Cap machine wallet (Base Mainnet, USDC).

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_nameYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
addressYes
agent_idYes

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already communicate that this is a non-read-only, idempotent, non-destructive operation. The description adds the 'free' aspect and network/currency context but does not disclose side effects such as wallet creation behavior, key management, or any rate limits. This is acceptable given annotation coverage, but not particularly rich.

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 verb and resource, then adds the key specifics (free, Base Mainnet, USDC). Every word contributes useful information, with no redundancy or filler.

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 tool is simple and has an output schema, so return values do not need explanation. However, the only input parameter is undocumented and the description gives no details about what provisioning entails or how agent_name is used. This is a noticeable gap even for a one-parameter tool.

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 schema provides zero description for the only parameter, agent_name, and the description also fails to explain its meaning, expected format, or uniqueness. The parameter is somewhat inferable from the tool name and purpose, but the description does not compensate for the 0% 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 uses a specific verb ('Provision') and identifies the exact resource ('Blue Cap machine wallet') plus network and currency context ('Base Mainnet, USDC'). This clearly distinguishes it from the unrelated siblings like evidence_verify and hash_compute.

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 intended use case is clear: provision a wallet for an agent on Base Mainnet. There are no relevant alternatives among the sibling tools, so explicit exclusions are unnecessary. However, it does not explicitly state when not to use the tool or provide alternative routing.

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

evidence_verifyBlue Cap evidence.verifyC
Idempotent
Inspect

Verify supplied structured evidence and return a machine-readable verification result.

ParametersJSON Schema
NameRequiredDescriptionDefault
consumer_idYes
assurance_recordYes
evidence_artifactsYes
invocation_contextYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
x402_settlementYes
capability_resultYes
commercial_receiptYes
storefront_authorityYes

TDQS

C2.8/5.0
Behavior3/5

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

Annotations already acknowledge non-read-only (readOnlyHint=false), non-destructive (destructiveHint=false), and idempotent (idempotentHint=true). The description adds that it returns a 'machine-readable verification result,' which provides some behavioral context beyond annotations. It doesn't contradict annotations, so not a 1. It could disclose more about side effects or state changes, but given the annotations cover the basics, a 3 is appropriate.

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 one concise sentence, front-loading the core action. It lacks fluff but is appropriately minimal given the tool's simplicity. No redundancy or wasted words.

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?

The description is severely incomplete for a tool with 4 required parameters that are all objects, no schema descriptions, and an output schema. There is no guidance on how to structure the evidence_artifacts or assurance_record, nor what constitutes a successful verification. The output schema exists, but the input semantics are opaque. This would leave an agent uncertain about proper 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%, meaning the schema provides no descriptions for parameters like consumer_id, assurance_record, evidence_artifacts, and invocation_context. The description does not elaborate on their meaning. With 4 required parameters and nested objects, the burden is on the description to clarify, but it remains silent. This is a significant gap, as the agent has to guess the nature of these objects.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description says 'Verify supplied structured evidence and return a machine-readable verification result.' This states a clear verb ('verify') and resource ('structured evidence'). However, it doesn't explicitly differentiate from siblings like schema_validate, which also involves validation. The addition of 'machine-readable result' hints at output format, but the tool's unique role among siblings is not entirely clear.

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?

The description lacks any guidance on when to use this tool versus alternatives. 'Verify structured evidence' is generic and could be confused with schema_validate. No exclusions, alternatives, or conditions are mentioned. The agent is left to infer usage from the name and schema alone.

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

evidence_verify_mppBlue Cap evidence.verify — Stripe MPPB
Idempotent
Inspect

Return a Stripe MPP payment link for this Blue Cap capability. POST the same arguments to paymentLink to receive the HTTP 402 challenge and complete payment.

ParametersJSON Schema
NameRequiredDescriptionDefault
consumer_idYes
assurance_recordYes
evidence_artifactsYes
invocation_contextYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
priceYes
methodYes
providerYes
paymentLinkYes
requestBodyYes
instructionsYes
paymentProtocolYes

TDQS

B3.1/5.0
Behavior4/5

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

Annotations already declare the safety profile (readOnlyHint=false, destructiveHint=false, idempotentHint=true). The description adds useful behavioral context: this tool returns a payment link, and the actual payment flow continues by POSTing to paymentLink to receive an HTTP 402 challenge. It does not cover auth needs or rate limits, but it goes beyond what the annotations state.

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?

Two short sentences, front-loaded with the return value and followed by the required follow-up action. No wasted words.

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?

The tool has four required, nested object parameters with no schema descriptions, and the description does not compensate by explaining their structure or meaning. Output schema and annotations exist, but an agent still lacks enough context to construct a correct invocation.

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

Parameters1/5

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

Schema description coverage is 0% and the description provides no explanation of any of the four required parameters (consumer_id, assurance_record, evidence_artifacts, invocation_context). Saying 'POST the same arguments' does not define those arguments.

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 states a specific verb and resource: returning a Stripe MPP payment link for a Blue Cap capability. It distinguishes the MPP variant implicitly from the non-payment sibling evidence_verify, though it does not name that sibling or explain the relationship directly.

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?

The description gives a next-step procedure (POST the same arguments to paymentLink to receive an HTTP 402 challenge) but does not say when to choose this tool over evidence_verify or any other sibling. No exclusions or usage context are provided.

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

hash_computeBlue Cap hash.computeB
Idempotent
Inspect

Compute a SHA-256 digest for customer-supplied UTF-8 or base64-decoded bytes through a stable machine endpoint. Returns the reproducible digest through a receipted external execution.

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYes
encodingYes
consumer_idYes
invocation_contextYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
x402_settlementYes
capability_resultYes
commercial_receiptYes
storefront_authorityYes

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already cover idempotency and non-destructiveness. The description adds meaningful behavioral context by mentioning that computation happens through a 'receipted external execution' and that the digest is reproducible, giving insight beyond the structured 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 short and front-loaded with the core action. However, phrases like 'receipted external execution' and 'stable machine endpoint' are jargon-heavy and add limited clarity for the space they occupy.

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?

Given four required parameters, a nested object, zero schema descriptions, and no usage guidance, the description is not complete enough for an agent to invoke this tool correctly. The output schema helps with return values, but the meaning of required inputs remains underspecified.

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 all four required parameters. It addresses only 'data' and 'encoding' indirectly by mentioning UTF-8 or base64 bytes, while 'consumer_id' and especially the nested 'invocation_context' object are left completely 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 and resource: 'Compute a SHA-256 digest' for customer-supplied bytes, and clarifies the supported encodings. This clearly distinguishes it from sibling tools like evidence_verify and schema_validate, which serve different functions.

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 on when to use this tool versus alternatives, nor are any exclusions or preconditions mentioned. The phrase 'stable machine endpoint' hints at a use context, but it does not help an agent decide between hash_compute and its siblings.

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

hash_compute_mppBlue Cap hash.compute — Stripe MPPB
Idempotent
Inspect

Return a Stripe MPP payment link for this Blue Cap capability. POST the same arguments to paymentLink to receive the HTTP 402 challenge and complete payment.

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYes
encodingYes
consumer_idYes
invocation_contextYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
priceYes
methodYes
providerYes
paymentLinkYes
requestBodyYes
instructionsYes
paymentProtocolYes

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, destructiveHint=false, and openWorldHint=false. The description adds genuinely useful context beyond those hints: the return value is a Stripe payment link and a subsequent 402-challenge step completes payment. It omits other behavioral traits such as link expiry, data-size limits, or what happens before payment is settled.

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?

Two short sentences with the core purpose front-loaded and no filler. The only inefficiency is the ambiguous, unexplained reference to 'paymentLink', which forces the reader to guess whether it is a tool, endpoint, or parameter.

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?

An output schema exists, so return values need not be described. However, for a payment-gated capability with four required undocumented parameters and a multi-step 402 flow, the description is thin: it never explains the inputs, prerequisites, or how this differs from the non-MPP sibling, leaving real 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% across four required parameters (data, encoding, consumer_id, invocation_context), so the description carries the full burden and adds almost nothing. Only a vague hint that 'the same arguments' are reused for the payment step is offered; no parameter is explained, and the 1.4M data cap and encoding enum are left to the raw schema.

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 states a specific verb and resource: 'Return a Stripe MPP payment link for this Blue Cap capability.' Combined with the title referencing hash.compute, an agent can tell this is the payment-link variant of the hashing capability. It does not, however, explicitly contrast itself with the plain hash_compute sibling, so the differentiation is left to the name suffix.

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?

It gives a follow-up workflow step ('POST the same arguments to paymentLink to receive the HTTP 402 challenge and complete payment'), which implies when and how the tool is used in the payment flow. But it never states when to choose this over hash_compute, and 'paymentLink' is an undefined reference, so the guidance is only partially actionable.

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

schema_validateBlue Cap schema.validateA
Idempotent
Inspect

Validate supplied structured data against a customer-supplied JSON Schema Draft 2020-12 supported subset. Returns a deterministic machine-readable validity result and bounded errors through a receipted external execution.

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes
schemaYesJSON Schema using the published Draft 2020-12 supported subset.
consumer_idYes
invocation_contextYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
x402_settlementYes
capability_resultYes
commercial_receiptYes
storefront_authorityYes

TDQS

A3.8/5.0
Behavior4/5

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

Annotations declare idempotentHint=true and destructiveHint=false, and the description adds valuable behavioral detail: the result is deterministic, machine-readable, has bounded errors, and involves a 'receipted external execution.' This goes beyond the annotations without contradicting them.

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?

Two compact sentences front-load the primary purpose and then summarize key output behavior. There is no filler, though the phrase 'receipted external execution' is jargon-heavy and slightly obscures meaning.

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?

An output schema exists, so return values do not need detailed explanation, and annotations cover safety characteristics. However, the description fails to illuminate the purpose of consumer_id and invocation_context, and the 'supported subset' of JSON Schema is left undefined. For a tool with four required parameters, this gap makes the description incomplete for an agent that must produce valid inputs.

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 only 25%, and the description compensates poorly. It indirectly maps 'supplied structured data' to the value parameter and 'customer-supplied JSON Schema' to the schema parameter, but consumer_id and invocation_context are completely unexplained in both the description and the schema, leaving critical required parameters ambiguous.

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 verb ('Validate'), the resource ('supplied structured data'), and the standard ('JSON Schema Draft 2020-12 supported subset'). This clearly differentiates it from siblings like evidence_verify and hash_compute, making the tool's core function unmistakable.

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 context is clear: use this tool when data must be validated against a customer-supplied JSON Schema. However, it does not explicitly name alternatives or state when not to use it, so it stops short of full usage guidance.

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

schema_validate_mppBlue Cap schema.validate — Stripe MPPB
Idempotent
Inspect

Return a Stripe MPP payment link for this Blue Cap capability. POST the same arguments to paymentLink to receive the HTTP 402 challenge and complete payment.

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes
schemaYesJSON Schema using the published Draft 2020-12 supported subset.
consumer_idYes
invocation_contextYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
priceYes
methodYes
providerYes
paymentLinkYes
requestBodyYes
instructionsYes
paymentProtocolYes

TDQS

B3/5.0
Behavior3/5

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

Annotations supply idempotentHint=true, destructiveHint=false and readOnlyHint=false, so the safety profile is largely covered. The description usefully adds the two-step payment flow (return link, then POST to paymentLink for the 402 challenge), but omits auth requirements, what state is created, and whether the link expires.

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?

Two short sentences with the deliverable front-loaded and the payment step second; no filler. It could be tighter only by naming the capability explicitly.

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?

An output schema exists so return values needn't be described, and the payment handoff is covered. However, for a 4-required-param paid tool with nested objects, the absence of any parameter or prerequisite explanation leaves real 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 only 25% across 4 required parameters (value, schema, consumer_id, invocation_context), and the description says only 'the same arguments' without explaining any of them. It fails to compensate for the sparse schema, leaving consumer_id format and invocation_context contents entirely undocumented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the deliverable (a Stripe MPP payment link) and ties it to 'this Blue Cap capability', but never names the actual capability — schema validation — so the verb+resource must be inferred from the tool name and title. It also does not contrast itself with the sibling schema_validate.

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?

It gives a concrete next step ('POST the same arguments to paymentLink to receive the HTTP 402 challenge'), which implies this is the paid/MPP entry point, but it never says when to choose this over the non-MPP schema_validate sibling or what prerequisite triggers the payment path.

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.

  1. 3 tool updates
    • Addedevidence_verify_mpp
    • Addedhash_compute_mpp
    • Addedschema_validate_mpp
  2. 1 tool update
    • Addedagent_wallet
  3. 3 tool updates
    • First observedevidence_verify
    • First observedhash_compute
    • First observedschema_validate

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    9-tool MCP server for the anchor-x402 commodity services: dual-chain hash anchoring (Base + Solana), OFAC sanctions screening, signed decision attestation, mainnet tx decode, ENS/SNS name resolution, USD spot price, EVM calldata decode, datetime parser, and bundled wallet intelligence. Agents pay $0.001–$0.010 USDC per call directly from a Base wallet via x402 — no API keys, no accounts.
    14
    62 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for verifying blockchain safety on Base via x402, with free pricing/receipt tools and paid per-call guard, contract, and metadata checks settled in USDC.
    39 npm
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server that provides AI agents with pay-per-call access to a suite of tools (honeypot check, token market, DeFi yields, etc.) via USDC on Base using the x402 protocol.
    3 npm
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources