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

Overview
İ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.
Features
- Advanced Tender Search: 17+ Boolean filters (e-Tender, joint procurement, partial bids, foreign participation, etc.)
- Comprehensive Details: Tender specifications, CPV codes (Common Procurement Vocabulary), contracting authority info, and transaction rules
- HTML-to-Markdown Conversion: Automatic formatting for LLM processing
- Multiple Data Sources: EKAP v2 tenders and official announcements from İlan.gov.tr
- Authority & Classification Search: 72,000+ public institutions and procurement codes
Installation
Quick Setup (Remote MCP - No Installation Required)
URL: https://ihalemcp.fastmcp.app/mcp
Claude Desktop Configuration
{
"mcpServers": {
"İhale MCP": {
"command": "uvx",
"args": ["--from", "git+https://github.com/saidsurucu/ihale-mcp", "ihale-mcp"]
}
}
}
Other MCP Clients (5ire example)
uvx --from git+https://github.com/saidsurucu/ihale-mcp ihale-mcp
Tools
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)
Usage Examples
- "Search for software tenders in Istanbul from the last month"
- "List direct procurement announcements in Antalya"
- "Show open tenders from the Ministry of Health"
- "Search tenders with CPV code 48000000" (Software packages and information systems)
search_direct_procurements(
dt_type=1,
province_name="Antalya",
status_text="Direct Procurement Announcement Published",
date_start="2025-09-01"
)
License
MIT License