Connects Claude to the ClawPage web extraction API to turn any URL into structured JSON with text, tables, prices, contact info, business hours, ratings, and more. Exposes five tools: register for a free API key (10 extractions daily), extract_url to scrape pages, account_info to check usage, plus wallet operations for prepaid USDC deposits at a penny per extraction. Supports both stdio for local Claude Desktop use and HTTP transport for browser agents. Cached results are free for 24 hours. Useful when you need reliable web scraping without building your own parser or dealing with HTML chaos.
MCP server for the ClawPage web extraction API. Extract and structure any web page into clean JSON.
npx clawpage-mcp
Or with Streamable HTTP transport (for ChatGPT, remote agents):
npx clawpage-mcp --http
| 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){
"mcpServers": {
"clawpage": {
"command": "npx",
"args": ["clawpage-mcp"]
}
}
}
Base URL: https://api.clawpage.xyz
See SKILL.md for full API documentation.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json