Retroweb MCP
Related Servers
Alternatives to Retroweb MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceArchives live web pages for offline replay with full interactivity, enabling AI agents to analyze page structure and behavior.1-
- AlicenseBqualityDmaintenanceProvides access to the Internet Archive Wayback Machine to list snapshots, fetch archived web pages, and search archive.org items. Enables retrieval of historical website content and metadata through natural language queries.34MIT

siteglass-mcpofficial
AlicenseNot gradedqualityBmaintenanceEnables archival of any public URL as interactive snapshot (rrweb, PDF, PNG) and autonomous web QA for apps (register, scan, generate and run end-to-end flows).31 npmMIT- AlicenseNot gradedqualityDmaintenanceEnables interaction with the Internet Archive's Wayback Machine to save web pages, retrieve archived versions, search historical snapshots, and check archive statistics without requiring API keys.694 npmCreative Commons Attribution Non Commercial Share Alike 4.0 International
- AlicenseAqualityCmaintenanceMCP server for the Internet Archive's Wayback Machine. Search archived snapshots, extract page text from a specific date, track how a site has changed over time, check if broken links are recoverable, and perform research across Internet Archive collections.63MIT
- AlicenseNot gradedqualityBmaintenanceEnables agents to discover the llms.txt index covering any site, fetch its linked documentation pages as markdown, and search across parsed indexes by section heading, link title, and notes.MIT
TDQS
Scored across 10 tools
Each tool has a distinct role in retro-web research: fetching content, extracting links, enumerating archives, grouping sites, generating queries, and building search URLs. While wayback_cdx_search and discover_sites both enumerate archived data, they operate at different granularities, and the two URL builders target different archives with explicit constraints. The only minor ambiguity is between the search-URL generators, but their descriptions clearly separate WARP and Marginalia.
The tool names mix conventions: five tools use a wayback_ prefix, while others use verb-first (discover_sites, build_retro_queries) or noun-first patterns (legacy_hosts, marginalia_search_url). All names are readable snake_case and there is some internal grouping, but the lack of a uniform verb_noun structure or a consistent namespace reduces predictability.
With 10 tools, the server is well-scoped for its niche. Each tool addresses a specific step in discovering and retrieving old Japanese personal sites, and the inclusion of a strategy guide adds value without bloat. The count falls comfortably within the ideal range for a domain-specific server.
The set covers the full workflow: identifying candidate hosts (legacy_hosts), enumerating archived URLs (wayback_cdx_search), grouping them into sites (discover_sites), fetching content (wayback_fetch_page), following links (wayback_outlinks), verifying specific snapshots (wayback_snapshot), and generating live-web queries (build_retro_queries). It also includes alternative search resources (warp, marginalia) despite constraints, leaving no critical gaps for the stated purpose.