Agent Purchase Verification
Server Details
Check if an ecommerce purchase meets buyer rules before payment. Returns PASS, FAIL, or REVIEW.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusing it with another tool. Its purpose is clearly specific to purchase verification.
The single tool uses a clear verb_object convention (verify_purchase). With only one tool, there are no conflicting naming patterns to cause inconsistency.
One tool is quite sparse and gives the server a thin feel, but it is focused on a single purpose. The count is borderline rather than clearly excessive or insufficient.
The tool fully covers the core verification workflow with PASS, FAIL, and REVIEW outcomes, supporting evidence, and handling of ambiguous conditions. There is no explicit way to manage buyer-defined constraints, but those may reasonably be supplied externally.
Available Tools
1 toolverify_purchaseVerify PurchaseAInspect
Check whether a proposed ecommerce purchase satisfies buyer-defined constraints before money is committed. Returns PASS, FAIL, or REVIEW with supporting evidence. Use REVIEW when evidence is incomplete, ambiguous, conditional, stale, or conflicting.
| Name | Required | Description | Default |
|---|---|---|---|
| merchant | No | ||
| product_url | Yes | ||
| buyer_region | No | ||
| requirements | Yes | ||
| buyer_country | Yes | ||
| buyer_postal_code | No | ||
| transaction_facts | No | ||
| product_or_scenario | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden and does a solid job: it discloses that evaluation happens pre-commitment and enumerates the three result states with the condition that triggers REVIEW. It does not state whether the call is purely read-only/no-side-effect (implied but not asserted), nor anything about latency, auth, or whether external merchant lookups occur.
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?
Three tight sentences with the core purpose front-loaded, followed by outcome states and the REVIEW trigger. No filler, and every sentence carries decision-relevant information.
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?
An output schema exists, so return values need not be explained, but the tool takes 8 parameters including two unconstrained nested objects with 0% schema coverage and the description offers no guidance on them. For a tool whose entire value hinges on how 'requirements' and 'transaction_facts' are shaped, this is a material gap.
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 description coverage is 0% across 8 parameters, so the description must compensate and largely does not. Only 'buyer-defined constraints' loosely maps to the free-form 'requirements' object; the other open-ended object ('transaction_facts'), plus product_url, buyer_country, buyer_region, merchant, and buyer_postal_code, receive no explanation of expected format or content.
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?
States a specific verb and resource ('Check whether a proposed ecommerce purchase satisfies buyer-defined constraints') with a clear decision framing ('before money is committed'). The three possible outcomes (PASS, FAIL, REVIEW) are named, so an agent knows exactly what class of result this tool produces. No siblings exist to differentiate from, but the tool's scope is 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?
Gives clear usage context ('before money is committed') and a precise condition for the REVIEW outcome ('evidence is incomplete, ambiguous, conditional, stale, or conflicting'), which is genuinely actionable routing guidance. It lacks any exclusions or named alternatives, but there are no sibling tools to route toward.
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 tool update
- First observed
verify_purchase
Related MCP Connectors
Read-only commerce/checkout preflight (UCP/ACP). Returns evidence, never places orders.
Check WooCommerce checkout-change risk using public evidence and privacy-safe store signals.
Preflight x402 payment compatibility with structured risk evidence and remediation guidance.
Before-payment check for China quotes to US/EU: costs, low-value rules, and compliance blockers.
Related MCP Servers
- FlicenseNot gradedqualityAmaintenanceProvides a read-only approval gate for AI agent commerce actions, reviewing up to five non-sensitive actions and returning decisions and required evidence without executing, paying, or signing.-
- AlicenseAqualityCmaintenanceDeterministically evaluates whether a proposed agent spend action matches a supplied policy, returning ELIGIBLE, DENY, or STEP_UP with stable reason codes. Provides local policy evidence only, not payment authorization.134 npmMIT
- FlicenseNot gradedqualityDmaintenanceProvides a pre-signature payment-risk verdict (GO/HOLD/STOP) for x402 payments based on counterparty reputation, price anomaly, and OFAC sanctions.-
- FlicenseNot gradedqualityBmaintenanceEnables automated evaluation of e-commerce advertising content against compliance policies, detecting prohibited claims and trademarks through an MCP-compatible interface.8-
Glama MCP Gateway
Add one secure layer between your agents and this server.