# mimari-ai

Turkey Building Regulations & Architectural Standards AI Assistant. 147 regulations, 502 standards, 3300+ articles. 4 calculation tools (TAKS/KAKS, parking, cost, penalties).

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add fabrecamimarlik/mimari-ai

# Browse available tools
npx -y @smithery/cli@latest tool list fabrecamimarlik/mimari-ai

# Get full schema for a tool
npx -y @smithery/cli@latest tool get fabrecamimarlik/mimari-ai mevzuat_sor

# Call a tool
npx -y @smithery/cli@latest tool call fabrecamimarlik/mimari-ai mevzuat_sor '{}'
```

## Direct MCP Connection

Endpoint: `https://mimari-ai--fabrecamimarlik.run.tools`

## Tools (7)

- `mevzuat_sor` — Türkiye yapı mevzuatı hakkında soru sorun. 147 yönetmelik, 346 wiki sayfası ve 3300+ madde içinde arama yapar.
- `standart_bul` — Mimari standartlar ve ölçü bilgisi arayın. 502 standart sayfası: Neufert, TSE, Planlı Alanlar İmar Yönetmeliği.
- `hesapla_taks` — TAKS/KAKS/Emsal hesaplama. En az 2 parametre girin: taks+kaks, taks+kat_sayisi veya kaks+kat_sayisi.
- `hesapla_otopark` — Otopark ihtiyacı hesaplama (İmar Yönetmeliği Madde 66).
- `hesapla_maliyet` — İnşaat maliyet tahmini (2026 Bakanlık birim fiyatları).
- `hesapla_ceza` — İmar Kanunu 42. Madde para cezası hesaplama (2026 birim fiyatları).
- `tasarim_olustur` — AI ile mimari tasarım oluşturma. mimari.ai Tasarım moduna yönlendirir.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get fabrecamimarlik/mimari-ai <tool-name>
```
