Direct MCP candidate from lists
direct:anybrowse.dev:0b2b87bb4dDiscovered from lists; probed directly as a possible remote MCP endpoint.
Tools · 5
Scrape multiple URLs at once (up to 10) and get all results as markdown. More efficient than calling scrape() in a loop.
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…
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…
Search Google for a query and scrape the top results to Markdown. Returns structured results with title, URL, and full page content.
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
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"
}
}
}