Skip to main content
Glama
Mearman

MCP Wayback Machine Server

by Mearman

search_archives

Retrieve archived versions of a URL from the Wayback Machine using match types, date ranges, filters, and pagination. Supports duplicate collapsing and counting.

Instructions

Search the Wayback Machine CDX API for archived versions of a URL. Supports match types (exact/prefix/host/domain), date range filtering, collapsing duplicates, field filtering, pagination, and duplicate counting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYYMMDD or YYYY-MM-DD)
urlYesThe URL pattern to search for
fromNoStart date (YYYYMMDD or YYYY-MM-DD)
pageNoPage number for pagination
limitNoMaximum number of results
filterNoFilter by field regex, e.g. ["statuscode:200", "!mimetype:image.*"]. Prefix with ! to negate.
offsetNoSkip the first N results
collapseNoCollapse adjacent duplicates by field, e.g. "timestamp:8" (per hour), "digest" (unique content)
pageSizeNoResults per page
matchTypeNoURL match scope: exact (default), prefix (all under path), host, or domain (with subdomains)
showDupeCountNoShow duplicate count per capture (grouped by digest)
resolveRevisitsNoResolve warc/revisit entries to their original mimetype and status code
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden for behavioral disclosure. It mentions the external API and features but omits rate limits, authentication needs, or typical response characteristics. It does not contradict annotations since none exist.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, information-dense sentence. It is concise and front-loads the core action, but it packs many features without structural separation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 12 parameters and no output schema, the description does not explain return format, pagination behavior (e.g., interaction between page, pageSize, offset), or how results are structured. This leaves critical gaps for an agent to correctly handle responses.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description enumerates parameter categories (match types, date range, etc.) but adds no meaningful detail beyond what the schema already provides for each parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches the Wayback Machine CDX API for archived versions of a URL, using a specific verb and resource. It distinguishes from sibling tools by focusing on search functionality, not status checks or saving.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists supported features (match types, date range, collapsing, etc.), which implies usage for flexible historical lookups. However, it does not explicitly state when to prefer this over siblings like check_archive_status or get_archived_url.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mearman/mcp-wayback-machine'

If you have feedback or need assistance with the MCP directory API, please join our Discord server