app.evlek/mcp-server
Official16 toolsby Evlek
Evlek — Northern Cyprus Property MCP Server
AI-native property MCP for Northern Cyprus (KKTC/TRNC): listings, prices, legal, market data.
Property listings, pricing, legal info, and market data for Northern Cyprus.
Topics
Captured live from the server via tools/list.
search_listings
Search live property listings on Evlek. Filter by city, type (sale/rent/daily), bedrooms, and price range. Returns up to 10 matching properties with title, price, location, and direct link.
Parameters (6)
- citystring
City to filter
- typestring
Listing type
- bedroomsnumber
Bedroom count (integer 0-10)
- minPricenumber
Min price in GBP
- maxPricenumber
Max price in GBP
- limitnumber
Result count (integer 1-10, default 5)
get_price_index
Returns the live Evlek Price Index: aggregated average, median, min, max prices per city and top districts. Based on all active listings on evlek.app. Useful for market analysis and investment decisions.
Parameters (2)
- citystring
- typestring
Sale or rent (default: sale)
get_market_overview
Returns a high-level market overview for Northern Cyprus property: average rents and sale prices by major city, rental yields, investment highlights, and key facts (taxes, foreign ownership rules).
No parameters.
compare_cities
Compare 2-4 Northern Cyprus cities side-by-side with aggregated prices (avg, median, min, max), listing counts, and top districts. Useful for deciding between investment locations.
Parameters (2)
- citiesarrayrequired
Cities to compare (2-4)
- typestring
Sale or rent (default: sale)
get_yield_estimate
Calculate estimated gross and net annual rental yield for a property given its purchase price and city. Returns breakeven years and comparison to city averages.
Parameters (3)
- citystringrequired
- purchasePricenumberrequired
Purchase price in GBP
- bedroomsnumber
Bedroom count (integer 0-10)
get_legal_info
General legal/procedural routing for Northern Cyprus property topics: title deed types (koçan), foreign purchase rules, taxes, residency context, and PTP (Permission to Purchase) process. Always recommend consulting a lawyer for specific cases.
Parameters (1)
- topicstringrequired
Legal topic to retrieve
suggest_neighborhood
Given a buyer persona (retiree, investor, student, family, digital_nomad, vacation) and optional budget/preferences, return 2-3 best-matched neighborhoods with rationale. Based on Evlek expert knowledge of KKTC regional characteristics.
Parameters (3)
- personastringrequired
- budgetGBPnumber
- preferencesarray
compare_properties
Compare 2-4 active Evlek property listings side-by-side. Returns price, area, bedrooms, price-per-m², location for each, plus an automatic value insight (cheapest £/m², largest area, same-city grouping). Pass UUIDs from search_listings results.
Parameters (1)
- listing_idsarrayrequired
Evlek listing UUIDs (2-4)
get_district_profile
Returns a comprehensive profile for a single district: active listing counts (sale & rent), average/median prices, £/m², bedroom breakdown, estimated gross yield (rent/sale ratio), and matching buyer personas (retiree, investor, student, family, digital_nomad, vacation). Use after compare_cities narrows the city.
Parameters (2)
- citystringrequired
- districtstringrequired
District name (2-60 chars)
assess_title_risk
Given a KKTC title-deed (koçan) type, return a neutral risk BAND, framing notes, and verification steps. General information only — every result carries a disclaimer and recommends an independent KKTC lawyer plus a Land Registry title check. Not legal advice.
Parameters (1)
- title_deed_typestringrequired
KKTC koçan type: turk_kocan, esdeger_kocan, tahsis, foreign_title, kat_irtifak (legacy turkish/equivalent/allocation/foreign accepted).
foreign_buyer_roadmap
Step-by-step roadmap for a foreign national buying property in Northern Cyprus (KKTC), including the Permission to Purchase (PTP) process. General information only — confirm current rules with an independent KKTC lawyer. Not legal advice.
No parameters.
student_housing
Given a Northern Cyprus university (resolved from the live Evlek roster), estimate student-rental monthly rent and academic-year (9-month) vs year-round (12-month) gross income/yield, with the city yield band and a link to nearby listings. Estimates only — not financial advice.
Parameters (3)
- universitystringrequired
University name or code, matched against the live roster.
- purchasePricenumber
Optional purchase price in GBP (enables yield).
- bedroomsnumber
Bedroom count (0=studio).
payment_plan
Convert a Northern Cyprus property price across GBP/EUR/USD/TRY using live, date-stamped exchange rates (base GBP), and surface off-plan staged-payment risk warnings. General information only — confirm escrow, milestones and title transfer with an independent KKTC lawyer.
Parameters (3)
- pricenumberrequired
Property price.
- currencystring
Currency of the price (default GBP).
- offPlanboolean
True if off-plan (under construction).
get_listing_detail
Return a 360° profile of one active Evlek listing by UUID: title, description, price, location, size, amenities, features, cover image, per-photo captions and tags, and title-deed (koçan) type with its risk band. Contact details are intentionally omitted. Pass a UUID from search_listings.
Parameters (1)
- property_idstringrequired
Evlek listing UUID
search
Search live Northern Cyprus (KKTC/TRNC) property listings on Evlek with a free-text query (city, sale/rent, bedrooms). Returns matching listings as id/title/url for the fetch tool. Read-only; no contact details.
Parameters (1)
- querystringrequired
Free-text property search query
fetch
Fetch the full detail of one Evlek listing by id (from search): title, description, GBP-normalized price, location, size, amenities. Read-only; contact details intentionally omitted.
Parameters (1)
- idstringrequired
Evlek listing id (UUID) from search
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://evlek.app/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.