# mcpfax-intel Market Report

> mcpfax-intel Market Report is a paid API for AI agents from mcpfax-intel.bowling-anthony.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a daily snapshot of the x402 agent economy including USDC inflow totals, seller rankings, category demand, and coverage metrics.

## Facts

- Endpoint: GET https://mcpfax-intel.bowling-anthony.workers.dev/market-report
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mcpfax-intel-market-report-267fc3bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HBiJfH4ie-gb3gBZqkT11

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 mcpfax-intel-market-report-267fc3bb
```

Example prompt: Pull today's x402 market report — I want to see total USDC inflow, which seller categories are hottest, and how well the marketplace is covered overall.

## When to prefer this

Choose this endpoint when you need a broad daily overview of the entire x402 agent economy in one call — covering inflow, seller rankings, category demand, and coverage simultaneously. Prefer sibling endpoints for narrower queries: use the leaderboard endpoint for deep seller-rank analysis, the unmet-demand finder for gap analysis, or the growth tracker for trending services.

## Known failure modes

- No data available for the requested date (returns empty or 404)
- Upstream aggregation pipeline lag causing stale data
- Payment authorization failure via x402 ($0.50 USDC required)
- Rate limiting if called too frequently within a day
- Malformed request body returning 400 validation error

## How this service works

Daily state of the x402 agent economy: observed USDC inflow, seller ranking, category demand, growth, and coverage. Reports its real observation window; concentration adjustment applied only when scan coverage supports it. A FREE register-wide change digest covering the same domain is market_digest on the x402-observatory gateway; buy this for the derived figures, not for what merely changed.

## Output

A structured daily report containing: total observed USDC inflow across the x402 economy, a ranking of sellers by inflow, a breakdown of demand by service category, and coverage metrics showing how well each category is served by existing sellers.

## 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"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mcpfax-intel-market-report-267fc3bb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcpfax-intel.bowling-anthony.workers.dev](https://www.zero.xyz/host/mcpfax-intel.bowling-anthony.workers.dev/llms.txt)
