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%
1 probes
Response
219ms
last probe
Tools
5
callable

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.

Similar MCP servers embedding-nearest

Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
2 tools · streamable-http
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
8 tools · streamable-http
io.github.carrasquelalex1/webscrape-mcp
Fetch any URL and get clean Markdown. Web scraping for AI agents.
0 tools · streamable-http
Library live
Search and discover 25,000+ MCP servers across all major registries. Connect and pay autonomously.
4 tools · streamable-http
io.github.ofershap/scraper
Web scraping MCP — extract clean markdown, links, and metadata from any URL.
0 tools
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
5 tools · streamable-http

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"
    }
  }
}