# GPT55 x402 Seller Intelligence Bundle

> GPT55 x402 Seller Intelligence Bundle is a paid API for AI agents from gpt55.558686.xyz, paid per call via x402, $0.029/call, status unknown (last checked 2026-09-16).

Returns a bundled marketplace seller intelligence report covering market benchmarks, listing SEO, paid MCP listing audit, opportunity analysis, rank, buyer shortlist, and MCP integration — paid via x402 USDC on Base.

## Facts

- Endpoint: GET https://gpt55.558686.xyz/v1/paid/x402-seller-intelligence-bundle
- Price: $0.029/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gpt55-x402-seller-intelligence-bundle-a08ba08c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KnJ-U0HO7AlbVZxrQ3y2w

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 gpt55-x402-seller-intelligence-bundle-a08ba08c
```

Example prompt: Can you run the full seller intelligence bundle for my service called 'Morning Bloom AI Assistant' — I want the market benchmark, listing SEO score, buyer shortlist, and MCP integration report, and include the buyer shortlist results?

## When to prefer this

Choose this endpoint when you need a comprehensive, all-in-one seller intelligence snapshot for a marketplace or MCP-listed service — especially when you want to avoid making multiple separate calls for benchmarking, SEO, rank, buyers, and MCP audit. Ideal for AI agents operating in the x402 micropayment ecosystem on Base that need machine-readable marketplace intelligence in a single paid request.

## Known failure modes

- Payment not settled — missing or malformed X-PAYMENT header returns 402 with payment instructions
- service_name or url parameter missing — returns 400 validation error
- Timeout exceeded (timeout_ms > 30000) — returns timeout error
- Downstream marketplace probe unavailable — returns partial report or 503
- Invalid USDC payment amount — payment rejected before report is generated

## How this service works

Short stable x402 URL for the merchant-readiness seller intelligence bundle endpoint. Bundles market benchmark, paid MCP listing audit, listing SEO, opportunity, rank, buyer, and MCP integration reports. Short stable alias for marketplace probes and machine buyers. Pay up to $0.029 per request with x402 USDC on Base.

## Output

A bundled JSON report containing: market benchmark data, a paid MCP listing audit, listing SEO analysis, opportunity findings, rank assessment, a buyer shortlist (if requested), and MCP integration recommendations — all fetched in a single paid x402 call returning ok, tool, fetchedAt, and nested report objects.

## 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",
     "properties": {
      "url": {
       "type": "string",
       "maxLength": 2048,
       "minLength": 1
      },
      "pages": {
       "type": "integer",
       "maximum": 3,
       "minimum": 1
      },
      "query": {
       "type": "string",
       "maxLength": 160
      },
      "pay_to": {
       "type": "string",
       "maxLength": 80
      },
      "baseUrl": {
       "type": "string",
       "maxLength": 2048,
       "minLength": 1
      },
      "sources": {
       "type": "array",
       "items": {
        "type": "string"
       }
      },
      "base_url": {
       "type": "string",
       "maxLength": 2048,
       "minLength": 1
      },
      "page_size": {
       "type": "integer",
       "maximum": 100,
       "minimum": 20
      },
      "timeout_ms": {
       "type": "integer",
       "maximum": 30000,
       "minimum": 3000
      },
      "service_name": {
       "type": "string",
       "maxLength": 160
      },
      "include_buyer_shortlist": {
       "type": "boolean"
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "ok": {
       "type": "boolean"
      },
      "tool": {
       "type": "string"
      },
      "fetchedAt": {
       "type": "string"
      }
     },
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gpt55-x402-seller-intelligence-bundle-a08ba08c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gpt55.558686.xyz](https://www.zero.xyz/host/gpt55.558686.xyz/llms.txt)
