x402 Counterparty Score
Server Details
Trust scores for x402 sellers: wash-trading, real buyers, verdict. $0.02/score via x402 on Base.
- Status
- Healthy
- Uptime
- 61.8% over 37 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one provides a free stale sample for testing response parsing, the other provides a paid fresh score. There is zero overlap or ambiguity.
Both tools use a verb_noun pattern (get_sample_score, score_x402_counterparty). The second name is longer and includes a tag, but the convention is consistent.
With only 2 tools, the surface is very thin. Even for a scoring service, one would expect additional tools like a list or history endpoint, making the count feel insufficient for a production server.
The server provides only a sample and a single scoring call. There are no tools for managing scores, viewing history, or handling payment errors, so the domain coverage is severely limited.
Available Tools
2 toolsget_sample_scoreARead-onlyInspect
Returns a clearly-marked stale sample counterparty score in the exact response schema of score_x402_counterparty (verdict, wash_trading_ratio, real_buyer_count, repeat_buyer_rate, source, updated_at, confidence). Free, no payment required, no input required. Sample data is fixed and expired by design — use it to validate response parsing, then call score_x402_counterparty ($0.02/call) for fresh decision-grade scores.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| sample | Yes | Always true: this response is a sample, not a live score. |
| source | Yes | Origin of the underlying data, e.g. "base-settlements" or "bazaar-directory". |
| subject | Yes | The x402 endpoint URL or pay-to address this score is about. |
| verdict | Yes | Decision-grade trust verdict on the counterparty. |
| delivery | No | Result of the most recent real-money delivery probe (mystery-shopper purchase from the disclosed probe wallet). Absent if this subject has not been probe-purchased. |
| confidence | Yes | Objective confidence from rule coverage and data completeness, 0 to 1. Never self-reported by an LLM. |
| updated_at | Yes | ISO 8601 UTC timestamp of when this score was computed. |
| sample_notice | Yes | Machine-readable warning that the data is stale sample data. |
| real_buyer_count | Yes | Number of distinct real buyers after wash-trading filtering. |
| repeat_buyer_rate | Yes | Share of real buyers that purchased more than once, 0 to 1. |
| wash_trading_ratio | Yes | Share of nominal settlement volume attributed to wash trading (self-dealing or funding-loop patterns), 0 to 1. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that the sample data is fixed and expired by design, and lists the response schema fields. The readOnlyHint annotation is consistent; no contradictions. However, it could mention any potential rate limits or failure modes.
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?
Two sentences, front-loaded with the tool's core value (stale sample, free), no unnecessary words, and efficiently covers purpose, usage guidance, and behavioral context.
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?
With no parameters and an existing output schema, the description sufficiently explains the return schema fields, the stale nature, and the comparative sibling. No gaps.
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?
There are zero parameters, so schema coverage is complete. The description adds value by stating 'no input required' and emphasizing the tool is free, which is relevant for selection.
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 returns a stale sample counterparty score, explicitly naming the sibling tool (score_x402_counterparty) for fresh scores, and specifies that it is free and requires no input.
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 explicitly tells when to use this tool (to validate response parsing) and when to use the sibling tool (for fresh decision-grade scores), along with cost implications.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
score_x402_counterpartyARead-onlyInspect
Returns trust verdict (trusted/caution/avoid) with wash-trading ratio, real-buyer count, and repeat-buyer rate for an x402 endpoint URL or pay-to address. $0.02/call. Computed from Base on-chain settlement data and the x402 Bazaar catalog; a score is sold only if refreshed within the past 24 hours.
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | The counterparty to score: an x402 endpoint URL (e.g. "https://api.seller.example/quote") or a pay-to address (e.g. "0x036C…"), exactly as advertised in the x402 Bazaar catalog or the 402 handshake. |
Output Schema
| Name | Required | Description |
|---|---|---|
| source | Yes | Origin of the underlying data, e.g. "base-settlements" or "bazaar-directory". |
| subject | Yes | The x402 endpoint URL or pay-to address this score is about. |
| verdict | Yes | Decision-grade trust verdict on the counterparty. |
| delivery | No | Result of the most recent real-money delivery probe (mystery-shopper purchase from the disclosed probe wallet). Absent if this subject has not been probe-purchased. |
| confidence | Yes | Objective confidence from rule coverage and data completeness, 0 to 1. Never self-reported by an LLM. |
| updated_at | Yes | ISO 8601 UTC timestamp of when this score was computed. |
| real_buyer_count | Yes | Number of distinct real buyers after wash-trading filtering. |
| repeat_buyer_rate | Yes | Share of real buyers that purchased more than once, 0 to 1. |
| wash_trading_ratio | Yes | Share of nominal settlement volume attributed to wash trading (self-dealing or funding-loop patterns), 0 to 1. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true. The description adds behavioral details: the tool is paid, computed from specific data, and may not return a score if data is stale. This adds value beyond the annotation without contradiction.
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 covering purpose, output, pricing, data source, and freshness. It is front-loaded with the action and result. Minor improvement: could be more structured, but it is effective.
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 tool's complexity (single parameter, output schema exists, annotations present), the description is complete: it specifies what the tool returns, how it computes, costs, and a critical behavioral constraint (freshness). The sibling tool is noted for 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?
Schema description coverage is 100%, and the schema already provides detailed meaning for the 'subject' parameter (what constitutes a valid input). The tool description reiterates the input types but does not add new semantics beyond the schema.
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 that the tool returns a trust verdict with specific metrics (wash-trading ratio, real-buyer count, repeat-buyer rate) for an x402 endpoint URL or pay-to address. It distinguishes itself from the sibling tool 'get_sample_score' by computing for a specific subject rather than providing a generic sample.
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 context for usage by mentioning the cost ($0.02/call), data sources (Base on-chain data, x402 Bazaar catalog), and a freshness condition (score only sold if refreshed within 24 hours). However, it does not explicitly state when to use this tool versus the sibling, though the purpose is clear enough to infer.
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.
2 tool updates
- Changed
get_sample_score1 field changed- added
Output schema / properties / deliveryAdded value: +{ + "additionalProperties": false, + "description": "Result of the most recent real-money delivery probe (mystery-shopper purchase from the disclosed probe wallet). Absent if this subject has not been probe-purchased.", + "properties": { + "checked_at": { + "description": "ISO 8601 UTC timestamp of the test purchase. Independent of updated_at and may be older.", + "type": "string" + }, + "outcome": { + "description": "delivered = a real paid test purchase received a valid response; failed = payment was made but no valid goods were delivered.", + "enum": [ + "delivered", + "failed" + ], + "type": "string" + } + }, + "required": [ + "outcome", + "checked_at" + ], + "type": "object" +}
- Changed
score_x402_counterparty1 field changed- added
Output schema / properties / deliveryAdded value: +{ + "additionalProperties": false, + "description": "Result of the most recent real-money delivery probe (mystery-shopper purchase from the disclosed probe wallet). Absent if this subject has not been probe-purchased.", + "properties": { + "checked_at": { + "description": "ISO 8601 UTC timestamp of the test purchase. Independent of updated_at and may be older.", + "type": "string" + }, + "outcome": { + "description": "delivered = a real paid test purchase received a valid response; failed = payment was made but no valid goods were delivered.", + "enum": [ + "delivered", + "failed" + ], + "type": "string" + } + }, + "required": [ + "outcome", + "checked_at" + ], + "type": "object" +}
2 tool updates
- First observed
get_sample_score - First observed
score_x402_counterparty
Related MCP Connectors
x402 seller trust for AI agents: verify on-chain revenue, check delivery, diagnose listings.
Seller ranks, trends and demand in the x402 economy. USDC read off Base, not self-reported.
Trust scores and on-chain payment receipts for x402 services.
Trust layer for the x402 agent economy: 40 pay-per-call SKUs, USDC on Base, verifiable proofs.
Related MCP Servers
- AlicenseAqualityFmaintenanceCounterparty risk scoring for agentic commerce. Scores wallets, domains, IPs, and companies 0-100 before AI agents transact via x402 micropayments on Base128 PyPI3MIT
- AlicenseAqualityFmaintenanceTrust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base.1836 npm1MIT
- AlicenseAqualityDmaintenanceReputation scoring for AI agent wallets on Base. 9 tools for trust scores, fraud checks, blacklist lookups, leaderboard, badge generation, and agent registration with x402 payment verification.923 npm1MIT
- FlicenseNot gradedqualityCmaintenanceAI-synthesized 3-bullet DeFi risk dossier for any Base wallet. Pre-trade counterparty vetting for MEV and arbitrage bots via x402 ($0.10 USDC per query).-
Glama MCP Gateway
Add one secure layer between your agents and this server.