{
  "markdown": "# ClawPage MCP Server\n\nMCP server for the [ClawPage](https://api.clawpage.xyz) web extraction API. Extract and structure any web page into clean JSON.\n\n## Install\n\n```bash\nnpx clawpage-mcp\n```\n\nOr with Streamable HTTP transport (for ChatGPT, remote agents):\n\n```bash\nnpx clawpage-mcp --http\n```\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `register` | Create account, get API key (cpk_ prefix) with 10 free extractions/day |\n| `extract_url` | Extract any URL into structured JSON (text, tables, prices, contacts, hours, ratings) |\n| `account_info` | Check remaining free extractions and USDC balance |\n| `add_wallet` | Associate wallet address for prepaid USDC deposits |\n| `deposit` | Credit balance from on-chain USDC transfer |\n\n## Quick Start\n\n1. Use the `register` tool with your email to get an API key\n2. Use `extract_url` with the API key and any URL\n3. Get back structured JSON with text, tables, prices, contacts, hours, ratings, dates, links, and images\n\n## Authentication\n\nThree options:\n\n- **API Key** (recommended): Register for free, get 10 extractions/day\n- **Prepaid USDC**: Deposit USDC on Base for $0.01/extraction\n- **x402**: Anonymous on-chain micropayment, no account needed\n\nCache hits are always free (24h TTL).\n\n## Transport\n\n- **stdio** (default): For Claude Desktop, Cursor, and local MCP clients\n- **Streamable HTTP** (`--http`): For ChatGPT, browser-based agents, and remote connections. Listens on port 8080 (override with `MCP_PORT` env var)\n\n## Claude Desktop Config\n\n```json\n{\n  \"mcpServers\": {\n    \"clawpage\": {\n      \"command\": \"npx\",\n      \"args\": [\"clawpage-mcp\"]\n    }\n  }\n}\n```\n\n## API\n\nBase URL: `https://api.clawpage.xyz`\n\nSee [SKILL.md](SKILL.md) for full API documentation.\n\n## License\n\nMIT\n",
  "bytes": 1749,
  "sha": "8fa86a594cfc9c5658ee714ff5aba5ec4f3a14cf492a6566b4ab64debc8ab5c7",
  "repo_slug": "skypher/clawpage-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_skypher_clawpage_mcp_8f3c5d3c/readme"
}