mcp-openarchieven
Verified Safeby peterdewit
Overview
Exposes the OpenArchieven public API as Model Context Protocol (MCP) tools for LLM agents to perform genealogical searches and data retrieval.
Installation
docker run -d --name mcp-openarchieven -p 8010:8010 mcp-openarchievenSecurity 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
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-openapi-server
A Model Context Protocol (MCP) server that exposes OpenAPI endpoints as MCP tools, along with optional support for MCP prompts and resources, enabling Large Language Models to interact with REST APIs.
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
knowledgebase-mcp
A standardized Model Context Protocol (MCP) server that aggregates and provides AI systems with access to diverse biomedical knowledge bases and analysis tools.