Ihalent MCP Server

Turkish public-tender (EKAP) award intelligence: firm histories, discounts, competition, red flags

Local serverstdioPython

What is the Ihalent MCP server?

Turkish public-tender (EKAP) award intelligence: firm histories, discounts, competition, red flags. Exposed over MCP by the ihalent mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Every public tender in Turkey ends with a Sonuç İlanı — a result notice that states the estimate, the contract price, the winner, and how many firms bid. The notices are public. They are also one at a time, unstructured, and impossible to reason across: you cannot ask EKAP "what has this company won in the last two years" or "how far below estimate does this authority actually award." ihalent turns those notices into structured records and answers exactly those questions — firm histories, discount (kırım) distributions, and competition metrics — with every number traceable back to the notice it came from.

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at ihalent on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by gulmezeren2-byte; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Ihalent's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the ihalent mcp server does with a few real requests.

How to install the Ihalent MCP server

{
  "mcpServers": {
    "ihalent": {
      "command": "uvx",
      "args": ["ihalent"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Frequently asked questions

It connects Ihalent to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Ihalent directly.