ghost-x402-market-intel-vet-schema
Server Details
Web search for agents, one x402 payment: real results, provider failover, signed receipt. $0.01.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-06-18
- URL
TDQS
Scored across 5 tools
Most tools have clear stages: search is for unknown providers, vet is for a named provider, and pre_spend_gate incorporates task economics for the final go/no-go. However, ghost_commerce_vet and ghost_pre_spend_gate could both be interpreted as 'before you pay' verdict tools, and their boundaries rely on subtle input differences.
All names share the ghost_ prefix and use lowercase snake_case, which gives a consistent visual pattern. The semantic construction is mixed though: commerce_search and web_search are noun+verb, while pre_spend_gate and schema_freshness are noun phrases rather than verb_noun forms.
Five tools is well-scoped for this specialized x402 intelligence/vetting server. Each tool carries a distinct responsibility without obvious bloat, and the count feels appropriate for the domain.
The core workflow is covered: discover providers, vet them, run a pre-spend economic gate, and check schema drift. The main gap is that pre_spend_gate tells agents to report outcomes to /v1/gate/outcome, but no reporting tool is exposed in the MCP surface, which makes the feedback loop incomplete from an agent's perspective.
Available Tools
5 toolsghost_commerce_searchAInspect
Decide which x402 provider to pay, before paying it. Consult when the provider is unknown, when a decision you hold has passed its valid_until, or when the price, health, verdict or funding of one materially changed. Finds providers by need and ranks them by real economic evidence: independent payers, calls-per-payer (the repeat signature), last settlement, on-chain trust verdicts and change history. Returns USE/WATCH/AVOID with the exact call, a fallback, valid_until and recheck_when — reuse a held decision until it expires or a trigger fires, rather than asking again. Paid per call via x402; free preflight at /v1/commerce/search/preflight (3/day).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Free-text need, e.g. 'solana market data with recent buyers' | |
| network | No | CAIP-2 filter, e.g. eip155:8453 | |
| capability | No | Capability keyword(s), e.g. 'search' | |
| min_payers | No | Only providers with at least this many independent payers in 30d | |
| max_price_usd | No | 0 means no price ceiling | |
| payment_signature | No | x402 PAYMENT-SIGNATURE header value. Omit it to receive the payment terms; call again with it to run the tool. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, and it does an excellent job. It discloses the paid nature ('Paid per call via x402'), the two‑step process ('Omit it to receive the payment terms; call again with it to run the tool'), a free preflight endpoint with rate limit ('free preflight at /v1/commerce/search/preflight (3/day)'), and the return structure ('USE/WATCH/AVOID with the exact call, a fallback, valid_until and recheck_when'). This goes well beyond what a schema or annotations would typically provide.
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 dense but every sentence serves a purpose. It is front-loaded with the core purpose and usage, then details the evidence and return structure, then the cost/preflight. It is not overly verbose, but a few sentences pack multiple ideas. The structure is logical and scannable, earning a 4.
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?
Despite lacking an output schema, the description explains the return format, the payment flow, the need for a payment signature, and the preflight option. It covers the main triggers for re‑consultation. It does not mention error handling or limits beyond the preflight, but for a tool of this complexity it is fairly complete. A 4 reflects that it covers the essential agent needs without exhaustive edge cases.
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 86%, so the baseline is 3. The description does not add extra meaning to the parameters beyond what the schema already specifies (e.g., network, capability, min_payers). It explains the ranking logic (independent payers, calls-per-payer, etc.) but that is not parameter semantics. No additional parameter-level guidance is given, so a 3 is appropriate.
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's job: 'Decide which x402 provider to pay'. It specifies the resource (x402 providers) and the action (decide/rank/return verdict). It distinguishes itself from siblings by describing a search-and-decision function, though it does not explicitly name alternatives. It is more specific than a tautology, earning a 4.
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 explicit conditions for when to use the tool: 'Consult when the provider is unknown, when a decision you hold has passed its valid_until, or when the price, health, verdict or funding of one materially changed.' It also advises when not to use it ('reuse a held decision until it expires or a trigger fires, rather than asking again'). However, it does not mention sibling tools as alternatives, so it lacks explicit exclusion guidance but still offers clear context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ghost_commerce_vetAInspect
Before paying an x402 seller you do not know: settlement history, payer structure, funding links, endpoint liveness, quote-vs-advertised price. Use when one named provider or payment address is already in hand and you need a verdict before you pay it. PROCEED/CAUTION/REJECT/INSUFFICIENT_EVIDENCE with a signed receipt. Paid per call via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | The seller's payment address (payTo). Optional if endpoint_url is given — the 402 names its own address. | |
| endpoint_url | No | The seller's paid endpoint, probed with one unpaid request to read its x402 terms. | |
| advertised_amount | No | The price a listing advertised, in minor units, to compare against the live quote. | |
| payment_signature | No | x402 PAYMENT-SIGNATURE header value. Omit it to receive the payment terms; call again with it to run the tool. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden and it does disclose the key side effect: 'Paid per call via x402.' It also describes the signed receipt output. It does not detail the two-step omit-signature/call-again flow, but that is covered in the schema, so the description adds meaningful behavioral context 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?
Three sentences, front-loaded with the core question, and no wasted words. It packs scope, usage, output, and cost into a compact description.
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 no output schema, the description does a good job by naming the verdict enum and signed receipt. Combined with the self-documenting schema, the agent has enough to decide when to call and roughly what will come back. A full response shape would make it a 5, but it is otherwise complete.
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 coverage is 100%, so the baseline is 3. The description adds thematic context (endpoint liveness, quote-vs-advertised price) that maps to endpoint_url and advertised_amount, but it does not add parameter-level detail beyond what the schema already provides.
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 action ('vetting' a seller before payment), names the exact context (unknown x402 seller, payment address already in hand), and lists what it checks. It also names the verdict outputs, which distinguishes it from sibling search/freshness tools.
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: 'Use when one named provider or payment address is already in hand and you need a verdict before you pay it.' This implies it is not for discovery, but it does not explicitly name alternatives or state when-not-to-use, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ghost_pre_spend_gateAInspect
THE PRE-SPEND GATE. Call this immediately before your agent pays an x402/API provider, with the task's own economics. Returns ALLOW / FALLBACK / DECLINE / INSUFFICIENT_EVIDENCE — not advice: a decision your payment path should enforce. It joins the provider's measured record (independent payers, concentration, price drift, reachability, funding links, on-chain verdict) to YOUR numbers (customer_revenue, value_of_success, max_budget, required_margin, failure_cost, switching_cost) and answers the question ranking cannot: is paying for THIS task profitable, and at which provider. Where the task's value is known it maximises expected net value; where it is not, it minimises cost per verified success — which is why it will refuse the cheapest call when a cheaper provider succeeds less often. Unknown economics stay UNKNOWN and are never invented. Report the result afterwards to /v1/gate/outcome (free) — that is the only source of the success rates it uses. Paid per decision via x402, or drawn from prepaid credit; a cached decision inside valid_until and an INSUFFICIENT_EVIDENCE answer are free.
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| currency | No | USD | |
| task_type | Yes | What kind of job this is. Success history is pooled under it, so it must be stable. | |
| max_budget | No | ||
| failure_cost | No | ||
| revenue_models | No | Optional. Say what the task is worth in the terms you actually measure, and Ghost derives value_of_success / customer_revenue / max_budget from it — never overriding a value you stated yourself. Each entry needs a `type`: SALES_ROI (spend, qualified_leads?, meetings?, closed_deals?, realized_revenue?), AFFILIATE_ROI (commission_rate?, order_value?, conversion_probability?, tool_cost?, inference_cost?, transaction_cost?), PROCUREMENT_SAVINGS (current_total_cost?, alternative_total_cost?, switching_cost?, migration_cost?), RETURN_ROI (expected_return, data_cost?, model_cost?, execution_cost?, expected_risk_loss?; expected_return is YOURS to state and is never estimated by Ghost), CREDIT_AFFORDABILITY (available_credit, planned_spend?). Ratios are derived only where the denominator exists; conversion rates are never invented. | |
| switching_cost | No | ||
| required_margin | No | ||
| customer_revenue | No | ||
| value_of_success | No | ||
| payment_signature | No | x402 PAYMENT-SIGNATURE header value. Omit it to receive the payment terms; call again with it to run the tool. | |
| success_definition | Yes | What counts as success, written down BEFORE paying. verified_success is later judged against this. | |
| fallback_authorized | No | May Ghost route to a different candidate than the first? Off by default: an unrequested reroute is a payment the operator did not choose. | |
| provider_candidates | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description fully carries the transparency burden: it states the output is 'not advice' but an enforceable decision, that unknown economics stay UNKNOWN and are never invented, and that derived values never override caller-stated values. It also discloses the feedback loop (only /v1/gate/outcome feeds success rates), the pricing/free conditions, and the refusal behavior when a cheaper provider succeeds less often. These are meaningful behavioral traits beyond what schema annotations could convey.
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 front-loaded with the tool's purpose and timing, then layers behavioral rules, economic inputs, and payment mechanics. It is a long, dense single paragraph with some stylistic repetition (e.g., 'never invented' appears in both description and schema), but nearly every sentence adds substantive guidance. The length is largely justified by the tool's complexity.
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 14 parameters, no annotations, and no output schema, the description covers the full workflow: when to call, what verdicts to expect, what inputs matter, how pricing/free cases work, and what to do afterwards. Combined with the rich input schema, an agent has enough context to invoke the tool correctly and interpret the high-level result categories. The per-verdict handling is left to the payment path, which the description explicitly states.
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 only 36%, so the description needs to compensate, and it does meaningfully. It names the caller's economic inputs (customer_revenue, value_of_success, max_budget, required_margin, failure_cost, switching_cost), explains revenue_models derivation rules per type, and clarifies that RETURNS_ROI's expected_return is caller-owned. It also advises preferring the LIVE 402 amount for provider_candidates. Some parameters such as task_id and currency are left entirely to the schema, so the compensation is strong but not complete.
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 opens with a precise, action-oriented role: 'Call this immediately before your agent pays an x402/API provider' and names the exact return verdicts (ALLOW / FALLBACK / DECLINE / INSUFFICIENT_EVIDENCE). It explicitly distinguishes itself from advice and from ranking, making its unique function clear. The sibling tools are unrelated (commerce search/vet/schema freshness), so there is no ambiguity in the tool's domain.
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 gives an explicit temporal instruction ('immediately before your agent pays') and a follow-up protocol ('Report the result afterwards to /v1/gate/outcome'). It also explains the payment flow: omit payment_signature to receive terms, call again with it to run, paid per decision or prepaid, and free for cached decisions or INSUFFICIENT_EVIDENCE. This is enough to route an agent through the correct sequence without additional inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ghost_schema_freshnessAInspect
Has this published JSON Schema or OpenAPI document changed since a fingerprint you hold? The schema-drift recheck of the pre-spend policy: run it when a provider's published contract may have moved before you pay it again. Paid per call via x402; DSSE-signed receipt.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL of a JSON Schema or OpenAPI document | |
| known_fingerprint | No | The fingerprint from a previous check. Empty means first observation. | |
| payment_signature | No | x402 PAYMENT-SIGNATURE header value. Omit it to receive the payment terms; call again with it to run the tool. |
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 it discloses important operational facts: it is paid per call via x402, it is a 'pre-spend' recheck, and it returns a DSSE-signed receipt. It does not detail failure modes or side effects, but the read-only 'check' framing plus billing behavior is strong.
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 compact and front-loaded, with the core question in the first sentence and the usage trigger and billing behavior in the following sentences. Every sentence earns its place and there is no redundant filler.
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?
It covers purpose, usage, and payment behavior well, but there is no output schema and the description never explains what the response contains, such as whether it returns a new fingerprint, a changed/unchanged indicator, or the signed receipt. That is a meaningful gap for an agent invoking a paid tool.
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%, so the schema already documents url, known_fingerprint, and payment_signature. The description adds contextual flavor about a held fingerprint and payment, but does not materially go beyond the parameter descriptions already present.
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 identifies a specific resource ('published JSON Schema or OpenAPI document') and a specific operation ('changed since a fingerprint you hold'), so an agent can tell this is a freshness/recheck tool. It does not explicitly differentiate itself from the sibling tools, but their names and this tool's schema-focused wording make confusion unlikely.
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?
It gives an explicit trigger: run when a provider's published contract may have moved before paying again. It does not list exclusions or alternatives, but the stated usage context is clear enough to guide selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ghost_web_searchAInspect
Search the web and get the results, in ONE payment. Ghost runs the search on its own provider account and returns the actual results — organic hits with title, url and snippet, plus answer box, knowledge panel, related questions — normalised into one shape. Three things most paid search tools do not do: it runs on more than one search provider and fails over between them, so a dead upstream costs you a retry rather than an answer; it never charges you for a search that did not come back, returning the fee as credit instead; and every answer carries a DSSE-signed receipt naming the provider that actually served it, over your question and the results, so what your agent retrieved can be proven later. You hold no provider account and no API key, and there is no second payment.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to search the web for. | |
| country | No | Country code for localisation, e.g. 'us', 'de'. | |
| results | No | How many organic results to return. | |
| language | No | Interface language, e.g. 'en', 'es'. | |
| payment_signature | No | x402 PAYMENT-SIGNATURE header value. Omit it to receive the payment terms; call again with it to run the tool. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral disclosure burden and fully delivers: it reveals the one-payment model with no second charge, multi-provider failover so a dead upstream costs a retry rather than an answer, refund-as-credit for failed searches, and DSSE-signed receipts naming the serving provider. It also states the buyer holds no provider account or API key. This is exemplary transparency for a paid tool.
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 long but information-dense and well-structured: purpose is front-loaded in the first sentence, differentiators are organized as a numbered 'three things' list, and it closes with the account/key simplification. Every sentence earns its place given the unusual payment, failover, and receipt behaviors that must be disclosed; it is only slightly marketing-toned.
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?
Despite having no output schema and no annotations, the description compensates by specifying the return shape (normalised organic results, answer box, knowledge panel, related questions), the receipt, and the failure/refund and failover behaviors. The two-step payment flow (omit signature for terms, resend to run) is already documented in the input schema, so the description need not repeat it. Nothing an agent needs to call this correctly is missing.
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%, so the baseline is 3 and every parameter is already documented in the schema. The description adds useful context around payment_signature's role in the payment flow and explains why provider-selection parameters were removed, but it does not add per-parameter semantics beyond what the schema provides.
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 opening clause 'Search the web and get the results' states a specific verb and resource, and the description enumerates the exact return shape (organic hits with title/url/snippet, answer box, knowledge panel, related questions). The web-search scope is clearly distinct from the commerce-oriented sibling tools, so an agent can tell what this tool is for without opening the schema.
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 implies when this tool fits — an agent wanting web results without holding its own provider account or API key, under a single-payment model — and contrasts the tool with 'most paid search tools.' However, it never explicitly states when to choose this over a sibling (e.g., ghost_commerce_search) or when not to use it; routing is left to inference from names and context.
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
- Added
ghost_web_search
1 tool update
- Added
ghost_pre_spend_gate
3 tool updates
- First observed
ghost_commerce_search - First observed
ghost_commerce_vet - First observed
ghost_schema_freshness
Related MCP Connectors
Paid MCP web research for agents: search, extraction, citations, and x402 payment discovery.
Live web search and research synthesis for agents, with free samples and x402 USDC payments.
Paid web, news, company, product, and geographic search plus clean page reading for agents.
One search across every agent registry: 100K+ MCP/A2A/x402 services, signed receipts.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceWeb search API for AI agents. Returns structured results with title, URL, and snippet; pay-per-call via x402 micropayments.MIT
- AlicenseNot gradedqualityBmaintenanceWeb search for AI agents. Up to 10 results for $0.001 USDC via x402 on Base. No API key.MIT
- AlicenseNot gradedqualityDmaintenancePay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.5 npm1MIT
- AlicenseAqualityCmaintenancePaid web research MCP tools for autonomous agents: search, page extraction, citations, and diff monitoring through a live x402 API. Unpaid calls return the Base USDC payment requirement so agents can pay and retry safely.41MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.