Oorlogsbronnen Mcp Server Inleiding De Oorlogsbronnen Mcp Server is een platform waar spelers kunnen samenkomen en deelnemen aan verschillende oorlogssimulaties en strategische spellen. Kenmerken - Multiplayer: Speel samen met vrienden of andere spelers van over de hele wereld. - Strategische gameplay: Ontwikkel tactieken en strategieën om je tegenstanders te verslaan. - Regelmatige updates: Nieuwe content en functies worden regelmatig toegevoegd om de ervaring fris en spannend te houden. Hoe te beginnen 1. Registreren: Maak een account aan op de Mcp Server. 2. Downloaden: Download de benodigde software om deel te nemen aan de spellen. 3. Inloggen: Log in op je account en kies een spel om te spelen. Ondersteuning Als je problemen ondervindt of vragen hebt, neem dan contact op met de klantenservice via de website of het ondersteuningsforum. Conclusie De Oorlogsbronnen Mcp Server biedt een unieke en spannende ervaring voor gamers die houden van strategie en samenwerking. Sluit je aan en ontdek de wereld van oorlogssimulaties!

Creado porr-huijtsr-huijts

Servidor MCP para acceder a los archivos de la Segunda Guerra Mundial de los Países Bajos a través de la API Oorlogsbronnen. Proporciona acceso estructurado a registros históricos, fotografías y documentos de los Países Bajos de 1940 a 1945.

Resumen

¿Qué es Oorlogsbronnen-MCP?

Oorlogsbronnen-MCP es un servidor diseñado para proporcionar acceso a los archivos holandeses de la Segunda Guerra Mundial a través de la API de Oorlogsbronnen. Esta plataforma ofrece acceso estructurado a una gran cantidad de registros históricos, fotografías y documentos de los Países Bajos durante los años 1940-1945. Sirve como un recurso valioso para investigadores, historiadores y cualquier persona interesada en explorar la rica historia de la Segunda Guerra Mundial en los Países Bajos.

Características de Oorlogsbronnen-MCP

  • Acceso Integral a Archivos: Los usuarios pueden acceder a una amplia gama de documentos históricos, incluidos registros militares, relatos personales y documentos oficiales del período de la Segunda Guerra Mundial.
  • API Amigable: La API de Oorlogsbronnen está diseñada para ser fácil de usar, permitiendo a los desarrolladores integrar datos históricos en sus aplicaciones sin problemas.
  • Datos Estructurados: La plataforma proporciona datos estructurados, lo que facilita la búsqueda y recuperación de información específica relacionada con la Segunda Guerra Mundial.
  • Repositorio Público: Oorlogsbronnen-MCP es un repositorio público, lo que permite a los usuarios contribuir, bifurcar y marcar el proyecto, fomentando la participación y colaboración de la comunidad.

Cómo Usar Oorlogsbronnen-MCP

  1. Acceder al Repositorio: Visita la página de GitHub de Oorlogsbronnen-MCP para explorar los recursos y la documentación disponibles.
  2. Documentación de la API: Revisa la documentación de la API para entender cómo hacer solicitudes y recuperar datos de la API de Oorlogsbronnen.
  3. Contribuir: Si tienes mejoras o datos para contribuir, puedes bifurcar el repositorio y enviar una solicitud de extracción.
  4. Mantente Actualizado: Sigue el repositorio para recibir notificaciones sobre actualizaciones, nuevas características y discusiones de la comunidad.

Preguntas Frecuentes

P: ¿Qué tipos de documentos puedo encontrar en Oorlogsbronnen-MCP?

R: El repositorio incluye registros militares, relatos personales, fotografías y varios documentos oficiales relacionados con la Segunda Guerra Mundial en los Países Bajos.

P: ¿Hay un costo para acceder a Oorlogsbronnen-MCP?

R: No, Oorlogsbronnen-MCP es un repositorio público y el acceso a la API y sus recursos es gratuito.

P: ¿Puedo contribuir al proyecto Oorlogsbronnen-MCP?

R: Sí, ¡las contribuciones son bienvenidas! Puedes bifurcar el repositorio, hacer cambios y enviar una solicitud de extracción para revisión.

P: ¿Cómo puedo mantenerme informado sobre las actualizaciones de Oorlogsbronnen-MCP?

R: Puedes marcar el repositorio en GitHub para recibir notificaciones sobre actualizaciones y nuevas características.

