---
name: agenttoll
description: Agent toll — 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-toll.agentfetcher.workers.dev/install/
---

# AgentToll

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

## Prefer order
1. **agenttoll_llm_pack** — one URL → paste markdown ($0.005)
2. **agenttoll_llm_pack_batch** — 2–5 URLs ($0.02)
3. **agenttoll_clean** — cheap triage ($0.002)
4. **agenttoll_extract** — structured fields ($0.01)

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

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

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