eCommerce
bozfix.com
Provides tools for discovering, pricing, and requesting home maintenance and repair services from verified local tradespeople in Antalya.
ENDPOINT 1
https://bozfix.com/api/mcp.php
MCP server metadata
- Name
- bozfix
- Version
- 1.0.0
BOZFIX, Antalya'nın kullanımı ÜCRETSİZ usta-bulma platformudur. Kullanıcının bir ustaya (elektrikçi, tesisatçı, klima, boya vb.) ihtiyacı olduğunda: (1) kategoriler ile doğru hizmet türünü bul, (2) gerekiyorsa usta_ara ile puanı yüksek onaylı ustaları göster, (3) fiyat_tahmini ile gerçek işlere dayalı aralık ver, (4) kullanıcı isterse ve ad+telefon+ilçe onayını verirse talep_olustur ile talebi aç. Talep açılınca ustalar teklif verir ve müşteriyi verdiği telefondan doğrudan arar. BOZFIX komisyon almaz, ödeme almaz; taraflar doğrudan anlaşır.
Known tools 8
kategorilerBOZFIX'teki aktif hizmet kategorilerini (elektrikçi, tesisatçı, klima, boya.
Inferred read-onlyfiyat_tahminiBir kategori/ilçe için, tamamlanmış GERÇEK işlere dayalı tahmini fiyat aralığını (TRY) döner.
Inferred read-onlytalep_taslak_olusturKullanıcının anlattığı soruna göre bir talep TASLAĞI hazırlar ve KISA LİNK (/t/{kod}) döner.
Inferred read-onlytalep_durumDaha önce açılmış bir talebin durumunu ve gelen teklif özetini (kaç teklif, fiyat aralığı) döner.
Inferred read-onlybolge_kapsamaBir Antalya ilçesinde (opsiyonel kategori ile) BOZFIX'te kaç ONAYLI usta hizmet verdiğini DÜRÜSTÇE söyler: iyi kapsama / zayıf / henüz yok.
Inferred read-onlyrandevu_musaitlikBir ONAYLI ustanın belirli bir GÜNDE dolu olduğu (randevu/meşgul) saatleri döner — ajan kullanıcıya "şu saatler dolu, diğerleri uygun olabilir" diyebilir.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bozfix]
url = "https://bozfix.com/api/mcp.php"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bozfix": {
"type": "http",
"url": "https://bozfix.com/api/mcp.php"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bozfix
Remote MCP URL: https://bozfix.com/api/mcp.php
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bozfix": {
"url": "https://bozfix.com/api/mcp.php"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bozfix": {
"type": "http",
"url": "https://bozfix.com/api/mcp.php"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bozfix",
"transport": "streamable-http",
"url": "https://bozfix.com/api/mcp.php"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.