The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the ClawPage listing page.
MCP server for the ClawPage web extraction API. Extract and structure any web page into clean JSON.
Or with Streamable HTTP transport (for ChatGPT, remote agents):
| Tool | Description |
|---|---|
register | Create account, get API key (cpk_ prefix) with 10 free extractions/day |
extract_url | Extract any URL into structured JSON (text, tables, prices, contacts, hours, ratings) |
account_info | Check remaining free extractions and USDC balance |
add_wallet | Associate wallet address for prepaid USDC deposits |
deposit | Credit balance from on-chain USDC transfer |
register tool with your email to get an API keyextract_url with the API key and any URLThree options:
Cache hits are always free (24h TTL).
--http): For ChatGPT, browser-based agents, and remote connections. Listens on port 8080 (override with MCP_PORT env var)Base URL: https://api.clawpage.xyz
See SKILL.md for full API documentation.
MIT