Normatia MCP Server

Open-source developer toolkit for Spanish building code compliance.

Remote serverstreamable-httpPython

What is the Normatia MCP server?

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.

What you get

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.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

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 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 as a custom connector. Available on Free (limited to 1 connector), Pro, Max, Team, and Enterprise
  • ChatGPT — Connect Normatia to ChatGPT as a custom MCP app. Available on Free, Plus, Pro, Business, and Enterprise/Edu plans. Currently
  • Prerequisites — 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 server
  • Windsurf — The Windsurf tool exposed by this server

Configuration and credentials

The following clients require an API key. Get one at normatia.com/es/api. Keys use the format sk-normatia-....

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Normatia.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the normatia mcp server does with a few real requests.

Choosing this one

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.

Available tools

ToolWhat it does
search_locationsSearch Spanish geographic locations (municipalities, provinces, autonomous communities)
search_codesSearch building codes and regulations by topic, scope, or tag
verify_complianceVerify if a technical value complies with regulations for a location
askAsk natural-language questions about Spanish building regulations
EndpointMethod
SetupThe Setup tool exposed by this server.
ClaudeConnect 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.
ChatGPTConnect Normatia to [ChatGPT](https://chatgpt.com) as a custom MCP app. Available on Free, Plus, Pro, Business, and Enterprise/Edu plans. Currently in beta.
PrerequisitesThe following clients require an API key. Get one at [normatia.com/es/api](https://normatia.com/es/api). Keys use the format sk-normatia-....
CursorThe Cursor tool exposed by this server.
WindsurfThe Windsurf tool exposed by this server.

How to install the Normatia MCP 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.

Configuration

The following clients require an API key. Get one at normatia.com/es/api. Keys use the format sk-normatia-....

Example prompts to try

  • Use Normatia to search locations.
  • Use Normatia to search codes.
  • Use Normatia to verify compliance.

Frequently asked questions

It connects Normatia to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (search_locations, search_codes, verify_compliance, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Normatia directly.