openarchieven-mcp-server

coret/openarchieven-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server for the Open Archives genealogical search engine.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openarchieven-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "coret/openarchieven-mcp-server"
      ]
    }
  }
}

README Excerpt

Production-grade hybrid MCP + HTTP + SSE server generated from the Open Archives OpenAPI specification. OpenAPI source used to generate tools: ``` ../api/openapi.yaml (local) https://api.openarchieven.nl/openapi.yaml (remote) ``` --- A schema-aware server that automatically converts the OpenAPI specification into callable tools and exposes them through multiple transports:

Tools (20)

ALLOWED_ORIGINSCACHE_TTLCoretLOG_LEVELNODE_ENVOPENAPI_PATHPORTRATE_LIMIT_RPSREDIS_URLUPSTREAM_BASEget_archivesget_birthsget_births_years_agoget_census_dataget_comment_statsget_deathsget_event_type_statsget_family_name_statsget_first_name_statsget_historical_weather

Topics

mcp-server