Back to Home
peterdewit icon

mcp-openarchieven

Verified Safe

by peterdewit

Overview

Exposes the OpenArchieven public API as Model Context Protocol (MCP) tools for LLM agents to perform genealogical searches and data retrieval.

Installation

Run Command
docker run -d --name mcp-openarchieven -p 8010:8010 mcp-openarchieven

Security Notes

The server acts as a proxy for a public external API (OpenArchieven.nl). It uses `requests.get` with a timeout, which is good practice. Basic input validation is present for required parameters and some integer bounds. No 'eval' or similar dangerous functions were found. No hardcoded secrets were identified. On HTTP errors, `resp.text[:2000]` is logged, which is a minor potential information leak if the upstream API ever returned sensitive data in error messages, but given it's a public API, the risk is low.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-19

Tags

LLMGenealogyAPIMCPPython