P: ¿Cuál es la licencia de Oorlogsbronnen-MCP?

R: El proyecto está licenciado bajo la licencia MIT, lo que permite su uso y modificación abierta.

Detalle

Oorlogsbronnen MCP Server

A Model Context Protocol (MCP) server that provides AI-powered access to the Oorlogsbronnen (War Sources) database. This server enables natural language interactions with historical World War II archives from the Netherlands.

Natural Language Interaction Examples

Ask your AI assistant questions like these to explore Dutch WWII history:

  • "What happened during the bombing of Rotterdam in May 1940?"
  • "Tell me about Anne Frank's life in hiding based on historical records."
  • "Show me photographs of the Dutch Hunger Winter of 1944-1945."
  • "Were any of my ancestors imprisoned in Camp Vught during the war?"
  • "I'm visiting Arnhem next week. What historical sites related to Operation Market Garden should I see?"
  • "Find information about resistance activities in Utrecht during the Nazi occupation."
  • "What was daily life like for Jewish families in Amsterdam before deportations began?"
  • "Show me firsthand accounts from people who witnessed the liberation of the Netherlands in 1945."
  • "What records exist about children who were hidden by Dutch families during the war?"
  • "I'm researching the impact of WWII on Dutch infrastructure. Can you find documents about the reconstruction of bridges and railways?"

Features

  • 🔍 Natural language search across the Oorlogsbronnen database
  • 🏷️ Filter results by content type (person, photo, article, etc.)
  • 📊 Control the number of results returned
  • 🤖 AI-friendly JSON responses for further processing

Installation

You can install this server in two ways:

1. Using Claude Desktop with NPX Package

Update your Claude configuration file (~/Library/Application Support/Claude/claude_desktop_config.json):

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

After updating the configuration, restart Claude Desktop for the changes to take effect.

2. From Source

  1. Clone this repository:
git clone https://github.com/r-huijts/oorlogsbronnen-mcp.git
cd oorlogsbronnen-mcp
  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Configure Claude Desktop by updating your configuration file (located at ~/Library/Application Support/Claude/claude_desktop_config.json):
{
  "mcpServers": {
    "oorlogsbronnen-server": {
      "command": "node",
      "args": [
        "/absolute/path/to/oorlogsbronnen-mcp/dist/mcp-server.js"
      ]
    }
  }
}

Replace /absolute/path/to/oorlogsbronnen-mcp with the actual path to your installation.

Usage Examples

The MCP server understands natural language queries and can help you explore World War II archives. Here are some example queries you can use with Claude:

Basic Searches

  • "Use search_ww2_nl_archives to find documents about the resistance movement in Amsterdam"
  • "Search the Dutch WW2 archives for information about Jewish refugees in 1942"
  • "Look through the Netherlands war archives for records of Allied bombing raids"

Filtering by Type

  • "Use search_ww2_nl_archives to show me photographs of the liberation of Rotterdam"
  • "Find personal accounts in the Dutch WW2 archives about life in concentration camps"
  • "Search the Netherlands war archives for newspaper articles about food shortages"

Specific Queries

  • "Search the Dutch WW2 archives for documents about Anne Frank's time in Amsterdam"
  • "Use search_ww2_nl_archives to find records of the February Strike of 1941"
  • "Look through the Netherlands war archives for information about Operation Market Garden"

Research Examples

  1. Personal History Research:

    Use search_ww2_nl_archives to find any records or documents about the Rosenberg family in Amsterdam between 1940-1945
    
  2. Local History:

    Search the Dutch WW2 archives for photographs and documents about daily life in Utrecht during the occupation
    
  3. Military Operations:

    Use search_ww2_nl_archives to find firsthand accounts and official reports about the Battle of the Scheldt
    

Advanced Usage

You can combine different search criteria:

Search the Netherlands WW2 archives for photographs and personal accounts of the Dutch famine in 1944-1945, limit to 20 results

API Reference

The server exposes the following MCP tool:

search_ww2_nl_archives

A powerful search tool designed to query the Oorlogsbronnen (War Sources) database for World War II related content in the Netherlands. This tool can be used to find historical documents, photographs, personal accounts, and other archival materials from 1940-1945.

When to use this tool:

  • Searching for specific historical events during WWII in the Netherlands
  • Finding information about people, places, or organizations during the war
  • Locating photographs or documents from specific time periods or locations
  • Researching personal or family history related to WWII
  • Finding primary sources about the Dutch resistance, occupation, or liberation
  • Discovering materials about Jewish life and persecution during the war
  • Researching military operations that took place in the Netherlands

