FastMCP server wrapping archive.org's public read APIs:
- search_items / scrape_items: advanced search + bulk cursor pagination
- get_item_metadata / list_files: progressive disclosure with filtering
- get_file_url / download_file: canonical URLs and streaming downloads
with HTTP Range resume + optional MD5 verification
Smoke-tested end-to-end via claude -p headless MCP and pytest against
live archive.org endpoints.