HomeSearch & Research › mcp-databnf

mcp-databnf

Search the BnF open catalogue: authors, works, editions and links to what is digitised.

TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Research

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.1.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-databnf": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "BNF_USER_AGENT": "<YOUR_VALUE>",
        "BNF_MIN_INTERVAL_MS": "<YOUR_VALUE>",
        "BNF_TIMEOUT_MS": "<YOUR_VALUE>",
        "BNF_MAX_RETRIES": "<YOUR_VALUE>",
        "BNF_CACHE_TTL_MS": "<YOUR_VALUE>",
        "BNF_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • BNF_USER_AGENT — Identify your own client. The project's own identifier is appended, so the BnF can always reach a person.
  • BNF_MIN_INTERVAL_MS — Minimum milliseconds between requests. Default 3000, which is also the floor.
  • BNF_TIMEOUT_MS — Deadline for one SPARQL query, in milliseconds. Default 60000.
  • BNF_MAX_RETRIES — Attempts after a busy answer. Default 3.
  • BNF_CACHE_TTL_MS — How long an answer is kept in memory, in milliseconds. Default 900000. Zero turns the cache off.
  • BNF_LOG_LEVEL — silent, error, info or debug. Default error. Logs go to stderr.

Package (mcpb 2.1.2)

Package: mcpb https://github.com/smeet666/mcp-databnf/releases/download/v2.1.2/mcp-databnf-2.1.2.mcpb

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry