← Back to Plugins
MCP Server MCP

io.github.smeet666/mcp-libraryofcongress

github By github 👁 1 views ▲ 0 votes

Search inside scanned US newspapers and browse the Library of Congress catalogue. No API key.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-libraryofcongress",
      "version": "2.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Identify your own client. The project's own identifier is appended, so the Library can always reach a human.",
          "name": "LOC_USER_AGENT"
        },
        {
          "description": "Minimum milliseconds between requests. Default 6000, floor 3000.",
          "name": "LOC_MIN_INTERVAL_MS"
        },
        {
          "description": "Deadline for one catalogue, record or collection request, in milliseconds. Default 30000.",
          "name": "LOC_TIMEOUT_MS"
        },
        {
          "description": "Deadline for one search_newspapers request, in milliseconds. The full-text corpus answers in tens of seconds. Default 90000.",
          "name": "LOC_NEWSPAPER_TIMEOUT_MS"
        },
        {
          "description": "silent, error, info or debug. Default error. Logs go to stderr.",
          "name": "LOC_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/smeet666/mcp-libraryofcongress/releases/download/v2.1.2/mcp-libraryofcongress-2.1.2.mcpb",
      "version": "2.1.2",
      "fileSha256": "ed3892d6353d60b27ae3e4806914cdfa975fbeb6e04d258d4276a0a7ea28da99",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...