Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Turkiye Firma

FreeNot checked

MCP server for searching Turkish businesses, places & mosques — powered by KolayKaydet.com.tr (580K+ businesses, 90K+ mosques)

GitHubEmbed

About

MCP server for searching Turkish businesses, places & mosques — powered by KolayKaydet.com.tr (580K+ businesses, 90K+ mosques)

README

An MCP server for searching Turkish businesses, places and mosques — powered by KolayKaydet.com.tr, Turkey's local business & places directory (580,000+ businesses, 90,000+ mosques across all 81 provinces).

🇹🇷 Türkiye genelindeki işletmeleri ve camileri arayan bir MCP server — KolayKaydet.com.tr veritabanını kullanır.

Tools

Tool Description
search_companies Search 580K+ businesses by name, city and/or category
get_company_details Get full details for a business by its KolayKaydet slug
search_mosques Search 90K+ mosques by city/district and attributes (historic, selatin, wheelchair-accessible, etc.)
list_cities List all cities with their registered business counts

Every result includes a canonical url pointing to a live KolayKaydet.com.tr profile page.

Connecting to the hosted server

This server is hosted at https://mcp.kolaykaydet.com.tr/mcp (Streamable HTTP transport, stateless — no session/auth required for read-only search).

If you're deploying your own instance, replace this URL with your own domain.

Claude / Claude Code (.mcp.json or claude mcp add):

{
  "mcpServers": {
    "turkiye-firma": {
      "url": "https://mcp.kolaykaydet.com.tr/mcp"
    }
  }
}

Cursor / other MCP clients: point to the same URL using the Streamable HTTP transport.

Running it yourself

git clone https://github.com/fsakbas/turkiye-firma-mcp
cd turkiye-firma-mcp
npm install
DATABASE_URL=postgres://... npm start

Requires a DATABASE_URL pointing to a KolayKaydet-schema Postgres database (this repo does not include the data — see KolayKaydet.com.tr and the companion open mosque dataset for the underlying data).

Why this exists

KolayKaydet.com.tr maintains one of the largest structured directories of Turkish businesses and mosques. This server exposes that data to AI agents and assistants directly, so they can answer location/business questions about Turkey with real, current, sourced data instead of guessing — with every answer traceable back to a canonical source page.

License

MIT — see LICENSE.

from github.com/fsakbas/turkiye-firma-mcp

Installing Turkiye Firma

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/fsakbas/turkiye-firma-mcp

FAQ

Is Turkiye Firma MCP free?

Yes, Turkiye Firma MCP is free — one-click install via Unyly at no cost.

Does Turkiye Firma need an API key?

No, Turkiye Firma runs without API keys or environment variables.

Is Turkiye Firma hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Turkiye Firma in Claude Desktop, Claude Code or Cursor?

Open Turkiye Firma on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Turkiye Firma with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs