Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

kc23go/anybrowse MCP server](https://glama.ai/mcp/servers/kc23go/anybrowse/badges/score.svg)](https://glama.ai/mcp/servers/kc23go/anybrowse) πŸ“‡ ☁️ - Convert any URL to LLM-ready Markdown via real Chrome browsers.

README.md

anybrowse

![Glama](https://glama.ai/mcp/servers/kc23go/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 | |------|-------------| | scrape | Convert any URL to clean, LLM-optimized Markdown. Handles SPAs, dynamic content, and PDFs. | | crawl | Search Google for a query and scrape the top results to Markdown. | | search | Google search results as structured JSON (titles, URLs, snippets). |

HTTP API (x402 Pay-Per-Use)

| Endpoint | Price | Description | |----------|-------|-------------| | POST /scrape | $0.003 USDC | URL β†’ Markdown | | POST /crawl | $0.005 USDC | Search + scrape top results | | POST /serp/search | $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: ``json { "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

Links

  • Website: https://anybrowse.dev
  • MCP endpoint: https://anybrowse.dev/mcp
  • Protocols: A2A, x402, MCP
  • Network: Base (USDC)
  • Wallet: 0x8D76E8FB38541d70dF74b14660c39b4c5d737088

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.