Bỏ qua đến nội dung chính
Back to home
AI tools-ai Tech 2 min read

Developer builds JSON wrapper and MCP for Spain's 2003 cadastre SOAP API

A developer has built a modern JSON wrapper and MCP server to simplify access to Spain's outdated 2003 cadastral SOAP API.

Tier 2 · sources 99% confidence Auto-priority
Sources prediohq.com

An independent developer has released an open-source project aimed at modernizing access to Spain's cadastral data by building a JSON wrapper and integrating the Model Context Protocol (MCP). This initiative addresses a major bottleneck for engineers, as the government's official system still operates on an obsolete SOAP API framework dating back to 2003.

Background & Origin

Spain's national cadastre system is crucial for managing and querying real estate and land registry data across the country. However, accessing this database through a two-decade-old SOAP API has been a highly frustrating experience for modern developers. The complex XML formatting and outdated security standards of SOAP make integration into modern web and mobile applications slow and error-prone.

Technical Analysis & Technology

To solve this issue, the project's author built an intermediary wrapper that translates modern JSON queries into SOAP-compliant requests for the cadastre servers, then parses the XML responses back into clean, easy-to-use JSON. A key highlight of the project is the integration of MCP, an emerging protocol that allows Large Language Models (LLMs) and AI agents to directly query, read, and interpret cadastral data autonomously without custom integration code.

Expert Opinions & Insights

The software development community on tech forums like Hacker News has praised the effort, viewing it as a prime example of bridging legacy systems with the modern AI wave. Many developers suggest that public administration agencies should adopt this model to upgrade public service APIs instead of forcing third-party developers to build temporary wrappers themselves.

Impact & Future

The project opens significant opportunities for PropTech startups in Spain and Europe to build automated valuation tools and AI-driven zoning risk analysis platforms more efficiently. It also demonstrates how MCP is steadily becoming a crucial connectivity standard between traditional databases and future artificial intelligence systems.