İhale MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_tendersC | Search Turkish government tenders from EKAP v2 portal. Tender types: 1=Mal, 2=Yapım, 3=Hizmet, 4=Danışmanlık Provinces: Use plate numbers (6=Ankara, 34=İstanbul, 35=İzmir) IKN format: YEAR/NUMBER, dates: YYYY-MM-DD |
| search_okas_codesB | Search OKAS procurement classification codes. Item types: 1=Goods, 2=Service, 3=Construction Search in Turkish descriptions for best results. |
| search_authoritiesB | Search Turkish government authorities/institutions. Find ministries, municipalities, universities for tender filtering. Search in Turkish for best results. |
| get_recent_tendersB | Get recent tenders from last N days. Convenience function for recent tender activity. |
| get_tender_announcementsC | Get all announcements for a tender with HTML-to-Markdown conversion. Returns: Ön İlan, İhale İlanı, Sonuç İlanı, İptal İlanı, etc. |
| get_tender_detailsB | Get comprehensive tender details with HTML-to-Markdown conversion. Returns: basic info, characteristics, OKAS codes, authority details, process rules, announcements summary, cancellation info if applicable. |
| search_direct_procurementsB | Search Direct Procurements (Doğrudan Temin) via EKAP (YeniIhaleAramaData.ashx, metot=dtAra). Returns: dt_no, title, authority, type, due_datetime, announcement_date, province_plate, has_announcement, has_document. |
| get_direct_procurement_detailsC | Get Direct Procurement (Doğrudan Temin) details (dtDetayGetir) using tokens. |
| search_direct_procurement_authoritiesC | Search authorities (İdare) for Direct Procurement (idareAra). Use returned 'token' as idareId. |
| search_direct_procurement_parent_authoritiesB | Search parent authorities (Üst İdare) via ustIdareAra. Pass returned 'token' to parent_authority_code (ustIdareKod). |
| search_ilan_adsA | Search Turkish government announcements and advertisements on ilan.gov.tr. Returns: public announcements, tender notices, real estate sales, notifications, government job postings, legal notices, UYAP e-sales, and other official advertisements. Categories include: Emlak, İhale Duyuruları, Tebligat ve Duyurular, Kamu-Akademik Personel, İflas Hukuku Davaları, Vasıta, UYAP E-SATIŞ (icra/mahkeme satışları), etc. Sources: BIK (Basın İlan Kurumu), UYAP (E-SATIŞ icra/mahkeme satışları) |
| get_ilan_ad_detailB | Get detailed information for a specific advertisement from ilan.gov.tr. Returns: title, content (HTML and Markdown), advertiser info, location, categories, filters, hit count, and other advertisement metadata. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Most tools have distinct purposes targeting specific resources like tenders, direct procurements, authorities, or advertisements, with clear boundaries. However, some overlap exists between search_tenders and get_recent_tenders, which could cause confusion as both relate to tender listings, though descriptions help differentiate them by recency versus comprehensive search.
Tool names follow a highly consistent verb_noun pattern throughout, such as get_direct_procurement_details, search_authorities, and get_tender_details. All tools use snake_case with clear, descriptive names, making them predictable and easy to understand for agents.
With 12 tools, the server is well-scoped for its domain of Turkish government procurement and announcements. Each tool serves a specific function, such as searching, retrieving details, or filtering, covering key aspects without being overly broad or sparse, which is appropriate for this complex domain.
The tool set provides comprehensive coverage for searching and retrieving information on tenders, direct procurements, authorities, advertisements, and classification codes, supporting core workflows. A minor gap exists in update or action-oriented tools, such as submitting bids or managing notifications, but agents can work around this with the available read-focused operations.