list_files
ActiveTool of archive
declared in 0.1.0
List the downloadable files for an archive.org item by identifier: name, format, size, and a constructed download_url. Use search / get_metadata first to find an identifier. (archive.org items, not Wayback snapshots.) Keyless.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Archive.org item identifier (e.g., \"nasa\")."
},
"limit": {
"type": "number",
"description": "Max files to return (default 30)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
archive
https://github.com/pipeworx-io/mcp-archive
1/7 registries