mimari-ai MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mimari-ai MCP Server5 katlı binada yangın merdiveni zorunlu mu?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mimari.ai MCP Server
Turkey's first building regulations MCP server
147 regulations | 3,300+ articles | 502 architectural standards | 4 calculation tools
mimari.ai provides AI-powered access to Turkish building regulations, architectural standards, and construction calculation tools through the Model Context Protocol (MCP).
Quick Start
Remote (Recommended)
Add to your MCP client configuration:
{
"mcpServers": {
"mimari-ai": {
"url": "https://api.mimari.ai/mcp"
}
}
}Local (stdio)
pip install mimari-ai-mcp{
"mcpServers": {
"mimari-ai": {
"command": "python",
"args": ["server.py"],
"env": {
"API_BASE": "https://api.mimari.ai/api/v1"
}
}
}
}Claude Code
claude mcp add mimari-ai --url https://api.mimari.ai/mcpTools
Tool | Description | Example |
| Ask building regulation questions | "Yangın merdiveni zorunlu mu?" |
| Find architectural standards & measurements | "Minimum koridor genişliği?" |
| Calculate TAKS/KAKS/Floor Area Ratio | arsa: 500m², TAKS: 0.40 |
| Calculate parking requirements (Art. 66) | 6 daire x 90m² |
| Estimate construction costs (2026 prices) | 5 kat x 200m², Sınıf 2 |
| Calculate building violation penalties | 100m², Sınıf 3 |
| Generate architectural designs | "Modern villa cephe tasarımı" |
IDE Support
IDE | Config File | Status |
Claude Desktop |
| Full support |
Claude Code | CLI | Full support |
Cursor |
| Full support |
Windsurf |
| Full support |
VS Code (Copilot) |
| Preview |
Coverage
Regulations (147)
Planlı Alanlar İmar Yönetmeliği (PAİY)
Deprem Yönetmeliği (TBDY 2018)
Yangın Yönetmeliği (BYKHY)
Otopark Yönetmeliği
Yapı Denetimi Kanunu
Enerji Verimliliği Yönetmeliği
and 141 more...
Standards (502)
Neufert Building Design Principles
TSE Standards (TS 825, TS EN 81, etc.)
Accessibility standards
Fire protection standards
Acoustic & thermal insulation
Example Usage
Ask a regulation question
User: "5 katlı binada yangın merdiveni zorunlu mu?"
mimari-ai: "Evet, Binaların Yangından Korunması Hakkında Yönetmelik'e göre..."Calculate TAKS/KAKS
User: hesapla_taks(arsa_alani=500, taks=0.40, kaks=2.0)
mimari-ai: "Taban Alanı: 200 m², Toplam İnşaat Alanı: 1000 m², Kat Sayısı: 5"Calculate parking
User: hesapla_otopark(daireler=[{m2: 90, adet: 6}, {m2: 130, adet: 2}])
mimari-ai: "Toplam otopark ihtiyacı: 8 araçlık"Protocol
MCP Version: 2024-11-05
Transport: Streamable HTTP (remote), stdio (local)
Endpoint:
https://api.mimari.ai/mcpDiscovery:
GET https://api.mimari.ai/.well-known/mcp/server-card.json
Links
Website: mimari.ai
MCP Endpoint: api.mimari.ai/mcp
Smithery: smithery.ai
Glama: glama.ai
mcp.so: mcp.so
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/UzunGridera/mimari-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server