Card snapshot
x402-market-intel-mcp.mtree.workers.dev
·
2026-07-07 22:23:22 UTC
·
1cf4e17ce124cf8d9dc124de85be3f8b7009e9a889021d9b44af24d106ee0ab6
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "x402 Market Intelligence MCP",
"description": "x402 buyer-decision MCP for execution-time endpoint preflight, service ranking, provider trust, token risk, and transaction checks. Paid answers are compact policy JSON, not broad reports.",
"url": "https://x402-market-intel-mcp.mtree.workers.dev",
"provider": {
"name": "mtree"
},
"skills": [
{
"id": "endpoint_risk",
"name": "x402 endpoint risk preflight",
"description": "Tiny paid pre-payment oracle for one x402 endpoint: returns pay/block/cap verdict first, warnings and exact 402 term checks second, then execution policy, replay/binding checks, and seller fix appendix. Free preview includes paid_request_body + preview_id; paid route is now $0.03 to match try-it conversion pricing. $0.030000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api",
"endpoint-preflight"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/endpoint_risk",
"method": "POST",
"price_usdc": 0.03,
"input_schema": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"resource": {
"type": "string"
},
"method": {
"type": "string"
},
"budget_usdc": {
"type": "number"
},
"preview_id": {
"type": "string"
},
"source": {
"type": "string"
}
}
},
"input_example": {
"url": "https://example.com/v1/paid",
"resource": "https://example.com/v1/paid",
"budget_usdc": 0.25,
"source": "agent_preview",
"preview_id": "prev_x402_endpoint_risk_..."
},
"output_example": {
"buyer_decision": {
"recommendation": "pay_with_cap",
"next_action": "fresh-check 402, compare payTo/amount/resource, then pay once under cap"
},
"verdict": "pay_with_cap",
"risk_flags": [
"price_within_budget"
],
"payment_contract": {
"amount": "30000",
"network": "eip155:8453"
},
"execution_policy": {
"stop_conditions": [
"payTo_changed",
"amount_changed",
"resource_binding_mismatch"
]
},
"evidence": {
"live_402_ok": true
}
}
},
{
"id": "service_rank",
"name": "x402 rank-then-pay service selector",
"description": "One-call x402 service selector for buyer agents: given an intent and budget, return the pay/skip/reroute verdict first, then warnings, price/payment metadata, evidence, and fallback action before the agent spends. $0.030000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api",
"service-rank"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/service_rank",
"method": "POST",
"price_usdc": 0.03,
"input_schema": {
"type": "object",
"properties": {
"preset": {
"type": "string",
"enum": [
"web_search",
"onchain_risk",
"enrichment",
"spend_control"
]
},
"intent": {
"type": "string"
},
"query": {
"type": "string"
},
"category": {
"type": "string"
},
"budget_usdc": {
"type": "number"
},
"risk_tolerance": {
"type": "string",
"enum": [
"low",
"medium",
"high"
]
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25
}
}
},
"input_example": {
"preset": "web_search",
"intent": "web search API under $0.25",
"budget_usdc": 0.25,
"risk_tolerance": "medium",
"limit": 5
},
"output_example": {
"verdict": "pay_with_cap",
"recommendation": "Pay rank 1 only after a fresh 402 quote matches resource/payTo/amount/network; otherwise fallback to rank 2.",
"warnings": [],
"confidence": 0.86,
"metadata": {
"price_usdc": 0.03,
"max_autonomous_spend_usdc": 0.25
},
"evidence": {
"top_rank_evidence": {},
"ranked_preview_count": 5
},
"action": {
"next": "pay_once_under_cap",
"retry_policy": "fresh_402_then_pay_and_retry_same_body_once",
"fallback_order": []
},
"stop_conditions": [
"rank_1_payment_terms_changed",
"resource_or_payTo_mismatch"
],
"fallbacks": [],
"attribution": {
"preview_id": null,
"source": null
}
}
},
{
"id": "provider_dossier",
"name": "x402 provider dossier",
"description": "One-call provider trust dossier before an agent pays a seller: verdict/recommendation first, warnings, confidence, evidence, cap, stop conditions, payment-proof policy, and fallback route before a buyer signs or pays. $0.030000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api",
"provider-trust"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/provider_dossier",
"method": "POST",
"price_usdc": 0.03,
"input_schema": {
"type": "object",
"properties": {
"provider": {
"type": "string"
},
"pay_to": {
"type": "string"
},
"domain": {
"type": "string"
},
"resource": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25
},
"preview_id": {
"type": "string"
},
"source": {
"type": "string"
}
}
},
"input_example": {
"provider": "api.oatp.cc",
"limit": 10
},
"output_example": {
"verdict": "pay_with_cap",
"recommendation": "Fresh-check the lowest-risk resource, pay once under cap, then fallback if 402 terms or response quality change.",
"warnings": [],
"confidence": 0.82,
"metadata": {
"route": "/v1/x402/provider_dossier",
"price_usdc": 0.03,
"network": "eip155:8453"
},
"evidence": {
"provider": "api.oatp.cc",
"payers_30d": 7389,
"lowest_risk_starting_point": "https://api.oatp.cc/tools/token_risk_scan"
},
"action": {
"next": "pay_once_under_cap",
"max_autonomous_spend_usdc": 0.25,
"retry_policy": "fresh_402_then_pay_and_retry_same_body_once"
},
"stop_conditions": [
"price_exceeds_cap",
"pay_to_changed",
"missing_payment_receipt"
],
"fallbacks": [
{
"route": "https://api.oatp.cc/tools/tx_simulator",
"reason": "same provider, lower-risk fallback"
}
],
"attribution": {
"preview_id": "pv_...",
"source": "direct"
}
}
},
{
"id": "payment_risk",
"name": "x402 payment risk quote preflight",
"description": "Tiny buyer-side x402 payment-risk oracle priced at $0.01. Given a quoted x402 resource, payTo, amount, network, and optional paymentRequirements, returns pay | avoid | manual_review, quote sanity, payTo/network/resource binding checks, replay/double-pay risk, seller discovery/readback, suspicious pricing vs category, and the exact buyer cap/policy before an agent signs or pays. $0.010000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/payment_risk",
"method": "POST",
"price_usdc": 0.01,
"input_schema": {
"type": "object",
"properties": {
"resource_url": {
"type": "string"
},
"resource": {
"type": "string"
},
"pay_to": {
"type": "string"
},
"amount": {
"type": "string"
},
"amount_usdc": {
"type": "number"
},
"network": {
"type": "string"
},
"seller_domain": {
"type": "string"
},
"budget_usdc": {
"type": "number"
},
"payment_requirements": {
"type": "object"
},
"preview_id": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"resource_url"
]
},
"input_example": {
"resource_url": "https://example.com/v1/paid",
"pay_to": "0xSellerWallet",
"amount": "30000",
"network": "eip155:8453",
"seller_domain": "example.com",
"budget_usdc": 0.05,
"source": "buyer_quote_preflight"
},
"output_example": {
"verdict": "manual_review",
"recommendation": "Fetch a fresh 402 quote, verify payTo/amount/network/resource binding, and pay once only under cap.",
"warnings": [
"live_terms_not_verified"
],
"confidence": 0.62,
"payment_risk": {
"quote_sanity": "manual_review",
"max_autonomous_spend_usdc": 0.01
},
"checks": [],
"action": {
"next": "fresh_402_then_pay_once_under_cap"
}
}
},
{
"id": "lead_pack",
"name": "agent lead-pack / B2B sales intel",
"description": "Paid x402 lead-enrichment package for buyer agents in the StableEnrich/Apollo demand lane. Given a target market, persona, geography, filters, and max lead count, returns a ranked prospect/account pack with fit reasons, public evidence URLs, missing-data flags, enrichment recommendations, budget policy, and outreach-ready JSON. Priced at $0.75; does not claim verified personal emails unless upstream enrichment verifies them. $0.750000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/lead_pack",
"method": "POST",
"price_usdc": 0.75,
"input_schema": {
"type": "object",
"properties": {
"target_market": {
"type": "string"
},
"persona": {
"type": "string"
},
"geo": {
"type": "string"
},
"company_filters": {
"type": "object"
},
"must_have_signals": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 12
},
"max_leads": {
"type": "integer",
"minimum": 1,
"maximum": 25
},
"budget_cap_usdc": {
"type": "number"
},
"allow_contact_enrichment": {
"type": "boolean"
},
"preview_id": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"target_market"
]
},
"input_example": {
"target_market": "AI agent tool vendors",
"persona": "founder or growth lead",
"geo": "US",
"company_filters": {
"stage": "seed-series-b"
},
"must_have_signals": [
"x402",
"agent payments"
],
"max_leads": 5,
"budget_cap_usdc": 1.5,
"allow_contact_enrichment": false,
"source": "stableenrich_apollo_demand"
},
"output_example": {
"ok": true,
"preview": false,
"verdict": "use_pack_then_enrich_under_cap",
"lead_pack": [
{
"company": "Example AI Tools",
"fit_score": 82,
"reasons": [
"agent tooling fit",
"public x402 signal"
],
"evidence_urls": [
"https://example.com"
],
"missing_data": [
"verified_email_not_included"
]
}
],
"budget_policy": {
"max_upstream_spend_usdc": 1.5,
"require_verified_contact_before_email_claim": true
},
"next_paid_enrichment_steps": []
}
},
{
"id": "media_data_route_preflight",
"name": "x402 media data route preflight",
"description": "Paid buyer preflight for IMDb/movie/TV/media database x402 routes. Given a title/person lookup intent, candidate media data endpoint, budget, and freshness requirements, returns pay | manual_review | avoid, 402/payment-shape sanity, schema/freshness/licensing risks, exact request plan, fallback shortlist, spend cap, and stop conditions before an agent pays media data routes. Priced at $0.04. $0.040000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/media_data_route_preflight",
"method": "POST",
"price_usdc": 0.04,
"input_schema": {
"type": "object",
"properties": {
"lookup": {
"type": "string"
},
"intent": {
"type": "string"
},
"candidate_resource": {
"type": "string"
},
"candidates": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 10
},
"budget_usdc": {
"type": "number"
},
"max_unit_price_usdc": {
"type": "number"
},
"require_freshness_days": {
"type": "integer"
},
"preview_id": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"lookup"
]
},
"input_example": {
"lookup": "Blade Runner 2049",
"intent": "movie details lookup",
"candidate_resource": "https://orbisapi.com/proxy/imdb-movie-tv-data-api-184d0b/details",
"budget_usdc": 0.05,
"max_unit_price_usdc": 0.005,
"require_freshness_days": 30,
"source": "media_database_x402watch_service"
},
"output_example": {
"ok": true,
"preview": false,
"verdict": "pay_with_cap",
"recommendation": "Fresh-check 402 terms, request exactly one title-details lookup, require source/freshness fields, and stop if response lacks machine-usable media IDs or attribution.",
"evidence": {
"selected_lane": "media_database",
"calls_24h": 6021,
"revenue_24h_usdc": 30.105,
"real_volume_pct": 42.24,
"wash_pct": 3.27
},
"action": {
"request_plan": {
"method": "POST",
"candidate_resource": "https://orbisapi.com/proxy/imdb-movie-tv-data-api-184d0b/details",
"lookup": "Blade Runner 2049"
},
"max_autonomous_spend_usdc": 0.04,
"fallback_order": []
},
"stop_conditions": [
"quote_amount_above_cap",
"pay_to_changed",
"missing_title_id",
"missing_attribution_or_freshness"
]
}
},
{
"id": "financial_data_route_preflight",
"name": "x402 financial data route preflight",
"description": "Paid buyer preflight for stock quote/market-data x402 routes. Given a ticker, candidate realtime price endpoint, budget, and freshness requirement, returns pay | manual_review | avoid, 402/payment-shape sanity, market-hours/freshness/licensing warnings, exact request plan, fallback shortlist, spend cap, receipt fields, and stop conditions before an agent pays financial data routes. Priced at $0.04. $0.040000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/financial_data_route_preflight",
"method": "POST",
"price_usdc": 0.04,
"input_schema": {
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"ticker": {
"type": "string"
},
"intent": {
"type": "string"
},
"candidate_resource": {
"type": "string"
},
"candidates": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 10
},
"budget_usdc": {
"type": "number"
},
"max_unit_price_usdc": {
"type": "number"
},
"require_realtime": {
"type": "boolean"
},
"preview_id": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"symbol"
]
},
"input_example": {
"symbol": "AAPL",
"intent": "realtime US stock price lookup",
"candidate_resource": "https://blockrun-web-vbsbhh7lea-uc.a.run.app/api/v1/stocks/us/price/AAPL",
"budget_usdc": 0.05,
"max_unit_price_usdc": 0.001,
"require_realtime": true,
"source": "financial_data_x402watch_service"
},
"output_example": {
"ok": true,
"preview": false,
"verdict": "pay_with_cap",
"recommendation": "Fresh-check 402 terms, request exactly one ticker quote, require price timestamp/currency/exchange fields, and stop if market-hours freshness or licensing terms are missing.",
"evidence": {
"selected_lane": "financial_data",
"calls_24h": 1583,
"revenue_24h_usdc": 1.583,
"real_volume_pct": 80.79,
"wash_pct": 0
},
"action": {
"request_plan": {
"method": "GET",
"candidate_resource": "https://blockrun-web-vbsbhh7lea-uc.a.run.app/api/v1/stocks/us/price/AAPL",
"symbol": "AAPL"
},
"max_autonomous_spend_usdc": 0.04,
"fallback_order": []
},
"stop_conditions": [
"quote_amount_above_cap",
"pay_to_changed",
"missing_price_timestamp",
"missing_currency_or_exchange",
"stale_outside_declared_market_window"
]
}
},
{
"id": "buyer_dossier",
"name": "x402 buyer wallet dossier",
"description": "Buyer-wallet recognition for x402 sellers and marketplaces: given a payer wallet, return whether it has paid Money Tree, call count, endpoint mix, preview attribution carried into paid calls, and whether the wallet is external or self-funded proof. $0.030000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/buyer_dossier",
"method": "POST",
"price_usdc": 0.03,
"input_schema": {
"type": "object",
"properties": {
"wallet": {
"type": "string"
},
"payer": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100
},
"preview_id": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"wallet"
]
},
"input_example": {
"wallet": "0x7e571e959cc7c75ccdd2eac24f8775ea2eaa2f09",
"limit": 25
},
"output_example": {
"verdict": "known_external_buyer",
"buyer_summary": {
"paid_calls": 24,
"unique_endpoints": 3,
"attributed_preview_ids": 2
},
"evidence_summary": {
"endpoint_mix": [],
"source_mix": []
},
"action": "Treat as active buyer telemetry; prioritize endpoints this buyer paid."
}
},
{
"id": "market_map",
"name": "x402 market map",
"description": "Cross-source category and seller map for x402 paid services with revenue/call/payer concentration, registry coverage, and schema-quality gaps. $0.080000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/market_map",
"method": "POST",
"price_usdc": 0.08,
"input_schema": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100
},
"category": {
"type": "string"
}
}
},
"input_example": {
"limit": 20
},
"output_example": {
"ok": true,
"verdict": "map_ready_for_paid_route_selection",
"buyer_decision": {
"decision": "rank_categories_then_pick_seller",
"reason": "seller/category concentration and schema-quality gaps identify where an agent should route spend"
},
"top_sellers": [
{
"domain": "example-x402-seller.com",
"seller_score": 82,
"revenue_30d_usdc": 42.5,
"schema_quality": "complete"
}
],
"categories": [
{
"category": "payments-discovery",
"buyer_demand_score": 91,
"supply_gap": "few complete schemas",
"recommended_route": "/v1/x402/service_rank"
}
],
"evidence_summary": {
"sources": [
"CDP discovery",
"PayAI discovery",
"Money Tree paid-call overlay"
],
"separates_self_funded_proof": true
},
"action": {
"next": "call_service_rank_for_top_category",
"max_autonomous_spend_usdc": 0.08
}
}
},
{
"id": "paid_api_discovery",
"name": "paid api discovery",
"description": "Paid search API and paid API discovery for agents searching verified x402 APIs: rank pay-per-call endpoints by buyer demand, price, registry coverage, schema/examples, seller score, endpoint rankings, and route reliability. $0.080000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/paid_api_discovery",
"method": "POST",
"price_usdc": 0.08,
"input_schema": {
"type": "object",
"properties": {
"query": {
"type": "string"
},
"category": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100
}
}
},
"input_example": {
"query": "transaction simulation",
"limit": 20
},
"output_example": {
"ok": true,
"verdict": "shortlist_paid_apis_with_caps",
"buyer_decision": {
"decision": "pay_ranked_resource_only_after_fresh_402",
"reason": "ranked resources include price, schema/example quality, buyer proof, and registry coverage"
},
"top_resources": [
{
"resource": "https://example.com/v1/tx/simulate",
"price_usdc": 0.02,
"readiness_score": 84,
"reason_codes": [
"schema_complete",
"payer_signal",
"registry_visible"
]
}
],
"action": {
"next": "fresh_402_then_pay_once_under_cap",
"max_autonomous_spend_usdc": 0.08,
"fallback_order": []
},
"graph": {
"dataset": "CDP+PayAI x402 resources with paid-call overlay"
}
}
},
{
"id": "verified_endpoints",
"name": "verified x402 APIs",
"description": "Verified x402 API directory for autonomous agents: discover x402 pay-per-call endpoints with settlement proof, schema quality, examples, freshness, seller score, and registry coverage. $0.080000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/verified_endpoints",
"method": "POST",
"price_usdc": 0.08,
"input_schema": {
"type": "object",
"properties": {
"min_score": {
"type": "integer",
"minimum": 0,
"maximum": 100
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100
}
}
},
"input_example": {
"min_score": 60,
"limit": 20
},
"output_example": {
"ok": true,
"verdict": "verified_endpoint_shortlist_ready",
"buyer_decision": {
"decision": "autopay_only_verified_routes_with_caps",
"reason": "each returned endpoint has live discovery, schema/examples, price, and registry evidence"
},
"verified_endpoints": [
{
"resource": "https://example.com/tools/wallet_activity_risk",
"readiness_score": 88,
"price_usdc": 0.03,
"registries": [
"cdp",
"payai"
],
"stop_conditions": [
"payment_terms_changed",
"schema_missing",
"response_not_machine_usable"
]
}
],
"action": {
"next": "fresh_check_rank_1_unpaid_402",
"max_autonomous_spend_usdc": 0.08
}
}
},
{
"id": "endpoint_rankings",
"name": "x402 endpoint rankings",
"description": "x402 endpoint rankings and seller score leaderboard for paid API discovery: compare resources by revenue proof, buyer breadth, price, metadata quality, and reliability signals. $0.080000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/endpoint_rankings",
"method": "POST",
"price_usdc": 0.08,
"input_schema": {
"type": "object",
"properties": {
"mode": {
"type": "string",
"enum": [
"balanced",
"buyer_demand",
"quality",
"price"
]
},
"category": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100
}
}
},
"input_example": {
"mode": "balanced",
"limit": 20
},
"output_example": {
"ok": true,
"endpoint_rankings": []
}
},
{
"id": "search_rank_monitor",
"name": "x402 search rank monitor",
"description": "Hosted x402 marketplace search-rank monitor for paid API discovery terms: records x402 Market Intel rank, top competing resources, rank deltas, freshness, and next proof action from recurring D1 marketplace snapshots. $0.200000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/search_rank_monitor",
"method": "POST",
"price_usdc": 0.2,
"input_schema": {
"type": "object",
"properties": {
"queries": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"maxItems": 20
},
"query": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25
},
"persist": {
"type": "boolean"
}
}
},
"input_example": {
"queries": [
"paid api discovery",
"x402 endpoint rankings",
"wallet activity risk"
],
"limit": 10
},
"output_example": {
"ok": true,
"rank_snapshots": [
{
"query": "paid api discovery",
"mt_best_rank": 1,
"indexed_mt_resources": 3,
"rank_delta": 0
}
]
}
},
{
"id": "buyer_intent_gap_report",
"name": "x402 buyer intent gap report",
"description": "Hosted buyer-intent gap report for x402 paid API discovery: mines recurring marketplace snapshots and search-rank observations to rank urgent agent queries, under-indexed x402 Market Intel routes, competitor coverage, and next dataset/MCP route to ship. $0.300000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/buyer_intent_gap_report",
"method": "POST",
"price_usdc": 0.3,
"input_schema": {
"type": "object",
"properties": {
"queries": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"maxItems": 25
},
"category": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25
},
"persist_rank_observations": {
"type": "boolean"
}
}
},
"input_example": {
"queries": [
"wallet autopay risk",
"paid api discovery",
"crypto news"
],
"limit": 10
},
"output_example": {
"ok": true,
"buyer_intent_gaps": [
{
"query": "wallet autopay risk",
"urgency_score": 87,
"mt_best_rank": null,
"recommended_route": "/tools/wallet_activity_risk"
}
]
}
},
{
"id": "autopay_readiness_matrix",
"name": "x402 autopay readiness matrix",
"description": "Hosted autopay readiness matrix for agents choosing paid x402 APIs: scores routes by payment envelope quality, schema/examples, buyer proof, price risk, seller breadth, freshness, and registry coverage before autonomous spend. $0.200000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/autopay_readiness_matrix",
"method": "POST",
"price_usdc": 0.2,
"input_schema": {
"type": "object",
"properties": {
"query": {
"type": "string"
},
"category": {
"type": "string"
},
"min_score": {
"type": "integer",
"minimum": 0,
"maximum": 100
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
}
}
},
"input_example": {
"query": "wallet risk",
"min_score": 55,
"limit": 20
},
"output_example": {
"ok": true,
"verdict": "autopay_shortlist_with_caps",
"buyer_decision": {
"decision": "autopay_only_if_ranked_route_terms_match",
"reason": "readiness score clears threshold and payment/resource/schema checks are present"
},
"autopay_readiness": [
{
"resource": "https://example.com/tools/wallet_activity_risk",
"readiness_score": 82,
"recommendation": "autopay_with_caps",
"max_authorized_usdc": 0.03,
"blockers": []
}
],
"execution_policy": {
"require_fresh_402": true,
"require_same_pay_to": true,
"require_same_resource": true,
"stop_conditions": [
"price_above_budget",
"pay_to_changed",
"schema_missing"
]
}
}
},
{
"id": "proof_lift_report",
"name": "x402 proof lift report",
"description": "Hosted proof-lift report for x402 paid API discovery campaigns: combines paid-call telemetry with recurring marketplace rank observations to show route proof coverage, index/rank movement, buyer-query lift, and the next bounded proof action. $0.200000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/proof_lift_report",
"method": "POST",
"price_usdc": 0.2,
"input_schema": {
"type": "object",
"properties": {
"queries": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"maxItems": 20
},
"query": {
"type": "string"
},
"hours": {
"type": "integer",
"minimum": 1,
"maximum": 168
},
"endpoint": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25
},
"persist": {
"type": "boolean"
}
}
},
"input_example": {
"queries": [
"paid api discovery",
"x402 endpoint rankings",
"wallet activity risk"
],
"hours": 24,
"endpoint": "/v1/x402/autopay_readiness_matrix"
},
"output_example": {
"ok": true,
"proof_lift": {
"paid_hits": 1,
"indexed_queries_improved": 1,
"continue_campaign": true
},
"rank_snapshots": []
}
},
{
"id": "keyword_visibility_pack",
"name": "x402 keyword visibility pack",
"description": "Hosted keyword visibility pack for x402 paid API discovery: derives buyer search vocabulary, listing copy, schema/example gaps, route aliases, and proof terms from recurring CDP+PayAI resources, rank observations, and seller-score signals. $0.150000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/keyword_visibility_pack",
"method": "POST",
"price_usdc": 0.15,
"input_schema": {
"type": "object",
"properties": {
"queries": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"maxItems": 20
},
"query": {
"type": "string"
},
"category": {
"type": "string"
},
"domain": {
"type": "string"
},
"pay_to": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25
},
"persist": {
"type": "boolean"
}
}
},
"input_example": {
"queries": [
"paid api discovery",
"verified x402 APIs",
"x402 endpoint rankings",
"x402 seller score"
],
"domain": "x402-market-intel-mcp.mtree.workers.dev",
"limit": 12
},
"output_example": {
"ok": true,
"keyword_visibility_pack": {
"priority_terms": [
"paid api discovery",
"verified x402 APIs"
],
"listing_copy": [],
"route_actions": []
},
"rank_snapshots": []
}
},
{
"id": "seller_score",
"name": "x402 seller score",
"description": "Score a payTo wallet, domain, or resource for observed revenue proof, buyer breadth, metadata quality, registry coverage, and route reliability. $0.050000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/seller_score",
"method": "POST",
"price_usdc": 0.05,
"input_schema": {
"type": "object",
"properties": {
"pay_to": {
"type": "string"
},
"domain": {
"type": "string"
},
"resource": {
"type": "string"
}
},
"anyOf": [
{
"required": [
"pay_to"
]
},
{
"required": [
"domain"
]
},
{
"required": [
"resource"
]
}
]
},
"input_example": {
"pay_to": "0x1664530DC2A1CA350B1dbaD1Fc1F1a70c90fe4de"
},
"output_example": {
"ok": true,
"score": 78,
"band": "strong"
}
},
{
"id": "emerging_categories",
"name": "x402 emerging categories",
"description": "Detect categories where buyer demand, revenue, or payer growth is high relative to supply and metadata completeness, highlighting underserved wedges. $0.100000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/emerging_categories",
"method": "POST",
"price_usdc": 0.1,
"input_schema": {
"type": "object",
"properties": {
"min_payers": {
"type": "integer",
"minimum": 0
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
}
}
},
"input_example": {
"min_payers": 1
},
"output_example": {
"ok": true,
"verdict": "ship_category_wedge",
"buyer_decision": {
"decision": "build_or_route_into_top_underserved_category",
"reason": "demand is high relative to seller supply and metadata completeness"
},
"opportunities": [
{
"category": "media_database",
"opportunity_score": 87,
"demand": {
"calls_30d": 6021,
"revenue_30d_usdc": 30.105
},
"supply_gap": "schema/example-poor routes",
"recommended_route": "/v1/x402/media_data_route_preflight"
}
],
"action": {
"next": "deploy_route_specific_preflight",
"measurement_gate": "external previews then paid preflight calls"
}
}
},
{
"id": "resource_due_diligence",
"name": "x402 resource due diligence",
"description": "Route-level trust/readiness report for an agent deciding whether to autopay an x402 resource, combining registry presence, schema/examples, seller proof, and peer category context. $0.150000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/resource_due_diligence",
"method": "POST",
"price_usdc": 0.15,
"input_schema": {
"type": "object",
"properties": {
"resource": {
"type": "string",
"format": "uri"
}
},
"required": [
"resource"
]
},
"input_example": {
"resource": "https://example.com/v1/paid"
},
"output_example": {
"ok": true,
"readiness_score": 82,
"warnings": []
}
},
{
"id": "category_gap_report",
"name": "x402 category gap report",
"description": "Hosted proprietary category-gap report for builders: ranks x402 paid-service categories by observed demand, seller concentration, schema/example gaps, registry coverage, and freshness deltas from recurring D1 snapshots. $0.100000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/category_gap_report",
"method": "POST",
"price_usdc": 0.1,
"input_schema": {
"type": "object",
"properties": {
"min_payers": {
"type": "integer",
"minimum": 0
},
"category": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
}
}
},
"input_example": {
"min_payers": 0,
"limit": 10
},
"output_example": {
"ok": true,
"category_gaps": [],
"build_recommendation": "ship deeper wallet-history dataset"
}
},
{
"id": "category_trends",
"name": "x402 category trends",
"description": "Time-series trend report from hosted D1 x402 observations: category demand deltas, new resources, seller concentration shifts, metadata-quality drift, and next build/proof recommendation. $0.080000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/category_trends",
"method": "POST",
"price_usdc": 0.08,
"input_schema": {
"type": "object",
"properties": {
"hours": {
"type": "integer",
"minimum": 1,
"maximum": 168
},
"category": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
}
}
},
"input_example": {
"hours": 24,
"limit": 10
},
"output_example": {
"ok": true,
"verdict": "trend_supports_next_build",
"buyer_decision": {
"decision": "prioritize_category_with_positive_demand_delta",
"reason": "trend deltas show payer/call/revenue movement and metadata gaps"
},
"category_trends": [
{
"category": "ai_inference",
"demand_delta_24h_usdc": 502.74,
"payer_delta": 49,
"metadata_gap": "examples_incomplete",
"recommended_route": "/v1/x402/inference_preflight"
}
],
"next_build": "expand paid API discovery proof coverage",
"action": {
"next": "ship_or_refresh_route_specific_preflight",
"stop_conditions": [
"no_external_payer_signal",
"self_funded_only"
]
}
}
},
{
"id": "top_earning_examples",
"name": "x402 top earning examples",
"description": "Aggregates x402 endpoints earning more than a revenue threshold and extracts copyable examples: pricing, schema/example completeness, registry coverage, request/response examples, metadata patterns, and why agents appear willing to pay. Refreshed from hosted CDP+PayAI discovery ingest. $0.300000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/top_earning_examples",
"method": "POST",
"price_usdc": 0.3,
"input_schema": {
"type": "object",
"properties": {
"min_revenue_usdc": {
"type": "number",
"minimum": 0
},
"category": {
"type": "string"
},
"query": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
}
}
},
"input_example": {
"min_revenue_usdc": 100,
"category": "wallet-risk",
"limit": 12
},
"output_example": {
"ok": true,
"top_earning_examples": [
{
"resource": "https://example.com/v1/paid",
"revenue_30d_usdc": 123.45,
"copyable_patterns": []
}
],
"pattern_summary": {
"pricing": [],
"metadata": [],
"examples": []
}
}
},
{
"id": "listing_rank_doctor",
"name": "x402 listing rank doctor",
"description": "Seller-facing rank, listing, and payment-probe doctor across CDP, PayAI/Bazaar, AgentCash/x402scan, 402index, and x402gle/OpenDexter evidence where available. Returns verdict, surface matrix, exact metadata/schema/payment fixes, and the next measurable proof gate. $0.250000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/listing_rank_doctor",
"method": "POST",
"price_usdc": 0.25,
"input_schema": {
"type": "object",
"properties": {
"domain": {
"type": "string"
},
"pay_to": {
"type": "string"
},
"resource": {
"type": "string"
},
"queries": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 12
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25
}
}
},
"input_example": {
"domain": "x402-market-intel-mcp.mtree.workers.dev",
"queries": [
"x402 endpoint risk",
"paid api discovery"
],
"resource": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/endpoint_risk"
},
"output_example": {
"ok": true,
"buyer_decision": "fix_listing_copy_then_reregister",
"surface_matrix": [],
"next_action": "Patch OpenAPI title/description and re-run readback."
}
},
{
"id": "buyer_autopay_shortlist",
"name": "x402 buyer autopay shortlist",
"description": "Buyer-agent shortlist for an x402 intent with spend cap, fallback route, avoid list, exact payment plan, and stop conditions before autonomous spend. $0.250000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/buyer_autopay_shortlist",
"method": "POST",
"price_usdc": 0.25,
"input_schema": {
"type": "object",
"properties": {
"intent": {
"type": "string"
},
"query": {
"type": "string"
},
"budget_usdc": {
"type": "number"
},
"risk_tolerance": {
"type": "string",
"enum": [
"low",
"medium",
"high"
]
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 12
}
}
},
"input_example": {
"intent": "wallet risk before autopay",
"budget_usdc": 0.3,
"risk_tolerance": "medium",
"limit": 5
},
"output_example": {
"ok": true,
"buyer_decision": "autopay_shortlist_with_caps",
"shortlist": [],
"avoid_list": [],
"stop_conditions": [
"price_above_budget",
"schema_missing"
]
}
},
{
"id": "x402_endpoint_preflight",
"name": "x402 endpoint preflight",
"description": "Topdog-shaped endpoint risk preflight: one x402 URL in, pay/avoid/cap verdict out with live 402 probe, hosted graph evidence, examples, and exact autopay stop conditions. $0.200000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/x402_endpoint_preflight",
"method": "POST",
"price_usdc": 0.2,
"input_schema": {
"type": "object",
"properties": {
"resource": {
"type": "string"
},
"url": {
"type": "string"
},
"method": {
"type": "string"
},
"budget_usdc": {
"type": "number"
}
}
},
"input_example": {
"resource": "https://example.com/v1/paid",
"budget_usdc": 0.25
},
"output_example": {
"ok": true,
"verdict": "pay_with_cap",
"score": 82,
"recommended_action": "pay once under cap after fresh 402 check"
}
},
{
"id": "tx_preflight_for_agents",
"name": "EVM tx preflight for agents",
"description": "EVM transaction preflight modeled on top-earning tx simulator/explainer endpoints: decode target/value/data shape, probe bytecode, flag approvals/transfer selectors, and return sign/avoid/manual-review verdict. $0.150000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api",
"transaction-intelligence"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/tx_preflight_for_agents",
"method": "POST",
"price_usdc": 0.15,
"input_schema": {
"type": "object",
"properties": {
"chain": {
"type": "string"
},
"rpc_url": {
"type": "string"
},
"tx": {
"type": "object"
},
"to": {
"type": "string"
},
"data": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"input_example": {
"chain": "base",
"tx": {
"to": "0x...",
"value": "0",
"data": "0x"
}
},
"output_example": {
"ok": true,
"product_shape": "one_tx_in_one_signing_verdict_out",
"verdict": "manual_review",
"buyer_decision": {
"decision": "manual_review_before_signing"
},
"decoded_actions": [],
"simulation": {
"ok": true
},
"execution_policy": {
"require_exact_calldata_hash_input": true
},
"risk_flags": []
}
},
{
"id": "token_contract_risk_scan",
"name": "EVM token or contract risk scan",
"description": "Token/contract risk scan inspired by the top x402 earner: contract bytecode, ERC-20 metadata, high-risk function selectors, proxy/admin hints, and a pay/avoid/manual-review score for agent spend. $0.250000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api",
"wallet-risk"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/token_contract_risk_scan",
"method": "POST",
"price_usdc": 0.25,
"input_schema": {
"type": "object",
"properties": {
"chain": {
"type": "string"
},
"rpc_url": {
"type": "string"
},
"address": {
"type": "string"
}
},
"required": [
"address"
]
},
"input_example": {
"chain": "base",
"address": "0x..."
},
"output_example": {
"ok": true,
"product_shape": "one_contract_in_one_risk_score_out",
"verdict": "manual_review",
"buyer_decision": {
"decision": "manual_review_before_approval_or_trade"
},
"risk_score": 45,
"token_metadata": {},
"admin_proxy_evidence": {},
"execution_policy": {
"require_tx_preflight_for_every_call": true
},
"flags": []
}
},
{
"id": "api_example_doctor",
"name": "x402 API example doctor",
"description": "Seller-facing schema/example doctor: compares an x402 resource to top-earning examples and returns exact missing request/response examples, listing copy, schema patches, and a measurable polish gate. $0.080000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/api_example_doctor",
"method": "POST",
"price_usdc": 0.08,
"input_schema": {
"type": "object",
"properties": {
"resource": {
"type": "string"
},
"domain": {
"type": "string"
},
"description": {
"type": "string"
},
"input_example": {
"type": "object"
},
"output_example": {
"type": "object"
}
}
},
"input_example": {
"resource": "https://example.com/v1/paid"
},
"output_example": {
"ok": true,
"verdict": "fix_examples_before_listing",
"patches": []
}
},
{
"id": "approval_spend_diff",
"name": "approval spend diff",
"description": "Approval-specific spend-risk preflight for agents: parse ERC-20 approve/permit/transfer calldata, identify spender and amount, check token/spender bytecode/current allowance, and return allow/deny/cap/revoke verdict before autonomous spend. $0.150000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/approval_spend_diff",
"method": "POST",
"price_usdc": 0.15,
"input_schema": {
"type": "object",
"properties": {
"chain": {
"type": "string"
},
"rpc_url": {
"type": "string"
},
"wallet": {
"type": "string"
},
"owner": {
"type": "string"
},
"from": {
"type": "string"
},
"tx": {
"type": "object"
},
"token": {
"type": "string"
},
"spender": {
"type": "string"
},
"amount_atomic": {
"type": "string"
}
}
},
"input_example": {
"chain": "base",
"wallet": "0xAgentWallet",
"tx": {
"to": "0xToken",
"data": "0x095ea7b3..."
}
},
"output_example": {
"ok": true,
"verdict": "allow_with_cap",
"buyer_decision": {
"decision": "approve_exact_amount",
"spend_cap_atomic": "1000000"
},
"spend_diff": {
"wallet": "0x...",
"spender": "0x...",
"amount_atomic": "1000000",
"current_allowance_atomic": "0",
"allowance_delta_atomic": "1000000"
},
"execution_policy": {
"require_exact_token_spender_amount": true,
"revoke_call": {
"to": "0xToken",
"data": "0x095ea7b3..."
}
},
"risk_flags": []
}
},
{
"id": "solana_risk_bridge",
"name": "Solana risk bridge",
"description": "Solana-heavy buyer-intel bridge: normalize Solana mint/signature/account checks into the same agent spend verdict format as EVM preflight, using live Solana RPC where possible and hosted top-earner demand patterns. $0.150000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/solana_risk_bridge",
"method": "POST",
"price_usdc": 0.15,
"input_schema": {
"type": "object",
"properties": {
"solana_address": {
"type": "string"
},
"mint": {
"type": "string"
},
"signature": {
"type": "string"
},
"kind": {
"type": "string",
"enum": [
"mint",
"signature",
"account"
]
},
"solana_rpc_url": {
"type": "string"
}
}
},
"input_example": {
"solana_address": "So11111111111111111111111111111111111111112",
"kind": "mint"
},
"output_example": {
"ok": true,
"verdict": "manual_review",
"normalized_risk": {},
"next_paid_check": "token_risk_scan"
}
},
{
"id": "solana_token_preflight",
"name": "Solana token preflight",
"description": "SPL token preflight for agents before trading, accepting, or routing to a Solana mint: live mint parsing, authority/freeze/supply checks, top-earner comps, verdict, risk score, and recommended spend/trade cap. $0.250000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api",
"wallet-risk"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/solana_token_preflight",
"method": "POST",
"price_usdc": 0.25,
"input_schema": {
"type": "object",
"properties": {
"mint": {
"type": "string"
},
"solana_rpc_url": {
"type": "string"
},
"intended_amount_usdc": {
"type": "number"
}
},
"required": [
"mint"
]
},
"input_example": {
"mint": "So11111111111111111111111111111111111111112"
},
"output_example": {
"ok": true,
"verdict": "manual_review",
"risk_score": 35,
"token": {
"mint": "So11111111111111111111111111111111111111112",
"decimals": 9
},
"risk_flags": []
}
},
{
"id": "solana_tx_simulate_explain",
"name": "Solana tx simulate explain",
"description": "Base64 Solana transaction in, simulation/explanation verdict out: live simulateTransaction, logs, units consumed, account keys/instructions when parseable, sign/manual-review/avoid decision, and next action. $0.090000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api",
"transaction-intelligence"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/solana_tx_simulate_explain",
"method": "POST",
"price_usdc": 0.09,
"input_schema": {
"type": "object",
"properties": {
"transaction": {
"type": "string"
},
"solana_rpc_url": {
"type": "string"
},
"sig_verify": {
"type": "boolean"
},
"replace_recent_blockhash": {
"type": "boolean"
}
},
"required": [
"transaction"
]
},
"input_example": {
"transaction": "<base64 serialized solana transaction>"
},
"output_example": {
"ok": true,
"verdict": "manual_review",
"buyer_decision": {
"decision": "manual_review_before_signing",
"spend_cap_usdc": 2
},
"simulation": {
"success": false
},
"evidence_summary": {
"log_count": 3,
"risk_flags": [
"simulation_returned_error"
]
},
"execution_policy": {
"max_autonomous_spend_usdc": 2,
"stop_conditions": [
"transaction bytes differ from submitted payload"
]
},
"risk_flags": []
}
},
{
"id": "solana_program_risk_scan",
"name": "Solana program risk scan",
"description": "Program id in, trust verdict out for Solana agents: live executable/owner/lamports check, upgradeable-loader authority hints when available, known-program labels, usage comps, and sign/avoid policy. $0.080000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/solana_program_risk_scan",
"method": "POST",
"price_usdc": 0.08,
"input_schema": {
"type": "object",
"properties": {
"program_id": {
"type": "string"
},
"solana_rpc_url": {
"type": "string"
}
},
"required": [
"program_id"
]
},
"input_example": {
"program_id": "11111111111111111111111111111111"
},
"output_example": {
"ok": true,
"verdict": "known_core_program",
"buyer_decision": {
"decision": "allow_core_program_with_tx_simulation",
"spend_cap_usdc": 25
},
"risk_score": 5,
"evidence_summary": {
"executable": true,
"known_program_label": "system_program"
},
"execution_policy": {
"require_tx_simulation": true,
"max_autonomous_spend_usdc": 25
},
"risk_flags": []
}
},
{
"id": "paid_search_result_verifier",
"name": "paid search result verifier",
"description": "Verifies whether a paid search/API result is worth paying for: query fit, freshness, schema/example quality, price fit, registry evidence, and pay/no-pay verdict. $0.080000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/paid_search_result_verifier",
"method": "POST",
"price_usdc": 0.08,
"input_schema": {
"type": "object",
"properties": {
"query": {
"type": "string"
},
"candidate_resource": {
"type": "string"
},
"candidate_url": {
"type": "string"
},
"max_price_usdc": {
"type": "number"
},
"response_excerpt": {
"type": "string"
}
}
},
"input_example": {
"query": "wallet risk API",
"candidate_resource": "https://api.exa.ai/search"
},
"output_example": {
"ok": true,
"verdict": "pay_if_under_cap",
"fit_score": 86,
"evidence": []
}
},
{
"id": "micro_price_optimizer",
"name": "x402 micro price optimizer",
"description": "Category-sensitive price optimizer for x402 sellers: compares a route to live paid endpoints, topdog prices, calls, payers, and revenue to recommend a price band and A/B test. $0.080000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/micro_price_optimizer",
"method": "POST",
"price_usdc": 0.08,
"input_schema": {
"type": "object",
"properties": {
"category": {
"type": "string"
},
"query": {
"type": "string"
},
"output_type": {
"type": "string"
},
"current_price_usdc": {
"type": "number"
},
"target": {
"type": "string"
}
}
},
"input_example": {
"category": "transaction-intelligence",
"output_type": "tx_explain",
"current_price_usdc": 0.25
},
"output_example": {
"ok": true,
"recommended_price_usdc": 0.15,
"ab_test": []
}
},
{
"id": "agent_listing_conversion_score",
"name": "agent listing conversion score",
"description": "Scores an x402 endpoint listing against top-earning patterns and returns blockers, copy/OpenAPI patch payload, readback/measurement gate, and the next conversion action. $0.100000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/agent_listing_conversion_score",
"method": "POST",
"price_usdc": 0.1,
"input_schema": {
"type": "object",
"properties": {
"resource": {
"type": "string"
},
"domain": {
"type": "string"
},
"query": {
"type": "string"
},
"category": {
"type": "string"
},
"price_usdc": {
"type": "number"
},
"description": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"input_example": {
"resource": "https://example.com/v1/paid",
"query": "wallet risk"
},
"output_example": {
"ok": true,
"product_shape": "one_listing_in_one_conversion_verdict_and_patch_out",
"conversion_score": 72,
"verdict": "fix_examples_then_measure",
"buyer_decision": {
"decision": "fix_examples_then_measure"
},
"blockers": [
"examples_incomplete"
],
"patch_payload": {
"openapi_patch": {
"summary": "wallet risk API",
"x-payment-info": {
"price_usdc": 0.1,
"network": "eip155:8453"
}
},
"listing_copy": "wallet risk API: buyer sends one input and gets verdict/evidence/action."
},
"execution_policy": {
"measurement_gate": "readback URL plus one source-tagged preview or paid call within 48h"
}
}
},
{
"id": "competitor_rank_watch",
"name": "x402 competitor rank watch",
"description": "Watches a category, query, domain, or payTo against live x402 graph competitors: rank deltas, winning copy/schema/pricing patterns, and one concrete move to copy for the next 48h. $0.150000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/competitor_rank_watch",
"method": "POST",
"price_usdc": 0.15,
"input_schema": {
"type": "object",
"properties": {
"query": {
"type": "string"
},
"category": {
"type": "string"
},
"domain": {
"type": "string"
},
"pay_to": {
"type": "string"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25
}
}
},
"input_example": {
"query": "solana token risk",
"category": "transaction-intelligence",
"domain": "x402-market-intel-mcp.mtree.workers.dev"
},
"output_example": {
"ok": true,
"product_shape": "one_competitor_set_in_one_rank_move_out",
"verdict": "copy_winning_example_density",
"watched_competitors": [],
"next_move": "add request/response examples and re-register"
}
},
{
"id": "proof_to_paid_playbook",
"name": "x402 proof to paid playbook",
"description": "Turns listing/readback/preview proof into the smallest paid-call experiment: exact audience, source-tagged preview, paid JSON offer, stop conditions, and 48h measurement gate. $0.120000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/proof_to_paid_playbook",
"method": "POST",
"price_usdc": 0.12,
"input_schema": {
"type": "object",
"properties": {
"route": {
"type": "string"
},
"resource": {
"type": "string"
},
"proof_url": {
"type": "string"
},
"audience": {
"type": "string"
},
"current_previews_7d": {
"type": "number"
},
"current_paid_7d": {
"type": "number"
},
"price_usdc": {
"type": "number"
}
}
},
"input_example": {
"route": "/v1/x402/solana_token_preflight",
"proof_url": "https://x402-market-intel-mcp.mtree.workers.dev/proof/marketplace.json",
"current_previews_7d": 100
},
"output_example": {
"ok": true,
"product_shape": "one_route_in_one_48h_conversion_experiment_out",
"verdict": "run_one_source_tagged_offer",
"playbook": [],
"measurement_gate": "one external paid call or documented no-conversion after 48h"
}
},
{
"id": "inference_preflight",
"name": "x402 AI inference preflight",
"description": "Lane-specific paid buyer package for hot AI inference/content-generation x402 routes. Given an intent, category, budget, and optional candidate resources, returns a pay/skip/cap decision, quote-before-signing checklist, receipt requirements, fallback order, and wash-adjusted 24h movement evidence before an agent pays expensive inference endpoints. $0.080000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/inference_preflight",
"method": "POST",
"price_usdc": 0.08,
"input_schema": {
"type": "object",
"properties": {
"intent": {
"type": "string"
},
"category": {
"type": "string",
"enum": [
"ai_inference",
"content_generation"
]
},
"budget_usdc": {
"type": "number"
},
"max_unit_price_usdc": {
"type": "number"
},
"candidates": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20
},
"preview_id": {
"type": "string"
},
"source": {
"type": "string"
}
}
},
"input_example": {
"intent": "choose an x402 AI inference provider for a coding agent",
"category": "ai_inference",
"budget_usdc": 0.25,
"max_unit_price_usdc": 0.05,
"candidates": [
"https://api.x402.printmoneylab.com/api/v1/categories/ai_inference"
],
"source": "route_pulse_ai_inference"
},
"output_example": {
"verdict": "pay_with_cap",
"recommendation": "Fresh-check 402 terms, pay one inference route under cap only if amount/payTo/resource match, require receipt, then fallback to rank 2 on drift or missing schema.",
"warnings": [
"high_24h_revenue_low_call_count_requires_unit_price_cap"
],
"confidence": 0.78,
"metadata": {
"route": "/v1/x402/inference_preflight",
"price_usdc": 0.08,
"network": "eip155:8453"
},
"evidence": {
"selected_lane": "ai_inference",
"external_revenue_24h_usdc": 5077.45,
"calls_24h": 45,
"wash_pct": 3.7
},
"action": {
"next": "fresh_402_then_pay_once_under_cap",
"max_autonomous_spend_usdc": 0.25,
"fallback_order": []
},
"stop_conditions": [
"quote_amount_above_cap",
"pay_to_changed",
"resource_changed",
"missing_receipt"
]
}
},
{
"id": "content_generation_preflight",
"name": "x402 content-generation preflight",
"description": "Lane-specific paid buyer package for the hot content_generation x402 route family. Returns a pay/manual-review verdict, rights/schema/receipt checks, max unit and total spend caps, fallback order, and wash-adjusted 24h movement evidence before an agent pays a text/image/media generation endpoint. $0.080000 USDC via x402 on Base.",
"tags": [
"x402",
"paid-api"
],
"endpoint": "https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/content_generation_preflight",
"method": "POST",
"price_usdc": 0.08,
"input_schema": {
"type": "object",
"properties": {
"intent": {
"type": "string"
},
"budget_usdc": {
"type": "number"
},
"max_unit_price_usdc": {
"type": "number"
},
"candidates": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20
},
"preview_id": {
"type": "string"
},
"source": {
"type": "string"
}
}
},
"input_example": {
"intent": "choose an x402 content generation provider for a marketing agent",
"category": "content_generation",
"budget_usdc": 0.15,
"max_unit_price_usdc": 0.03,
"candidates": [
"https://api.x402.printmoneylab.com/api/v1/categories/content_generation"
],
"source": "route_pulse_content_generation"
},
"output_example": {
"verdict": "pay_with_cap",
"recommendation": "Fresh-check 402 terms, verify content rights/schema and receipt shape, pay one content route under cap, then fallback on quote drift or missing usable output.",
"warnings": [
"content_generation_requires_schema_and_rights_policy_check"
],
"confidence": 0.8,
"metadata": {
"route": "/v1/x402/content_generation_preflight",
"price_usdc": 0.08,
"network": "eip155:8453"
},
"evidence": {
"selected_lane": "content_generation",
"external_revenue_24h_usdc": 500.87,
"calls_24h": 62,
"wash_pct": 2.3
},
"action": {
"next": "fresh_402_then_pay_once_under_cap",
"max_autonomous_spend_usdc": 0.15,
"fallback_order": []
},
"stop_conditions": [
"quote_amount_above_cap",
"pay_to_changed",
"resource_changed",
"missing_content_rights_or_receipt"
]
}
}
],
"payment": {
"rail": "x402",
"network": "eip155:8453",
"asset": "USDC",
"pay_to": "0x1664530DC2A1CA350B1dbaD1Fc1F1a70c90fe4de"
},
"discovery": {
"x402": "https://x402-market-intel-mcp.mtree.workers.dev/.well-known/x402",
"openapi": "https://x402-market-intel-mcp.mtree.workers.dev/openapi.json",
"mcp": "https://x402-market-intel-mcp.mtree.workers.dev/mcp",
"agent_card": "https://x402-market-intel-mcp.mtree.workers.dev/.well-known/agent-card.json"
}
}