Parameters:

  • query (required):

    • Type: string
    • Description: The main search term or phrase to look for in the archives
    • Can include: names, places, dates, events, or descriptive terms
    • Examples:
      • "Anne Frank"
      • "Rotterdam bombing 1940"
      • "Dutch resistance Amsterdam"
      • "Jewish deportation Westerbork"
      • "Operation Market Garden"
  • type (optional):

    • Type: string
    • Description: Filter results by specific content type
    • Available types:
      • "person": Individual biographical records
      • "photo": Historical photographs
      • "article": News articles and written documents
      • "video": Video footage
      • "object": Physical artifacts and objects
      • "location": Places and geographical records
      • "book": Published books, memoirs, and monographs
    • Use when: You need to focus on specific types of historical materials
    • Default: All types included
  • count (optional):

    • Type: number
    • Description: Number of results to return in the response
    • Minimum: 1
    • Maximum: 100
    • Default: 10
    • Use when: You need to control the volume of returned results
    • Note: Larger numbers will provide more comprehensive results but may take longer to process

Response Format:

{
  "results": [
    {
      "id": string,          // Unique identifier for the record
      "title": string,       // Title or name of the item
      "type": string,        // Content type (person, photo, article, etc.)
      "description": string, // Detailed description (if available)
      "url": string         // Direct link to view the item on Oorlogsbronnen
    }
  ]
}

Example Queries and Their Tool Calls:

  1. Basic Historical Search:
{
  query: "February Strike 1941",
  type: "article",
  count: 5
}
  1. Person Research:
{
  query: "Rosenberg family Amsterdam Jewish",
  type: "person",
  count: 20
}
  1. Photo Collection Search:
{
  query: "liberation celebrations Amsterdam Dam Square 1945",
  type: "photo",
  count: 15
}

Error Handling:

  • The tool will return an error message if:
    • The query is empty or contains invalid characters
    • The specified type is not supported
    • The count is outside the valid range (1-100)
    • The API is temporarily unavailable
    • Rate limits are exceeded

Best Practices:

  1. Start with broader searches and narrow down with specific terms
  2. Use location names to focus on specific areas
  3. Include dates when searching for specific events
  4. Combine person names with locations for family research
  5. Use type filtering to focus on specific kinds of historical materials

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Oorlogsbronnen for providing access to their valuable historical archives
  • The Model Context Protocol (MCP) community for enabling AI-powered interactions

Configuración del Servidor

{
  "mcpServers": {
    "oorlogsbronnen-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/metorial/mcp-container--r-huijts--oorlogsbronnen-mcp--oorlogsbronnen-mcp",
        "npm run start"
      ],
      "env": {}
    }
  }
}

Información del Proyecto

Autor
r-huijts
Creado el
Aug 25, 2025
Estrella
11
Idioma
TypeScript
Etiquetas
-

Oorlogsbronnen Mcp Server Inleiding De Oorlogsbronnen Mcp Server is een platform waar spelers kunnen samenkomen en deelnemen aan verschillende oorlogssimulaties en strategische spellen. Kenmerken Alternativas

Para algunas alternativas a Oorlogsbronnen Mcp Server Inleiding De Oorlogsbronnen Mcp Server is een platform waar spelers kunnen samenkomen en deelnemen aan verschillende oorlogssimulaties en strategische spellen. Kenmerken que puedas necesitar, te ofrecemos sitios divididos por categoría.

Un servidor de Protocolo de Contexto de Modelo (MCP) para las API de NASA, que proporciona una interfaz estandarizada para que los modelos de IA interactúen con la vasta gama de fuentes de datos de NASA.

Servidor MCP para el visor de conjuntos de datos de Hugging Face

Conectar cualquier dato abierto a cualquier LLM con el Protocolo de Contexto del Modelo.

Un MCP para buscar y descargar artículos académicos de múltiples fuentes como arXiv, PubMed, bioRxiv, etc.

Servidor MCP para buscar y consultar la base de datos de artículos médicos/investigación de PubMed

Un servidor MCP para buscar artículos académicos precisos.

El servidor Audiense Insights MCP es un servidor basado en el Protocolo de Contexto del Modelo (MCP) que permite a Claude y otros clientes compatibles con MCP interactuar con tu cuenta de Audiense Insights.

Ver Más >>