# x402 MCP Integration Kit Generator

> x402 MCP Integration Kit Generator is a paid API for AI agents from x402-seller.558686.xyz, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-15).

Generates a deterministic MCP and Claude Desktop buyer integration kit including x402 quote, spend-cap, receipt, and same-request retry instructions for a given paid tool URL.

## Facts

- Endpoint: POST https://x402-seller.558686.xyz/v1/tools/x402-mcp-integration-kit
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-mcp-integration-kit-generator-38ce14d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZOJFBfpUdkmHuYvDVcdBP

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-mcp-integration-kit-generator-38ce14d6 -d '<json body>'
```

Example prompt: Generate an x402 MCP integration kit for my service called 'WeatherPro API' — the base URL is https://weatherpro.example.com, the paid tool endpoint is https://weatherpro.example.com/v1/forecast, and I want to cap spend at $0.05 USDC per call.

## When to prefer this

Choose this endpoint when you are an x402 API seller who needs to produce ready-to-use MCP and Claude Desktop integration documentation for buyers, including payment quoting, spend caps, receipts, and retry logic — all scoped to a specific paid tool URL and USDC per-call limit. Prefer this over generic documentation generators when the target integration is explicitly x402-protocol-based and MCP/Claude Desktop-targeted.

## Known failure modes

- Missing required fields (baseUrl, paidToolUrl, serviceName, maxUsdcPerCall) result in validation error
- Invalid or malformed URL inputs may produce unusable configuration output
- Negative or zero maxUsdcPerCall values may cause spend-cap logic errors
- Service may return stale or non-deterministic output if upstream x402 protocol specs change

## How this service works

Generate a deterministic MCP and Claude Desktop buyer integration kit with x402 quote, spend-cap, receipt, and same-request retry instructions.

## Output

Returns a deterministic integration kit containing MCP configuration, Claude Desktop buyer setup instructions, x402 quote parameters, spend-cap configuration, receipt handling guidance, and same-request retry logic — all tailored to the provided service name, base URL, paid tool URL, and per-call USDC cap.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "baseUrl": {
   "type": "string"
  },
  "paidToolUrl": {
   "type": "string"
  },
  "serviceName": {
   "type": "string"
  },
  "maxUsdcPerCall": {
   "type": "number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-mcp-integration-kit-generator-38ce14d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-seller.558686.xyz](https://www.zero.xyz/host/x402-seller.558686.xyz/llms.txt)
