catastro-esp-mcp
Verified Safeby metalossAI
Overview
An MCP server that provides tools to query property information from the Spanish Cadastre (Catastro) using reference numbers, geographic coordinates, or parcel codes.
Installation
uv run devSecurity Notes
The server uses `os.getenv` for all configurations, avoiding hardcoded secrets within the source code. Network requests are made via `httpx.AsyncClient` to a specific, trusted government API endpoint (`ovc.catastro.meh.es`). JSON and XML parsing is performed on responses from this API, which is generally safe given the trusted source. No 'eval', obfuscation, or directly malicious patterns were identified. Rate limiting configurations are present, which is a good practice for external API interaction. The XML parsing fallback, while functional, could be a minor concern if the input source were untrusted, but in this context, it's acceptable.
Similar Servers
gis-mcp
A Model Context Protocol (MCP) server that provides AI agents and LLMs with comprehensive GIS capabilities, enabling geospatial analysis, data gathering, and transformations through natural language.
KOLADA-MCP
Provides LLMs and AI chatbots with direct access to over 5,000 Key Performance Indicators and statistical data for all 290 Swedish municipalities and 21 regions from the Kolada API.
autoform-mcp
Serves as a Model Context Protocol (MCP) server for the Slovensko.Digital Autoform API, enabling search of Slovak corporate bodies (companies, organizations) by name or registration number (IČO/CIN).
OSM-GeoJSON-MCP-Server
This server fetches OpenStreetMap data via the Overpass API, converts it to GeoJSON format, and provides it through a Model Context Protocol (MCP) interface, with an option to save large datasets to local files.