Open Archives MCP Server

Production-grade hybrid MCP + HTTP + SSE server generated from the Open Archives OpenAPI specification. Covers genealogical records (births, deaths, marriages, censuses), archive statistics, historical weather, and full-text page transcriptions of historical documents. It is available as a remote MCP endpoint.

Teams that want a hosted search endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-31 · ★ 2 · #42 OF 47 MAINTAINED SEARCH · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Open Archives

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add coret-openarchieven-mcp-server --transport http https://mcp.openarchieven.nl/

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "coret-openarchieven-mcp-server": {
      "url": "https://mcp.openarchieven.nl/"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.openarchieven.nl/

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.openarchieven.nl

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.coret is GitHub-verified and matches the repo owner

03 · Who maintains Open Archives

Open Archives is maintained by coret. It's the only MCP server we track from this author; the repo dates to Apr 2026.

04 · Facts

category
search - ranked #42 of 47 actively-maintained search servers as of 2026-08-25.
registry
io.github.coret/openarchieven-mcp-server (active, first published 2026-04-25 · 2 versions)

05 · Open Archives FAQ

What is Open Archives?

Production-grade hybrid MCP + HTTP + SSE server generated from the Open Archives OpenAPI specification. Covers genealogical records (births, deaths, marriages, censuses), archive statistics, historical weather, and full-text page transcriptions of historical documents. It is available as a remote MCP endpoint.

Is Open Archives still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-31. We re-verify nightly.

How do I install Open Archives?

Run `claude mcp add coret-openarchieven-mcp-server --transport http https://mcp.openarchieven.nl/`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Open Archives require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to Open Archives