Skip to main content
Glama

İhale MCP

by saidsurucu
MIT License
40
  • Apple
  • Linux

search_direct_procurements

Search direct procurement notices from EKAP to find opportunities by criteria like type, location, status, and dates for bidding participation.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
authority_idNoAuthority token (İdare ID token) from idareAra
cookiesNoCookie header (Çerez) for EKAP session (optional)
date_endNoOffer due end (Teklif tarihi bitişi) YYYY-MM-DD
date_startNoOffer due start (Teklif tarihi başlangıcı) YYYY-MM-DD
dt_noNoDT reference (DT No) combined, e.g., 25DT1493794
dt_numberNoDT number (DT Sayı), e.g., 1493794
dt_typeNoDT type (Doğrudan Temin Türü): 1=Goods (Mal), 2=Construction (Yapım), 3=Service (Hizmet), 4=Consultancy (Danışmanlık)
e_price_offerNoE-Price Offer (E-Fiyat Teklifi) eihale
order_byNoSort key (Sıralama): e.g., 10=DT No desc
page_indexNoPage index (Sayfa indeksi) 1-n
parent_authority_codeNoParent Authority (Bağlı Olduğu Üst İdare) ustIdareKod
province_nameNoAuthority province name (İl adı), e.g., 'Antalya'
province_plateNoAuthority province plate (İl plaka kodu) 1-81. Accepts integer or string.
scope_idNoScope ID (Doğrudan Temin Kapsamı): 101/102/103
scope_textNoScope text (Kapsam), e.g., 'Within Law 4734 (4734 Kapsamında)'
search_textNoSearch term for Direct Procurement (Doğrudan Temin)
status_idNoStatus ID (Doğrudan Temin Durumu): 202,3,4,5,15
status_textNoStatus text (Durum), e.g., 'Bids Under Evaluation (Teklifler Değerlendiriliyor)'
top_authority_codeNoTop Authority (Bağlı Olduğu En Üst İdare) enUstIdareKod
yearNoDT year (Yıl), e.g., 2025 (API uses two digits)

Input Schema (JSON Schema)

{ "properties": { "authority_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Authority token (İdare ID token) from idareAra", "title": "Authority Id" }, "cookies": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Cookie header (Çerez) for EKAP session (optional)", "title": "Cookies" }, "date_end": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Offer due end (Teklif tarihi bitişi) YYYY-MM-DD", "title": "Date End" }, "date_start": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Offer due start (Teklif tarihi başlangıcı) YYYY-MM-DD", "title": "Date Start" }, "dt_no": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "DT reference (DT No) combined, e.g., 25DT1493794", "title": "Dt No" }, "dt_number": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "DT number (DT Sayı), e.g., 1493794", "title": "Dt Number" }, "dt_type": { "anyOf": [ { "enum": [ 1, 2, 3, 4 ], "type": "integer" }, { "type": "null" } ], "default": null, "description": "DT type (Doğrudan Temin Türü): 1=Goods (Mal), 2=Construction (Yapım), 3=Service (Hizmet), 4=Consultancy (Danışmanlık)", "title": "Dt Type" }, "e_price_offer": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "E-Price Offer (E-Fiyat Teklifi) eihale", "title": "E Price Offer" }, "order_by": { "default": 10, "description": "Sort key (Sıralama): e.g., 10=DT No desc", "title": "Order By", "type": "integer" }, "page_index": { "default": 1, "description": "Page index (Sayfa indeksi) 1-n", "title": "Page Index", "type": "integer" }, "parent_authority_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Parent Authority (Bağlı Olduğu Üst İdare) ustIdareKod", "title": "Parent Authority Code" }, "province_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Authority province name (İl adı), e.g., 'Antalya'", "title": "Province Name" }, "province_plate": { "anyOf": [ { "type": "integer" }, { "type": "string" }, { "type": "null" } ], "default": null, "description": "Authority province plate (İl plaka kodu) 1-81. Accepts integer or string.", "title": "Province Plate" }, "scope_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Scope ID (Doğrudan Temin Kapsamı): 101/102/103", "title": "Scope Id" }, "scope_text": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Scope text (Kapsam), e.g., 'Within Law 4734 (4734 Kapsamında)'", "title": "Scope Text" }, "search_text": { "default": "", "description": "Search term for Direct Procurement (Doğrudan Temin)", "title": "Search Text", "type": "string" }, "status_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Status ID (Doğrudan Temin Durumu): 202,3,4,5,15", "title": "Status Id" }, "status_text": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Status text (Durum), e.g., 'Bids Under Evaluation (Teklifler Değerlendiriliyor)'", "title": "Status Text" }, "top_authority_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Top Authority (Bağlı Olduğu En Üst İdare) enUstIdareKod", "title": "Top Authority Code" }, "year": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "DT year (Yıl), e.g., 2025 (API uses two digits)", "title": "Year" } }, "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