Skip to main content
Glama

İhale MCP

by saidsurucu
MIT License
40
  • Apple
  • Linux

search_ilan_ads

Search Turkish government announcements and advertisements on ilan.gov.tr for tenders, job postings, real estate sales, legal notices, and official notifications.

Instructions

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ı)

Input Schema

NameRequiredDescriptionDefault
ad_type_filterNoFilter by ad type (İcra=2, İhale=3, Tebligat=4, Personel=5, UYAP_E_SATIS=UYAP e-satış)
categoryNoFilter by category
city_plateNoFilter by city plate number (1-81, e.g., 6=ANKARA, 34=İSTANBUL, 35=İZMİR). Accepts integer or string.
current_pageNoCurrent page number (1-based, affects both skip_count and currentPage parameter)
max_result_countNoMaximum number of results to return (1-50)
price_maxNoMaximum price filter (for ads with prices). Accepts integer or string.
price_minNoMinimum price filter (for ads with prices). Accepts integer or string.
publish_date_maxNoMaximum publish date (DD.MM.YYYY format, e.g., '19.09.2025')
publish_date_minNoMinimum publish date (DD.MM.YYYY format, e.g., '01.09.2025')
search_in_contentNoSearch specifically in ad content (uses 'c' parameter)
search_in_titleNoSearch specifically in ad titles (uses 't' parameter)
search_textNoText to search for in ad titles and content
skip_countNoNumber of results to skip for pagination

Input Schema (JSON Schema)

{ "properties": { "ad_type_filter": { "anyOf": [ { "enum": [ "İCRA", "İHALE", "TEBLİGAT", "PERSONEL", "UYAP_E_SATIS" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by ad type (İcra=2, İhale=3, Tebligat=4, Personel=5, UYAP_E_SATIS=UYAP e-satış)", "title": "Ad Type Filter" }, "category": { "anyOf": [ { "enum": [ "Emlak", "Vasıta", "Kamu-Akademik Personel", "İhale Duyuruları", "İflas Hukuku Davaları", "Tebligat ve Duyurular", "Endüstriyel Ürünler", "Muhtelif", "Elektronik" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by category", "title": "Category" }, "city_plate": { "anyOf": [ { "type": "integer" }, { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by city plate number (1-81, e.g., 6=ANKARA, 34=İSTANBUL, 35=İZMİR). Accepts integer or string.", "title": "City Plate" }, "current_page": { "default": 1, "description": "Current page number (1-based, affects both skip_count and currentPage parameter)", "title": "Current Page", "type": "integer" }, "max_result_count": { "default": 12, "description": "Maximum number of results to return (1-50)", "title": "Max Result Count", "type": "integer" }, "price_max": { "anyOf": [ { "type": "integer" }, { "type": "string" }, { "type": "null" } ], "default": null, "description": "Maximum price filter (for ads with prices). Accepts integer or string.", "title": "Price Max" }, "price_min": { "anyOf": [ { "type": "integer" }, { "type": "string" }, { "type": "null" } ], "default": null, "description": "Minimum price filter (for ads with prices). Accepts integer or string.", "title": "Price Min" }, "publish_date_max": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Maximum publish date (DD.MM.YYYY format, e.g., '19.09.2025')", "title": "Publish Date Max" }, "publish_date_min": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Minimum publish date (DD.MM.YYYY format, e.g., '01.09.2025')", "title": "Publish Date Min" }, "search_in_content": { "default": false, "description": "Search specifically in ad content (uses 'c' parameter)", "title": "Search In Content", "type": "boolean" }, "search_in_title": { "default": false, "description": "Search specifically in ad titles (uses 't' parameter)", "title": "Search In Title", "type": "boolean" }, "search_text": { "default": "", "description": "Text to search for in ad titles and content", "title": "Search Text", "type": "string" }, "skip_count": { "default": 0, "description": "Number of results to skip for pagination", "title": "Skip Count", "type": "integer" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saidsurucu/ihale-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server