mdb-mcp
Related Servers
Alternatives to mdb-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceMCP server that fetches web pages, extracts clean markdown (reducing token count), caches results, and provides searchable reading history.MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that enables AI agents to search the web and extract clean Markdown content, with support for JavaScript rendering, structured data extraction, and screenshots.1-
- AlicenseAqualityCmaintenanceMCP server that provides read_page, screenshot, and pdf tools using a real browser, enabling agents to fetch clean markdown, screenshots, and PDFs from any URL.519 npmMIT
- AlicenseAqualityAmaintenanceA local-first MCP server that lets AI agents read any webpage as clean Markdown, crawl whole sites within configured limits, search without API keys, and solve supported captchas locally — all without cloud services or third-party keys.293AGPL 3.0
- AlicenseNot gradedqualityAmaintenanceMCP server that fetches and converts website pages into clean markdown for agents, with sitemap-based discovery, disk caching, and polite crawling (robots.txt, rate limiting).7 npm2MIT
- AlicenseNot gradedqualityDmaintenanceAn open-source web retrieval MCP server that fetches, crawls, and searches the web, returning clean markdown for AI agents. It integrates with Claude MCP, LangChain, and other frameworks for agentic web access.1MIT
TDQS
Scored across 16 tools
Several capture/read tools overlap: fetch_page, archive_page, and curate_to_corpus all render a page with provenance but differ mainly in where the result goes, so an agent could pick the wrong one. The watch_* family and download_video/download_document pairs are clearly differentiated, but the archive/capture cluster requires careful reading.
Tool names mix verb-first patterns (fetch_page, download_document, submit_form) with noun-first names (page_links, page_forms) and prefixed family names (watch_add, watch_scan); archive_search vs search_web also reverses the word order. Within each functional family the naming is readable, but there is no single consistent convention across the set.
16 tools is at the high end but each addresses a distinct job: fetching, searching, forms, downloads, archiving, corpus curation, and page watching. It is slightly above the ideal 3-15 range but not bloated.
The surface covers browsing (fetch, links, forms, submit), searching, downloading, archiving and archive search, corpus curation, and a full watch lifecycle (add, list, remove, scan, diff). Minor gaps exist, such as no direct update-watch operation or explicit tool to read an archived hit's full content by path, but core workflows are supported.