mimari-ai MCP Server

mimari-ai MCP Server

Provides AI-powered access to Turkish building regulations, architectural standards, and construction calculation tools via the Model Context Protocol.

Category
Visit Server

README

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

Links

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured