search_items
InactiveTool of Internet Archive
Search Internet Archive (archive.org) items by Lucene-style query. Finds archived books, audio, video, software, and images — e.g. "apollo", "creator:NASA", "grateful dead". Optionally filter by mediatype. Returns identifier/title/creator/year/mediatype/downloads. NOTE: archive.org items, NOT Wayback Machine web-page snapshots. Keyless.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"page": {
"type": "number",
"description": "Page number, 1-based (default 1)."
},
"limit": {
"type": "number",
"description": "Max results (default 20, max 100)."
},
"query": {
"type": "string",
"description": "Lucene-style query (e.g. \"apollo\", \"creator:NASA\", \"mediatype:audio AND grateful dead\")."
},
"mediatype": {
"type": "string",
"description": "Optional mediatype filter, ANDed into the query: \"texts\",\"audio\",\"movies\",\"software\",\"image\"."
}
}
}Parent server
Internet Archive
https://github.com/pipeworx-io/mcp-internet-archive
1/7 registries