Skip to main content
Glama
pipeworx-io

Archive MCP

by pipeworx-io

mcp-archive

Archive MCP — 封装 Internet Archive API(免费,无需认证)

属于 Pipeworx 的一部分 — 一个将 AI 代理连接到 1394+ 个实时数据源的 MCP 网关。

工具

工具

描述

search

按关键词搜索 Internet Archive 中的文本、音频、视频和软件。返回条目标题、标识符、描述和媒体类型。

get_metadata

按标识符获取已归档条目的完整元数据。返回标题、创建者、日期、格式、大小和访问详情。

wayback_check

检查 URL 是否已被归档并检索最近的快照。返回捕获日期和归档版本的直接链接。

list_files

按标识符列出 archive.org 条目的可下载文件:名称、格式、大小以及构造的 download_url。请先使用 search / get_metadata 查找标识符。(archive.org 条目,而非 Wayback 快照。)无需密钥。

Related MCP server: MCP Wayback Machine Server

快速开始

添加到您的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):

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

或连接到完整的 Pipeworx 网关以访问所有 1394+ 个数据源:

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

与 ask_pipeworx 一起使用

无需直接调用工具,您可以用纯英文提问:

ask_pipeworx({ question: "your question about Archive data" })

网关会自动选择正确的工具并自动填写参数。

更多

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Provides access to the Internet Archive Wayback Machine to list snapshots, fetch archived web pages, and search archive.org items. Enables retrieval of historical website content and metadata through natural language queries.
    2
    3
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables interaction with the Internet Archive's Wayback Machine to save web pages, retrieve archived versions, search historical snapshots, and check archive statistics without requiring API keys.
    758
    Creative Commons Attribution Non Commercial Share Alike 4.0 International
  • A
    license
    Not graded
    quality
    A
    maintenance
    Search the Wayback Machine and IA library (40M+ items), fetch archived snapshots, retrieve item metadata and full text via MCP.
    80
    1
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Internet Archive (archive.org) item search & metadata MCP.

  • Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.

  • Search books and authors, fetch editions, browse subjects, and resolve cover images.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-archive'

If you have feedback or need assistance with the MCP directory API, please join our Discord server