# x402 Market Map: Cross-Source Category & Seller Intelligence

> x402 Market Map: Cross-Source Category & Seller Intelligence is a paid API for AI agents from x402-market-intel-mcp.mtree.workers.dev, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns a cross-source category and seller map for x402 paid APIs, including revenue/call/payer concentration, registry coverage, and schema-quality gaps.

## Facts

- Endpoint: POST https://x402-market-intel-mcp.mtree.workers.dev/v1/x402/market_map
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-market-map-cross-source-category-seller-intelligence-49992817
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RmYALxL3gn5DQ9DO-yhg1

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-market-map-cross-source-category-seller-intelligence-49992817 -d '<json body>'
```

Example prompt: Give me a cross-source market map of x402 paid APIs — show me how revenue, call volume, and payer concentration are distributed across categories, which sellers dominate, how well each category is covered in the registry, and where the schema-quality gaps are.

## When to prefer this

Choose this endpoint when you need a holistic, cross-source view of the x402 paid API ecosystem — especially for competitive analysis, identifying underserved categories, evaluating seller concentration, or finding metadata/schema gaps. Prefer this over single-source directory lookups or seller-specific scoring endpoints when you want market-level intelligence rather than route-level detail.

## Known failure modes

- Payment not included or insufficient (0.25 USDC on Base required via x402 protocol)
- Invalid or malformed POST body returns 400 error
- Service temporarily unavailable returns 503
- Stale data if underlying registry sources have not been recently crawled
- Empty results if no x402 data has been indexed yet

## How this service works

Cross-source category and seller map for x402 paid services with revenue/call/payer concentration, registry coverage, and schema-quality gaps. Price 0.08 USDC on Base via x402. Free preview: https://x402-market-intel-mcp.mtree.workers.dev/preview/market_map?source=x402_manifest. Demo: https://x402-market-intel-mcp.mtree.workers.dev/demo/market_map. Contact: https://x402-market-intel-mcp.mtree.workers.dev/contact.

## Output

A structured market map of x402 paid services, including per-category breakdowns of revenue concentration, call volume, payer breadth, seller rankings, registry coverage rates, and identified schema/metadata quality gaps across sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "integer",
       "maximum": 100,
       "minimum": 1
      },
      "category": {
       "type": "string"
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "categories": [],
  "top_sellers": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-market-map-cross-source-category-seller-intelligence-49992817/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-market-intel-mcp.mtree.workers.dev](https://www.zero.xyz/host/x402-market-intel-mcp.mtree.workers.dev/llms.txt)
