list_files

Pack: internet-archive · Endpoint: https://gateway.pipeworx.io/internet-archive/mcp

List the downloadable files for an Internet Archive item: name, format, size, and a constructed download_url. Use search_items / get_metadata first to find an identifier. Keyless.

Parameters

NameTypeRequiredDescription
identifierstringyesInternet Archive item identifier (e.g. “nasa”).
limitnumbernoMax files to return (default 30).

Example call

curl -X POST https://gateway.pipeworx.io/internet-archive/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_files","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "internet-archive": {
      "url": "https://gateway.pipeworx.io/internet-archive/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 8, 2026