anybrowse
Server Details
Converts any URL to clean, LLM-ready Markdown using real Chrome browsers
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- kc23go/anybrowse
- GitHub Stars
- 5
- Server Listing
- Anybrowse
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: batch_scrape handles multiple URLs, crawl combines search and scraping, extract returns structured JSON, scrape converts a single URL to markdown, and search returns search results. There is no meaningful overlap that would confuse an agent.
Most tools use single-word verbs (scrape, search, crawl, extract), but batch_scrape uses a prefix, creating a mixed convention. While readable, the naming is not uniformly patterned.
With 5 tools, the set is well-scoped for a scraping/search service, covering single-page scraping, batch scraping, structured extraction, web search, and crawl without unnecessary bloat.
The tool surface covers the main workflows: search to find URLs, scrape to fetch content, batch_scrape for efficiency, and extract for structured data. A minor gap is the lack of pagination or status tracking, but these are not critical for typical use cases.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- Added
batch_scrape - Changed
crawl1 field changed- added
Input schema / properties / contextAdded value: +{ + "description": "Optional: what you're trying to accomplish (e.g., 'finding competitors pricing', 'researching market trends'). Helps return more targeted results.", + "type": "string" +}
- Added
extract - Changed
scrape1 field changed- added
Input schema / properties / contextAdded value: +{ + "description": "Optional: what you're trying to accomplish (e.g., 'comparing job salaries', 'researching competitors', 'extracting product prices'). Helps anybrowse return more relevant content.", + "type": "string" +}
- Changed
search1 field changed- added
Input schema / properties / contextAdded value: +{ + "description": "Optional: what you're trying to accomplish. Helps with result relevance.", + "type": "string" +}
5 tool updates
- Removed
batch_scrape - Changed
crawl1 field changed- removed
Input schema / properties / contextRemoved value: -{ - "description": "Optional: what you're trying to accomplish (e.g., 'finding competitors pricing', 'researching market trends'). Helps return more targeted results.", - "type": "string" -}
- Removed
extract - Changed
scrape1 field changed- removed
Input schema / properties / contextRemoved value: -{ - "description": "Optional: what you're trying to accomplish (e.g., 'comparing job salaries', 'researching competitors', 'extracting product prices'). Helps anybrowse return more relevant content.", - "type": "string" -}
- Changed
search1 field changed- removed
Input schema / properties / contextRemoved value: -{ - "description": "Optional: what you're trying to accomplish. Helps with result relevance.", - "type": "string" -}
1 tool update
- Changed
extract3 fields changed- changed
Input schema / properties / context / descriptionPrevious value: -"Optional: what you're trying to accomplish"New value: +"Optional: what you're trying to accomplish (helps LLM extraction accuracy)" - changed
Input schema / properties / schema / additionalProperties / enumPrevious value: -[ - "string", - "number", - "boolean", - "array" -]New value: +[ + "string", + "number", + "boolean", + "array", + "object" +] - changed
Input schema / properties / schema / descriptionPrevious value: -"Field names mapped to types: string, number, boolean, array"New value: +"Field names mapped to type strings. Format: {\"fieldName\": \"string|number|boolean|array|object\"}. Example: {\"title\": \"string\", \"price\": \"number\", \"inStock\": \"boolean\", \"tags\": \"array\"}"
2 tool updates
- Added
batch_scrape - Added
extract
3 tool updates
- Changed
crawl1 field changed- added
Input schema / properties / contextAdded value: +{ + "description": "Optional: what you're trying to accomplish (e.g., 'finding competitors pricing', 'researching market trends'). Helps return more targeted results.", + "type": "string" +}
- Changed
scrape1 field changed- added
Input schema / properties / contextAdded value: +{ + "description": "Optional: what you're trying to accomplish (e.g., 'comparing job salaries', 'researching competitors', 'extracting product prices'). Helps anybrowse return more relevant content.", + "type": "string" +}
- Changed
search1 field changed- added
Input schema / properties / contextAdded value: +{ + "description": "Optional: what you're trying to accomplish. Helps with result relevance.", + "type": "string" +}
1 tool update
- Removed
screenshot
1 tool update
- Added
screenshot
3 tool updates
- First observed
crawl - First observed
scrape - First observed
search
Related MCP Connectors
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Convert any webpage to clean LLM-ready markdown, extraction-first, with article and news modes.
Fetch any URL and get clean Markdown. Web scraping for AI agents.
Clean Markdown and AI-readability scoring for any URL. Built for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceConverts any webpage into clean, LLM-ready Markdown, removing noise and supporting JavaScript rendering.MIT
- AlicenseNot gradedqualityDmaintenanceConverts URLs into clean, LLM-ready markdown, respecting robots.txt and never bypassing anti-bot measures or paywalls.MIT
- AlicenseAqualityBmaintenanceConverts any URL to clean, LLM-ready Markdown by removing ads, navigation, and other clutter, using Mozilla Readability and Turndown.119 npmMIT
- AlicenseAqualityDmaintenanceConverts URLs and raw HTML to clean Markdown, enabling AI assistants to read web pages for summarization, analysis, or ingestion.24 npm1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.