mcp-monumenten
Verified Safeby woonstadrotterdam
Overview
Enables AI assistants to check monumental status of Dutch addresses.
Installation
uvx mcp-monumentenEnvironment Variables
- MCP_LOG_LEVEL
Security Notes
The server uses f-strings to build SPARQL queries for the external Kadaster BAG LV endpoint. User inputs for street, city, postal code, house letter, and house suffix are properly enclosed in double quotes within the SPARQL query, which effectively mitigates classical SPARQL injection risks by treating inputs as literal strings. No 'eval' or other direct command execution patterns are found. The server relies on external Kadaster and RCE APIs for data, whose security is external to this codebase. No hardcoded secrets are evident, and `dotenv` is used for environment variable loading, suggesting sensitive data should be managed externally.
Similar Servers
us-census-bureau-data-api-mcp
The MCP Server provides a standardized API for AI assistants (LLMs) to access and process U.S. Census Bureau data and geography information, enabling data retrieval and analysis through an agent-like interface.
package-registry-mcp
Enables AI assistants and agents to search various package registries (NPM, Cargo, NuGet, PyPI, Go) and retrieve up-to-date package information.
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.
mcp-helm
Provides a Model Context Protocol (MCP) server for AI assistants to interact with Helm repositories and charts without requiring a local Helm installation.