Back to MCP Directory
Oorlogsbronnen
Model Context Protocol low risk

Oorlogsbronnen

Provides AI access to the Oorlogsbronnen WWII archive, enabling natural language queries for historical documents and media.

Connections & Capabilities

Connects To

GitHub

Capabilities

read

Quickstart

Install

npm install
```

Config

{
  "mcpServers": {
    "oorlogsbronnen-server": {
      "command": "npx",
      "args": [
        "-y",
        "oorlogsbronnen-mcp"
      ]
    }
  }
}

Exposed MCP Tools (1)

safe
search_ww2_nl_archives

Queries the Oorlogsbronnen database for WWII-related content in the Netherlands.

Read-only search functionality with no data modification capabilities.

Safety Assessment

This server is generally safe due to its read-only nature and limited scope. However, users should be aware of potential misuse of historical information and the reliance on the external Oorlogsbronnen API. It's safe for general use, but risky if used for malicious purposes like spreading misinformation.

  • Read-only access to historical data
  • No write or delete operations
  • Limited scope to WWII archives
  • No authentication required, reducing risk of credential compromise
  • Well-defined API with input validation
  • Potential for information misuse or misinterpretation
  • Reliance on external Oorlogsbronnen API availability
  • Possible rate limiting issues if overused
  • No sandboxing mentioned in the documentation
  • Lack of detailed error handling could lead to unexpected behavior