MCP server for Turkish public procurement. Search tenders, view details, and track announcements from EKAP v2 portal.


İhale MCP is an MCP server that provides programmatic access to Turkish public procurement data from the EKAP v2 portal (ekap.kik.gov.tr - Electronic Public Procurement Platform). It offers tender search, detail viewing, and announcement tracking tools for LLM applications like Claude Desktop.
URL: https://ihalemcp.fastmcp.app/mcp
{
"mcpServers": {
"İhale MCP": {
"command": "uvx",
"args": ["--from", "git+https://github.com/saidsurucu/ihale-mcp", "ihale-mcp"]
}
}
}
uvx --from git+https://github.com/saidsurucu/ihale-mcp ihale-mcp
search_tenders(): Comprehensive tender search by date range, province, and procurement methodget_tender_details(): Full metadata including specifications and contracting authority infoget_tender_announcements(): All related announcements in Markdown formatsearch_authorities(): Search public institutions by namesearch_direct_procurements(): Direct procurement announcements (simplified procurement for smaller contracts)search_ilan_ads(): Official gazette announcements (enforcement, personnel, notifications)search_direct_procurements(
dt_type=1,
province_name="Antalya",
status_text="Direct Procurement Announcement Published",
date_start="2025-09-01"
)
MIT License
İhale MCP is open source. If your organization needs something similar for its own data sources, let's talk.