{
  "markdown": "# anybrowse\n\n[![Glama](https://glama.ai/mcp/servers/kc23go/anybrowse/badges/score.svg)](https://glama.ai/mcp/servers/kc23go/anybrowse)\n\n**Convert any URL to clean, LLM-ready Markdown.**\n\nReal Chrome browsers with full JavaScript rendering. 84% success rate including JavaScript-heavy sites, Cloudflare-protected pages, and government sites.\n\n**🆓 10 free MCP calls/day — no signup required.** Get 50/day free with [email signup](https://anybrowse.dev/signup).\n\n## MCP Server (Free)\n\nConnect any MCP-compatible client to `https://anybrowse.dev/mcp` (Streamable HTTP transport).\n\n**Quick config for Claude Desktop / Cline / Cursor:**\n\n```json\n{\n  \"mcpServers\": {\n    \"anybrowse\": {\n      \"url\": \"https://anybrowse.dev/mcp\"\n    }\n  }\n}\n```\n\nNo API key needed. Works out of the box. 10 free calls/day per IP, 50/day with a free account.\n\n### Tools\n\n| Tool | Description |\n|------|-------------|\n| `scrape` | Convert any URL to clean, LLM-optimized Markdown. Handles SPAs, dynamic content, and PDFs. |\n| `crawl` | Search Google for a query and scrape the top results to Markdown. |\n| `search` | Google search results as structured JSON (titles, URLs, snippets). |\n\n## HTTP API (x402 Pay-Per-Use)\n\n| Endpoint | Price | Description |\n|----------|-------|-------------|\n| `POST /scrape` | $0.003 USDC | URL → Markdown |\n| `POST /crawl` | $0.005 USDC | Search + scrape top results |\n| `POST /serp/search` | $0.002 USDC | Google SERP as JSON |\n\n### Example\n\n```bash\ncurl -X POST https://anybrowse.dev/scrape \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-PAYMENT: <x402_payment_proof>\" \\\n  -d '{\"url\": \"https://example.com\"}'\n```\n\nResponse:\n```json\n{\n  \"url\": \"https://example.com\",\n  \"title\": \"Example Domain\",\n  \"markdown\": \"# Example Domain\\n\\nThis domain is for use in illustrative examples...\",\n  \"status\": \"ok\"\n}\n```\n\n## Free Tier\n\n| Tier | Limit | How to get it |\n|------|-------|---------------|\n| Anonymous | 10 MCP calls/day | Just use it — no config needed |\n| Free account | 50 calls/day | [Sign up](https://anybrowse.dev/signup) — 10 seconds, no credit card |\n| Credits | 3,000+ calls | [Buy credits](https://anybrowse.dev/credits) from $5 |\n| x402 | Unlimited | Pay per call with USDC on Base |\n\n## Payment\n\nPayments use the [x402 protocol](https://www.x402.org/) with USDC on Base. Any x402-compatible client or agent wallet can pay automatically. The facilitator is Coinbase CDP (`https://api.cdp.coinbase.com/platform/v2/x402`).\n\n## Discovery\n\n- **Agent card**: [https://anybrowse.dev/.well-known/agent-card.json](https://anybrowse.dev/.well-known/agent-card.json)\n- **OpenAPI spec**: [https://anybrowse.dev/openapi.json](https://anybrowse.dev/openapi.json)\n- **x402 discovery**: [https://anybrowse.dev/.well-known/x402](https://anybrowse.dev/.well-known/x402)\n- **Health**: [https://anybrowse.dev/health](https://anybrowse.dev/health)\n\n## Links\n\n- **Website**: [https://anybrowse.dev](https://anybrowse.dev)\n- **MCP endpoint**: `https://anybrowse.dev/mcp`\n- **Protocols**: A2A, x402, MCP\n- **Network**: Base (USDC)\n- **Wallet**: `0x8D76E8FB38541d70dF74b14660c39b4c5d737088`\n",
  "bytes": 3085,
  "sha": "a1d46f028eab0c1e7eb83bd274dbfe16e2eb30fd2b1ff2d43dc38bbade79a9c1",
  "repo_slug": "kc23go/anybrowse",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_kc23go_anybrowse_5facb42e/readme"
}