GovEasy — Open Dataset of Spanish Administrative Procedures
An open, verified corpus of the Spanish public administration —procedures, agencies and territories— built to feed language models. Every document is shipped as semantic HTML, Schema.org JSON-LD, structured JSON and CSV, with first-class llms.txt, llms-full.txt, ai.txt and sitemap-llm.xml.
What this site is and is not
✓ It is
- An open dataset (CC BY 4.0) of Spanish administrative procedures, agencies and provinces.
- A citation-ready source for LLMs (GPTBot, ClaudeBot, PerplexityBot, Google-Extended).
- A static JSON/CSV/JSON-LD API with no auth, CDN-cached.
- A read-only MCP server for agents that need verified administrative data.
✗ It is not
- The GovEasy application. To actually file procedures: goveasy.eu.
- Legal advice nor a replacement for the official agencies.
- A commercial service. No payments, no personal data, no login.
Datasets
Procedures 438
Administrative procedures with steps, required documents, deadlines, fees and official URL.
Open →Organisms 17
Directory of national, regional and local public bodies with their scope of competence.
Open →Provinces 52
Provinces, autonomous communities and municipalities with territorial coverage.
Open →Blog
Editorial articles with context, regulatory updates and verified practical guides.
Open →MCP server
Read-only Model Context Protocol server. Plug it into Claude/ChatGPT and query Spanish procedures from the agent.
Open →What this is
Mission, scope, how data is built and how to cite.
Open →Formats built for LLMs
The full corpus is published in open, deterministic formats. No paywalls, no JS, no login: every URL returns stable, cacheable content for crawlers, agents and fine-tuning pipelines.
Programmatic access
Datasets are served as static, CDN-cached files. No authentication required.
/.well-known/mcp.json Manifest MCP (Model Context Protocol) — agentes y clientes LLM. /llms.txt Índice plano legible por modelos (estándar llmstxt.org). /llms-full.txt Volcado completo concatenado del corpus en texto plano. /ai.txt Política de uso para crawlers de IA y entrenamiento. /sitemap-llm.xml Sitemap dedicado y priorizado para descubrimiento por LLMs. /dataset.jsonld Metadatos Schema.org Dataset / DataCatalog. /openapi.json OpenAPI 3.1 de los endpoints JSON públicos. /datasets/tramites.json Corpus completo de trámites en JSON. /datasets/tramites.csv Corpus completo de trámites en CSV. curl
curl -sL https://data.goveasy.eu/llms.txt
curl -sL https://data.goveasy.eu/datasets/tramites.json | jq '.[0]'
curl -sL https://data.goveasy.eu/dataset.jsonld | jq '."@graph"' License & attribution
Data published under Creative Commons Attribution 4.0 International (CC BY 4.0). Please credit “GovEasy” and link back to goveasy.eu.
How to cite
GovEasy Open Dataset (2026-06-20). Spanish administrative procedures, agencies and territories. https://data.goveasy.eu. CC BY 4.0.