Open-source developer toolkit for Spanish building code compliance.
Normatia MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Open-source developer toolkit for Spanish building code compliance.
Normatia is a building code compliance platform for Spain's AECO sector (architecture, engineering, construction, and operations). This repository contains the open-source developer toolkit: an MCP server for AI assistants, a TypeScript SDK, API usage examples, and reusable AI skills.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Normatia is connected, these are the calls the assistant has available:
search_locations — Search Spanish geographic locations (municipalities, provinces, autonomous communities)search_codes — Search building codes and regulations by topic, scope, or tagverify_compliance — Verify if a technical value complies with regulations for a locationask — Ask natural-language questions about Spanish building regulationsEndpoint — MethodSetup — The Setup tool exposed by this serverClaude — Connect Normatia to claude.ai as a custom connector. Available on Free (limited to 1 connector), Pro, Max, Team, and EnterpriseChatGPT — Connect Normatia to ChatGPT as a custom MCP app. Available on Free, Plus, Pro, Business, and Enterprise/Edu plans. CurrentlyPrerequisites — The following clients require an API key. Get one at normatia.com/es/api. Keys use the format sk-normatia-...Cursor — The Cursor tool exposed by this serverWindsurf — The Windsurf tool exposed by this serverThe following clients require an API key. Get one at normatia.com/es/api. Keys use the format sk-normatia-....
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Normatia's toolset — search_locations, search_codes, verify_compliance and 8 more — is a fair guide to whether it matches your workflow. It is maintained by normatia; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Normatia's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| search_locations | Search Spanish geographic locations (municipalities, provinces, autonomous communities) |
| search_codes | Search building codes and regulations by topic, scope, or tag |
| verify_compliance | Verify if a technical value complies with regulations for a location |
| ask | Ask natural-language questions about Spanish building regulations |
| Endpoint | Method |
| Setup | The Setup tool exposed by this server. |
| Claude | Connect Normatia to [claude.ai](https://claude.ai) as a custom connector. Available on Free (limited to 1 connector), Pro, Max, Team, and Enterprise plans. Currently in beta. |
| ChatGPT | Connect Normatia to [ChatGPT](https://chatgpt.com) as a custom MCP app. Available on Free, Plus, Pro, Business, and Enterprise/Edu plans. Currently in beta. |
| Prerequisites | The following clients require an API key. Get one at [normatia.com/es/api](https://normatia.com/es/api). Keys use the format sk-normatia-.... |
| Cursor | The Cursor tool exposed by this server. |
| Windsurf | The Windsurf tool exposed by this server. |
{
"mcpServers": {
"normatia": {
"type": "streamable-http",
"url": "https://mcp.normatia.com/mcp",
"headers": {
"Authorization": "Bearer sk-normatia-..."
}
}
}
}Configuration as documented by the project. Restart the client after saving.
The following clients require an API key. Get one at normatia.com/es/api. Keys use the format sk-normatia-....
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.