Skip to content
Back to search
100
MCP live streamable-http

Direct MCP candidate from lists

direct:anybrowse.dev:0b2b87bb4d

Discovered from lists; probed directly as a possible remote MCP endpoint.

Uptime
100.0%
5 probes
Response
223ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

batch_scrape

Scrape multiple URLs at once (up to 10) and get all results as markdown. More efficient than calling scrape() in a loop.

extract

Extract structured data from any URL as JSON. Provide a schema describing what fields you want. Schema format: {"fieldName": "type"} where type is one of: string, number, boolean, array, object. Examp…

scrape

Convert any URL to clean, LLM-ready Markdown. 84% success rate including JavaScript-heavy sites, Cloudflare-protected pages, and government sites. Renders JavaScript, handles dynamic content, bypasses…

crawl

Search Google for a query and scrape the top results to Markdown. Returns structured results with title, URL, and full page content.

search

Search the web using Brave Search API — fast, reliable, no rate limits. Returns titles, URLs, and descriptions as structured JSON without scraping the pages.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "direct_mcp_candidate_from_lists": {
      "url": "https://anybrowse.dev/mcp",
      "transport": "streamable-http"
    }
  }
}