Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"clawpage": {
"args": [
"clawpage-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for the ClawPage web extraction API. Extract and structure any web page into clean JSON.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'clawpage-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked clawpage-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser
Browser automation with Puppeteer for web scraping and testing
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for io.github.skypher/clawpage-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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