Skip to main content
Glama

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

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/mcp

Related MCP server: Marka Patent MCP

Tools

Tool

Description

Example

mevzuat_sor

Ask building regulation questions

"Yangın merdiveni zorunlu mu?"

standart_bul

Find architectural standards & measurements

"Minimum koridor genişliği?"

hesapla_taks

Calculate TAKS/KAKS/Floor Area Ratio

arsa: 500m², TAKS: 0.40

hesapla_otopark

Calculate parking requirements (Art. 66)

6 daire x 90m²

hesapla_maliyet

Estimate construction costs (2026 prices)

5 kat x 200m², Sınıf 2

hesapla_ceza

Calculate building violation penalties

100m², Sınıf 3

tasarim_olustur

Generate architectural designs

"Modern villa cephe tasarımı"

IDE Support

IDE

Config File

Status

Claude Desktop

claude_desktop_config.json

Full support

Claude Code

CLI claude mcp add

Full support

Cursor

~/.cursor/mcp.json

Full support

Windsurf

~/.codeium/windsurf/mcp_config.json

Full support

VS Code (Copilot)

.vscode/mcp.json

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/mcp

  • Discovery: GET https://api.mimari.ai/.well-known/mcp/server-card.json

License

MIT

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to interact with Autodesk Revit to query project data, manage elements, and execute generated code via the Model Context Protocol. It provides full compatibility with GitHub Copilot and Claude to automate BIM modeling workflows.
    13
    72
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables LLMs to search and retrieve detailed information from the Turkish Patent and Trademark Office (TÜRKPATENT) database for trademarks, patents, and industrial designs. It provides comprehensive intellectual property research tools through the Model Context Protocol.
    45
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to understand, query, and manipulate Honeybee building energy models through natural language via the Model Context Protocol.
    17
    GPL 3.0
  • A
    license
    A
    quality
    C
    maintenance
    Enables Turkish tax research, calculation, and document management using official GİB resources, including legislation search, tax computation, invoice validation, and circular drafting.
    13
    1
    MIT