web-history
ActiveTool of Toolcall
The archived history of any website from the Internet Archive Wayback Machine: first-seen date, last-seen date, total snapshots, how many distinct versions the page went through, and a timeline of snapshot links (one per month). Great for domain due-diligence, brand history and change tracking. JSON response. [Paid: $0.02 USDC per call via x402 on Base; the calling client pays automatically.]
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL or domain to look up"
},
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Max snapshots, default 25"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Toolcall
https://github.com/BeneIstvan/toolcall-mcp
1/7 registries