# gpt55.558686.xyz X402 Seller Intelligence Report

> gpt55.558686.xyz X402 Seller Intelligence Report 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-15).

Returns a bundled seller-intelligence report covering market benchmarks, MCP listing audit, listing SEO, opportunity analysis, rank, buyer shortlist, and MCP integration readiness for a given marketplace service or URL.

## Facts

- Endpoint: GET https://gpt55.558686.xyz/v1/paid/x402-seller-intel
- Price: $0.029/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gpt55-558686-xyz-x402-seller-intelligence-report-738cc9f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xVuDVBv0QB0S3mmHGD-7C

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-558686-xyz-x402-seller-intelligence-report-738cc9f3
```

Example prompt: Pull the full seller-intelligence report for my service at https://myapi.example.com — include the buyer shortlist, MCP listing audit, SEO score, and market benchmark so I can see how it ranks in the x402 marketplace.

## When to prefer this

Choose this endpoint when you need a comprehensive, single-call seller intelligence bundle for an x402 or MCP marketplace listing — covering SEO, benchmarking, buyer discovery, and integration readiness — rather than running separate audits. Best for marketplace operators, API sellers, and agents performing due diligence on a service's market position and machine-buyer readiness.

## Known failure modes

- Missing or invalid URL/service_name parameter returns an error
- Payment not settled (x402 USDC on Base not confirmed) results in 402 response
- URL exceeds 2048 character limit
- pages parameter outside 1-3 range rejected
- Unreachable or private service URL returns fetch error
- Timeout if service probe exceeds 30 seconds

## How this service works

Short canonical x402 merchant-readiness and seller-intelligence URL for machine buyers. 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 object containing market benchmark data, MCP listing audit results, listing SEO scores, opportunity analysis, rank report, a buyer shortlist (if requested), and MCP integration readiness, along with an ok boolean, tool name, and fetchedAt timestamp.

## 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-558686-xyz-x402-seller-intelligence-report-738cc9f3/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)
