← Back to Plugins
MCP Server MCP

io.github.smeet666/mcp-books

github By github 👁 1 views ▲ 0 votes

Search the Internet Archive, the Library of Congress and data.bnf.fr at once, in one answer.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-books",
      "version": "1.2.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Identify your own client. The project's own identifier is appended, so an archive can always reach a human.",
          "name": "BOOKS_USER_AGENT"
        },
        {
          "description": "Widen the gap between two requests to one archive. Each archive keeps its own spacing when this is unset, and this can only make it wider.",
          "name": "BOOKS_MIN_INTERVAL_MS"
        },
        {
          "description": "Deadline for one request to an archive, in milliseconds. Default 45000.",
          "name": "BOOKS_TIMEOUT_MS"
        },
        {
          "description": "Retries on rate limiting and transient failures. Default 3.",
          "name": "BOOKS_MAX_RETRIES"
        },
        {
          "description": "In-memory cache lifetime, in milliseconds. Default 900000. Set 0 to turn it off.",
          "name": "BOOKS_CACHE_TTL_MS"
        },
        {
          "description": "In-memory cache size. Default 200.",
          "name": "BOOKS_CACHE_MAX_ENTRIES"
        },
        {
          "description": "silent, error, info or debug. Default error. Logs go to stderr.",
          "name": "BOOKS_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/smeet666/mcp-books/releases/download/v1.2.4/mcp-books-1.2.4.mcpb",
      "version": "1.2.4",
      "fileSha256": "c830fe315ab22625ca30043eb3724d860f8f0da253ba44612915f2f6fac24330",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...