Evlek — Northern Cyprus Property MCP Server
OfficialServer 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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_listingsA | Search live active sale and long-term-rent listings on Evlek. Results are newest-first by default; |
| get_price_indexA | Returns source-dated aggregates of live active Evlek sale or long-term-rent asking prices. Descriptive listing facts only: not completed transactions, a valuation, a forecast, or an investment recommendation. |
| compare_citiesA | Compare source-dated live active-listing asking-price aggregates across 2-4 Northern Cyprus cities. Descriptive listing facts only; not transaction prices, valuation, forecast, ranking, or investment advice. |
| compare_propertiesA | Compare descriptive facts from 2-4 active Evlek sale or long-term-rent listings of the same type. Shows advertised asking price, size and £/m² differences without making a value, suitability, appraisal, or investment judgment. The legacy |
| get_district_profileA | Returns source-dated active sale/long-term-rent listing counts and asking-price aggregates for one district. Any rent-to-price percentage is a derived asking-price ratio, not observed income, net yield, valuation, forecast, ranking, or recommendation. |
| convert_currencyA | Converts an entered property asking-price amount across GBP/EUR/USD/TRY when complete, valid, fresh, date-stamped stored FX rates are available; otherwise it fails closed without amounts. Currency conversion only: no payment plan, deposit schedule, installment schedule, acquisition-cost estimate, or advice. |
| payment_planA | Currently returns currency conversion only. A real installment/payment-schedule tool is planned under this name; until then it does not produce a payment plan, deposit schedule, or acquisition-cost estimate. |
| get_listing_detailA | Return a 360° profile of one active Evlek listing by UUID or listing number: title, description, price, location, size, amenities, features, cover image, per-photo captions/tags, and AI virtual-staging before/after pairs (always AI-disclosed). Contact details omitted. Use when: a UUID or listing number is already known. Don't use for: discovery — use search_listings first. The legacy |
| searchA | Search live Northern Cyprus (KKTC/TRNC) property listings on Evlek with a free-text query. Returns matching listings as id/title/url for the fetch tool. Same data as search_listings — this fixed form exists for the ChatGPT/OpenAI connector contract. Use when: the caller only has a free-text query. Don't use for: structured filters — use search_listings. |
| fetchA | Fetch the full detail of one Evlek listing by id (from search): title, description, GBP-normalized price, location, size, amenities. Same data as get_listing_detail — this fixed id-only form exists for the ChatGPT/OpenAI connector contract. Use when: an id from search is known. Don't use for: discovery — use search first. |
| list_locationsA | Return canonical KKTC city slugs plus districts represented by active Evlek sale or long-term-rent listings. Live inventory-location facts only; holiday-home inventory remains unavailable. |
| get_listing_by_numberA | Look up a single Evlek listing by its public listing number (e.g. "EVL-123456", "123456", or a bare number) and return its full detail — same shape as get_listing_detail. Use when: a listing number is known. Don't use for: UUID lookups — use get_listing_detail. The legacy |
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
Several tools have overlapping boundaries: `search` and `search_listings` serve the same data, `fetch`, `get_listing_detail`, and `get_listing_by_number` are all single-listing detail retrievers with subtle ID-type differences, and `payment_plan` currently duplicates `convert_currency`'s behavior. Descriptions help, but the distinctions are easy to get wrong.
Most tool names follow a consistent `verb_noun` snake_case pattern (`search_listings`, `compare_cities`, `convert_currency`, `list_locations`). `search` and `fetch` are bare verbs and `payment_plan` is a noun phrase, which are minor deviations from an otherwise readable set.
Twelve tools is a reasonable count for a property-data server, but a few tools are redundant (`search`, `fetch`, `get_listing_by_number`) or placeholder (`payment_plan`), so the set is slightly over-inclusive rather than tightly scoped.
The read-only property domain is well covered: listing search, detailed retrieval, price aggregates, city/district comparisons, currency conversion, and location inventory all exist. The main gaps are the promised payment-plan functionality that is not yet implemented and unavailability of holiday-home inventory, but core workflows succeed.