Anybrowse
Anybrowse is a web scraping and search server that converts URLs to LLM-ready Markdown, extracts structured data, and performs web searches using real Chrome browsers with JavaScript rendering.
Scrape a single URL (
scrape): Convert any webpage to clean Markdown, handling JavaScript-heavy sites, Cloudflare-protected pages, dynamic content, and CAPTCHAs with an 84% success rate.Batch scrape multiple URLs (
batch_scrape): Scrape up to 10 URLs simultaneously in a single call, returning all results as Markdown.Extract structured data (
extract): Pull specific fields (strings, numbers, booleans, arrays, objects) from any URL as JSON using a custom schema — ideal for prices, product details, and contact info.Crawl search results (
crawl): Search Google for a query and scrape the top results (1–20), returning full page content as Markdown with titles and URLs.Search the web (
search): Perform fast web searches via Brave Search API and get structured JSON results (titles, URLs, descriptions) without scraping full page content.
Access includes 10 free calls/day (50 with a free account), with unlimited usage available via pay-per-use USDC payments on the Base network.
Utilizes the Brave Search API to provide real-time web search capabilities, enabling the retrieval and conversion of search results into LLM-ready Markdown.
Enables content extraction from Cloudflare-protected websites by automatically solving Cloudflare Turnstile challenges and bypassing security measures.
anybrowse
Convert any URL to clean, LLM-ready Markdown.
Real Chrome browsers with full JavaScript rendering. 84% success rate including JavaScript-heavy sites, Cloudflare-protected pages, and government sites.
🆓 10 free MCP calls/day — no signup required. Get 50/day free with email signup.
MCP Server (Free)
Connect any MCP-compatible client to https://anybrowse.dev/mcp (Streamable HTTP transport).
Quick config for Claude Desktop / Cline / Cursor:
{
"mcpServers": {
"anybrowse": {
"url": "https://anybrowse.dev/mcp"
}
}
}No API key needed. Works out of the box. 10 free calls/day per IP, 50/day with a free account.
Tools
Tool | Description |
| Convert any URL to clean, LLM-optimized Markdown. Handles SPAs, dynamic content, and PDFs. |
| Search Google for a query and scrape the top results to Markdown. |
| Google search results as structured JSON (titles, URLs, snippets). |
Related MCP server: webpeel
HTTP API (x402 Pay-Per-Use)
Endpoint | Price | Description |
| $0.003 USDC | URL → Markdown |
| $0.005 USDC | Search + scrape top results |
| $0.002 USDC | Google SERP as JSON |
Example
curl -X POST https://anybrowse.dev/scrape \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>" \
-d '{"url": "https://example.com"}'Response:
{
"url": "https://example.com",
"title": "Example Domain",
"markdown": "# Example Domain\n\nThis domain is for use in illustrative examples...",
"status": "ok"
}Free Tier
Tier | Limit | How to get it |
Anonymous | 10 MCP calls/day | Just use it — no config needed |
Free account | 50 calls/day | Sign up — 10 seconds, no credit card |
Credits | 3,000+ calls | Buy credits from $5 |
x402 | Unlimited | Pay per call with USDC on Base |
Payment
Payments use the x402 protocol 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).
Discovery
Agent card: https://anybrowse.dev/.well-known/agent-card.json
OpenAPI spec: https://anybrowse.dev/openapi.json
x402 discovery: https://anybrowse.dev/.well-known/x402
Health: https://anybrowse.dev/health
Links
Website: https://anybrowse.dev
MCP endpoint:
https://anybrowse.dev/mcpProtocols: A2A, x402, MCP
Network: Base (USDC)
Wallet:
0x8D76E8FB38541d70dF74b14660c39b4c5d737088
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceWeb scraping MCP server for Al agents. 6 tools: extract clean text/markdown from any URL, structured scraping with CSS selectors, full-page screenshots via Playwright, link extraction with regex filtering, metadata extraction (OG tags, Twitter cards), and Google search. Free tier: 50 requests/IP/day.Last updated6MIT
- Alicense-qualityBmaintenanceThe web data platform for AI agents. Fetch, search, crawl, extract, monitor, and screenshot any URL. 55+ domain extractors, 65-98% token savings. 7 MCP tools included.Last updated33212AGPL 3.0

zenrows-mcpofficial
AlicenseAqualityCmaintenanceScrape any webpage and return clean markdown, HTML, or structured JSON. Bypasses anti-bot protection, renders JavaScript (React/Vue/Angular), supports premium residential proxies and CSS extraction. Works with any MCP client — no local install required.Last updated19219MIT- Alicense-qualityCmaintenanceMCP server for AI agents -- fetch any URL with full JavaScript rendering (Playwright/Chromium) and convert to clean, token-efficient markdown. Works on React, Vue, Angular, and any JS-heavy page. Includes web search, batch fetching, binary file download, LRU cache, SSRF protection, and structured output.Last updated24MIT
Related MCP Connectors
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Firecrawl MCP — wraps the Firecrawl API (firecrawl.dev) for web
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kc23go/anybrowse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server