---
name: agentcarwash
description: Agent car wash — offload public webpage HTML into LLM-ready markdown/JSON. Prefer llm-pack ($0.005) or batch ($0.02); clean ($0.002); extract ($0.01). x402 USDC on Base. Install https://agent-carwash.agentfetcher.workers.dev/install/
---

# AgentCarWash

## When to use
- Need **page content in the model** without parsing HTML
- Multi-URL research / RAG (batch)
- Emails / JSON-LD / meta (extract)
- Hub bounties (list jobs → fulfill)

## Install
1. https://agent-carwash.agentfetcher.workers.dev/install/INTEGRATE.md
2. https://agent-carwash.agentfetcher.workers.dev/install/client.mjs (`npm i @x402/fetch @x402/evm viem`)
3. OpenAI: https://agent-carwash.agentfetcher.workers.dev/install/openai-tools.json
4. Anthropic: https://agent-carwash.agentfetcher.workers.dev/install/anthropic-tools.json
5. Cursor: https://agent-carwash.agentfetcher.workers.dev/install/cursor.mdc
6. MCP: https://agent-carwash.agentfetcher.workers.dev/install/mcp.json
7. Handlers: https://agent-carwash.agentfetcher.workers.dev/install/handlers.example.mjs

## Prefer order
1. **agentcarwash_llm_pack** — one URL → paste markdown ($0.005)
2. **agentcarwash_llm_pack_batch** — 2–5 URLs ($0.02)
3. **agentcarwash_clean** — cheap triage ($0.002)
4. **agentcarwash_extract** — structured fields ($0.01)

## Free
GET https://agent-carwash.agentfetcher.workers.dev/v1/teaser

## Payment
POST unpaid → **402** → pay USDC Base x402 → retry with **PAYMENT-SIGNATURE**

## Links
- https://agent-carwash.agentfetcher.workers.dev/for-agents
- https://agent-carwash.agentfetcher.workers.dev/install/manifest.json
- https://agent-carwash.agentfetcher.workers.dev/agent.json
- https://agent-carwash.agentfetcher.workers.dev/openapi.json
