← Back to Plugins
MCP Server MCP

io.github.smeet666/mcp-archiveorg

github By github 👁 1 views ▲ 0 votes

Search inside digitised books, browse the Internet Archive catalogue and read Wayback captures.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-archiveorg",
      "version": "1.5.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Identify your own client. The project's own identifier is appended, so the Archive can always reach a human.",
          "name": "IA_USER_AGENT"
        },
        {
          "description": "Minimum milliseconds between requests. Default 1000, floor 500.",
          "name": "IA_MIN_INTERVAL_MS"
        },
        {
          "description": "Deadline for the capture index, which answers in tens of seconds. Default 60000.",
          "name": "IA_HISTORY_TIMEOUT_MS"
        },
        {
          "description": "silent, error, info or debug. Default error. Logs go to stderr.",
          "name": "IA_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/smeet666/mcp-archiveorg/releases/download/v1.5.4/mcp-archiveorg-1.5.4.mcpb",
      "version": "1.5.4",
      "fileSha256": "cd8c57bdbd6d8b7759fe8b6a5e6f86e4a57339283b1ca7d38a962d3af5935a7a",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...