trackmcp
Back to directory

Web scraping MCP server for AI agents. Real Chrome, 84% success rate. 10 free calls/day, no signup.

5 stars TypeScriptOthers Updated Aug 14, 2026
ai-agentmarkdownmcpweb-scrapingx402browser-automationllmmcp-servermodel-context-protocoltypescript

Documentation

anybrowse

Glama

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:

json
{
  "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

ToolDescription
`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)

EndpointPriceDescription
`POST /scrape`$0.003 USDCURL โ†’ Markdown
`POST /crawl`$0.005 USDCSearch + scrape top results
`POST /serp/search`$0.002 USDCGoogle SERP as JSON

Example

bash
curl -X POST https://anybrowse.dev/scrape \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: " \
  -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

TierLimitHow to get it
Anonymous10 MCP calls/dayJust use it โ€” no config needed
Free account50 calls/daySign up โ€” 10 seconds, no credit card
Credits3,000+ callsBuy credits from $5
x402UnlimitedPay 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

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

Frequently asked questions

What is anybrowse?

anybrowse is Web scraping MCP server for AI agents. Real Chrome, 84% success rate. 10 free calls/day, no signup.

How do I install anybrowse?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is anybrowse open source?

Yes โ€” it is hosted on GitHub at https://github.com/kc23go/anybrowse and has 5 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP