Evlek — Northern Cyprus Property Mcp
@Evlek
About Evlek — Northern Cyprus Property Mcp
AI-native property MCP server for Northern Cyprus (KKTC). Nine read-only tools — search active listings, get the live price index, compare cities, estimate rental yield, look up KKTC legal procedures, profile districts — pulled live from evlek.app, where every listing is KYC-veri
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"evlek": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://evlek.app/api/mcp"
]
}
}
}Tools
14Search live active sale and long-term-rent listings on Evlek. Results are newest-first by default; `limit` caps returned rows and `totalMatched` reports the full match count. Returns advertised asking-price and listing facts only; not valuation, verification of property-specific claims, forecast, ranking, or recommendation.
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 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.
Calculate an illustrative long-term-rent scenario only from caller-supplied purchase price, monthly rent, occupied months, and annual operating costs. No Evlek market baseline or occupancy assumption is used; outputs are not observed income, forecasts, guarantees, or advice.
Return static editorial orientation context for a persona and optional preferences. It contains no price or yield figures and is not live listing data, a ranking, suitability finding, valuation, or recommendation.
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.
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.
Calculate one illustrative student-rent scenario from caller-supplied monthly rent and occupied months. The university only supplies location context; no Evlek rent or occupancy baseline, observed demand/income, forecast, guarantee, or advice is used.
The payment_plan identifier is retained only for compatibility. This tool 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. It does not produce a payment plan, deposit schedule, installment schedule, acquisition-cost estimate, or advice.
Return a 360° profile of one active Evlek listing by UUID: 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 is already known. Don't use for: discovery — use search_listings first.
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.
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.
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.
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.
Overview
What is Evlek — Northern Cyprus Property Mcp?
Evlek — Northern Cyprus Property Mcp is an MCP server that gives AI agents structured, real-time access to North Cyprus (KKTC) property data. It provides tools to search active listings, compare cities, estimate rental yield, look up legal procedures, get district profiles, and more. Built for any MCP‑compatible client (Claude, ChatGPT, Gemini, Cursor).
How to use Evlek — Northern Cyprus Property Mcp?
Add the server endpoint (https://evlek.app/api/mcp) to your MCP client’s configuration. For Claude Desktop, use npx -y mcp-remote with the URL; for Cursor/VS Code, add the URL directly. No local installation required – all data is fetched live from the hosted API. Prompts like “Find 2‑bedroom flats for rent in Girne under £500/month” invoke the appropriate tool automatically.
Key features of Evlek — Northern Cyprus Property Mcp
- 9 tools: search_listings, get_price_index, get_market_overview, compare_cities, get_yield_estimate, get_legal_info, suggest_neighborhood, compare_properties, get_district_profile.
- Verified listings only – every property passes KYC verification.
- Covers 6 North Cyprus cities (Girne, İskele, Lefkoşa, Gazimağusa, Güzelyurt, Lefke) and 100+ districts.
- Multilingual data (TR, EN, RU, DE, AR) exposed in English tool descriptions.
- OWASP MCP Top 10 compliant: Zod input validation, output sanitization, rate limiting (60/min/IP, 500/min global), Sentry observability.
- Production‑grade with 30‑second hard timeout and no stack trace leaks.
Use cases of Evlek — Northern Cyprus Property Mcp
- Search active listings by city, type, bedrooms, and price range.
- Compare cities side‑by‑side for investment or relocation.
- Estimate gross/net annual rental yield on a specific property.
- Get authoritative legal info on koçan types, foreign purchase rules, and PTP process.
- Match neighborhoods to buyer personas (retiree, investor, student, family, digital_nomad, vacation).
FAQ from Evlek — Northern Cyprus Property Mcp
What tools does the server expose?
Nine tools in v1.2.0: search_listings, get_price_index, get_market_overview, compare_cities, get_yield_estimate, get_legal_info, suggest_neighborhood, compare_properties, and get_district_profile. A v2.0 roadmap adds 6 more (Q2 2026).
Is the server self‑hosted or hosted?
It runs as a hosted endpoint at https://evlek.app/api/mcp. The server implementation is proprietary; this repository (manifest, docs, examples, reference clients) is open under MIT.
What data coverage does it have?
Six cities and 100+ districts of North Cyprus. Listing data is in TR and EN; currency is GBP (with TRY/USD/EUR conversion planned for v2.0).
Are there any rate limits or security measures?
Yes – per‑IP limit of 60 requests/min, global limit of 500 req/min, 30‑second hard timeout, Zod input validation, output sanitization (8‑pattern regex against prompt injection), and Sentry observability.
Does it require authentication or an API key?
No authentication is mentioned – the hosted endpoint appears to be open for any MCP client. No API key is required.
Frequently asked questions
What tools does the server expose?
Nine tools in v1.2.0: search_listings, get_price_index, get_market_overview, compare_cities, get_yield_estimate, get_legal_info, suggest_neighborhood, compare_properties, and get_district_profile. A v2.0 roadmap adds 6 more (Q2 2026).
Is the server self‑hosted or hosted?
It runs as a hosted endpoint at `https://evlek.app/api/mcp`. The server implementation is proprietary; this repository (manifest, docs, examples, reference clients) is open under MIT.
What data coverage does it have?
Six cities and 100+ districts of North Cyprus. Listing data is in TR and EN; currency is GBP (with TRY/USD/EUR conversion planned for v2.0).
Are there any rate limits or security measures?
Yes – per‑IP limit of 60 requests/min, global limit of 500 req/min, 30‑second hard timeout, Zod input validation, output sanitization (8‑pattern regex against prompt injection), and Sentry observability.
Does it require authentication or an API key?
No authentication is mentioned – the hosted endpoint appears to be open for any MCP client. No API key is required.
Basic information
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ICSS
chokcoco不止于 CSS
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments