get_metadata
Pack: internet-archive · Endpoint: https://gateway.pipeworx.io/internet-archive/mcp
Fetch an Internet Archive item’s metadata by identifier: title, creator, description, date, mediatype, subject, publisher, language, plus file count and total size. Returns a details_url. Use search_items first to find an identifier. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
identifier | string | yes | Internet Archive item identifier (e.g. “nasa”). |
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":"get_metadata","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.