Most page readers hand back the article body and leave you to find the price, the opening hours or the phone number inside it. This returns them as named fields, and the free tier is issued by a tool call rather than a signup form.
A web extraction service reachable as MCP tools: pass a URL, get structured JSON back. Account creation, balance and payment are handled by tools in the same server.
- A page extracted into JSON — text, tables, prices, contacts, hours, ratings, dates, links and images
- Registration from inside the client, returning an API key with 10 free extractions per day
- Account state readable — remaining free extractions, USDC balance and associated wallets
- A wallet address associated for prepaid USDC deposits
- Balance credited from an on-chain USDC transfer on Base
- Stdio by default, and a Streamable HTTP mode on a port for remote agents
Node with npx — npx clawpage-mcp starts it. An API key is the recommended route and the register tool issues one free; prepaid USDC on Base at a fixed per-extraction rate and anonymous x402 micropayment are the alternatives. A repeat request served from the cache costs nothing while that copy is still fresh.
One command — npx clawpage-mcp
