Evlek — Northern Cyprus Property MCP Server
REMOTE · EVLEK.APP · SCANNED SEP 21
Live Northern Cyprus (KKTC/TRNC) property listings and asking-price data. Read-only, 12 tools.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security80
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability88
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1994 tokens (~83/item across 24 items; 12 tools + 12 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management68
- Stability check failed: schema churn in the 30 days we've observed: 3 tool removals, 3 breaking changes, 0 auth/transport breaks, 1 additions. See how to fix → Fail
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
- Supports UI / widget rendering.Pass
How do I install the Evlek — Northern Cyprus Property MCP Server server?
Evlek — Northern Cyprus Property MCP Server is a hosted endpoint at https://evlek.app/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · evlek.app
claude mcp add --transport http app-evlek-mcp-server 'https://evlek.app/api/mcp'
{
"mcpServers": {
"app-evlek-mcp-server": {
"url": "https://evlek.app/api/mcp"
}
}
} {
"servers": {
"app-evlek-mcp-server": {
"type": "http",
"url": "https://evlek.app/api/mcp"
}
}
} [mcp_servers.app-evlek-mcp-server] url = "https://evlek.app/api/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"app-evlek-mcp-server": {
"type": "remote",
"url": "https://evlek.app/api/mcp",
"enabled": true
}
}
} openclaw mcp add app-evlek-mcp-server --url 'https://evlek.app/api/mcp' --transport streamable-http
mcp_servers:
app-evlek-mcp-server:
url: "https://evlek.app/api/mcp" {
"McpServers": {
"app-evlek-mcp-server": {
"Transport": "http",
"Url": "https://evlek.app/api/mcp"
}
}
} assistant mcp add app-evlek-mcp-server -t streamable-http -u 'https://evlek.app/api/mcp'
{
"mcpServers": {
"app-evlek-mcp-server": {
"type": "http",
"url": "https://evlek.app/api/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 11 Sept 26 0
- Server version: 2.1.1 → 2.1.2 functional
- “search_listings” added an optional parameter “query” cosmetic
- 10 Sept 26 0
- The server rewrote its instructions, which are the text every model session reads security
- MCP protocol: Implements a current MCP spec version (2026-07-28). functional
- MCP protocol version: 2025-11-25 → 2026-07-28 functional
- Server version: 2.1.0 → 2.1.1 functional
- 8 Sept 26 −2
- Tool “get_yield_estimate” was removed ▼ security
- Tool “student_housing” was removed ▼ security
- Tool “suggest_neighborhood” was removed ▼ security
- Stability: fail → pass ▲ security
- Tool “compare_properties” rewrote its description, which is the text the model reads security
- Tool “get_listing_by_number” rewrote its description, which is the text the model reads security
- Tool “get_listing_detail” rewrote its description, which is the text the model reads security
- Tool “payment_plan” rewrote its description, which is the text the model reads security
- “compare_properties” added a required parameter “listingIds”, so existing callers break ▼ functional
- “get_listing_by_number” added a required parameter “listingNumber”, so existing callers break ▼ functional
- “get_listing_detail” added a required parameter “propertyId”, so existing callers break ▼ functional
- “compare_properties” dropped the required parameter “listing_ids” ▼ functional
- “get_listing_by_number” dropped the required parameter “listing_number” ▼ functional
- “get_listing_detail” dropped the required parameter “property_id” ▼ functional
- Tool coverage: 85% → 100% ▲ functional
- New resource “guide-neighborhood-personas” functional
- New resource “guide-universities” functional
- Server version: 1.12.0 → 2.1.0 functional
- New tool “convert_currency” functional
- “search_listings” added an optional parameter “district” cosmetic
- “search_listings” added an optional parameter “elevator” cosmetic
- “search_listings” added an optional parameter “furnished” cosmetic
- “search_listings” added an optional parameter “garden” cosmetic
- “search_listings” added an optional parameter “offset” cosmetic
- “search_listings” added an optional parameter “parking” cosmetic
- “search_listings” added an optional parameter “pool” cosmetic
- “search_listings” added an optional parameter “seaView” cosmetic
- “get_district_profile” reworded the description of “city” cosmetic
- “get_district_profile” reworded the description of “district” cosmetic
- “get_price_index” reworded the description of “city” cosmetic
- “list_locations” reworded the description of “city” cosmetic
- “search_listings” reworded the description of “city” cosmetic
- “search_listings” reworded the description of “propertyType” cosmetic
- Tool “payment_plan” changed its title: Currency Conversion Only (legacy payment_plan name) → Currency Conversion (payment-plan name reserved) cosmetic
- 31 Aug 26 +2
No change was recorded against any check on this day. Stability & Change Management went from 69 to 83.
- 26 Aug 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 24 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 62 to 65.
- 11 Aug 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 9 Aug 26 0
- Tool “get_market_overview” was removed ▼ security
- The server rewrote its instructions, which are the text every model session reads security
- Tool “compare_cities” rewrote its description, which is the text the model reads security
- Tool “compare_properties” rewrote its description, which is the text the model reads security
- Tool “get_district_profile” rewrote its description, which is the text the model reads security
- Tool “get_price_index” rewrote its description, which is the text the model reads security
- Tool “get_yield_estimate” rewrote its description, which is the text the model reads security
- Tool “list_locations” rewrote its description, which is the text the model reads security
- Tool “payment_plan” rewrote its description, which is the text the model reads security
- Tool “search_listings” rewrote its description, which is the text the model reads security
- Tool “student_housing” rewrote its description, which is the text the model reads security
- Tool “suggest_neighborhood” rewrote its description, which is the text the model reads security
- “get_yield_estimate” added a required parameter “annualOperatingCostsGBP”, so existing callers break ▼ functional
- “get_yield_estimate” added a required parameter “monthlyRentGBP”, so existing callers break ▼ functional
- “get_yield_estimate” added a required parameter “occupiedMonths”, so existing callers break ▼ functional
- “get_yield_estimate” added a required parameter “purchasePriceGBP”, so existing callers break ▼ functional
- “student_housing” added a required parameter “monthlyRentGBP”, so existing callers break ▼ functional
- “student_housing” added a required parameter “occupiedMonths”, so existing callers break ▼ functional
- “get_yield_estimate” dropped the required parameter “purchasePrice” ▼ functional
- Prompt “investment_analysis” was removed ▼ functional
- Prompt “student_rental_outlook” was removed ▼ functional
- Schema quality: 2093 → 1858 ▲ functional
- Schema quality: excellent → good functional
- New prompt “property_scenario” functional
- New prompt “student_rental_scenario” functional
- Server version: 1.10.0 → 1.12.0 functional
- “payment_plan” reworded the description of “price” cosmetic
- “get_yield_estimate” dropped the optional parameter “bedrooms” cosmetic
- “payment_plan” dropped the optional parameter “offPlan” cosmetic
- “student_housing” dropped the optional parameter “bedrooms” cosmetic
- “suggest_neighborhood” dropped the optional parameter “budgetGBP” cosmetic
- “get_yield_estimate” made “city” optional cosmetic
- Tool “get_district_profile” changed its title: Get 360° Profile for a Northern Cyprus District → Get Live Asking-Price Context for a Northern Cyprus District cosmetic
- Tool “get_yield_estimate” changed its title: Estimate Rental Yield for a Northern Cyprus Property → Build an Illustrative Long-Term Rental Scenario cosmetic
- Tool “payment_plan” changed its title: KKTC Property Payment & Currency Breakdown → Currency Conversion Only (legacy payment_plan name) cosmetic
- Tool “student_housing” changed its title: Student-Housing Rental Outlook near a KKTC University → Illustrative Student-Housing Rental Scenario cosmetic
- Tool “suggest_neighborhood” changed its title: Suggest Best Northern Cyprus Neighborhoods for a Buyer Persona → Curated Neighborhood Context by Persona cosmetic
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 21 Sept 2026 · Probed https://evlek.app/api/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=evlek.app | CN=YR1,O=Let's Encrypt,C=US | 4 Sept 2026 | 3 Dec 2026 | RSA 2048 | SHA256-RSA | 5c0fc886dfa3e28d85f4cc634336b37834d |
| SANs: evlek.app | ||||||
| CN=YR1,O=Let's Encrypt,C=US (CA) | CN=Root YR,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | RSA 2048 | SHA256-RSA | a20253f15f2691c05dc1ce13b9bcca4e |
| CN=Root YR,O=ISRG,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | RSA 4096 | SHA256-RSA | f24b6d17f9d9ad7cb1c9fea78782699f |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of evlek.app. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| app. | present | 23684 | 8 | Verified |
| evlek.app. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=31536000; includeSubDomains; preload |
| content-security-policy | default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://api.mapbox.com https://events.mapbox.com https://www.googletagmanager.com https://www.google-analytics.com https://va.vercel-scripts.com https://tracker.metricool.com https://www.clarity.ms https://*.clarity.ms; style-src 'self' 'unsafe-inline' https://api.mapbox.com; img-src 'self' data: blob: https://*.supabase.co https://*.mapbox.com https://*.googleapis.com https://*.google.com.cy https://*.doubleclick.net https://tracker.metricool.com https://*.clarity.ms https://c.bing.com https://www.google-analytics.com https://*.google-analytics.com https://analytics.google.com https://*.analytics.google.com https://www.googletagmanager.com https://www.google.com/g/collect; media-src 'self'; font-src 'self'; connect-src 'self' https://*.supabase.co wss://*.supabase.co https://tiles.openfreemap.org https://api.mapbox.com https://events.mapbox.com https://generativelanguage.googleapis.com https://www.googletagmanager.com https://www.google-anal |
| x-content-type-options | nosniff |
| x-frame-options | DENY |
| referrer-policy | strict-origin-when-cross-origin |
| permissions-policy | camera=(), microphone=(), geolocation=(self), tools=(self) |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://evlek.app/api/mcp | Verified | 200 | |
| http (plaintext) | http://evlek.app/api/mcp | HTTPS enforced | 308 | https://evlek.app/api/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
compare_cities Compare Northern Cyprus Cities Side-by-Side ~77
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.
| Name | Type | Req | Description |
|---|---|---|---|
| cities | array | yes | Cities to compare (2-4) |
| type | string | – | Sale or rent (default: sale) |
| Name | Type | Req | Description |
|---|---|---|---|
| cities | array | yes | – |
| dataAsOf | string|null | yes | – |
| dataSource | string | – | – |
| isEstimate | boolean | – | – |
| metricType | string | – | – |
| type | string | yes | – |
No examples provided.
compare_properties Compare Evlek Property Listings Side-by-Side ~95
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 `listing_ids` parameter name is still accepted as an alias of `listingIds`.
| Name | Type | Req | Description |
|---|---|---|---|
| listingIds | array | yes | Evlek listing UUIDs or listing numbers (2-4) |
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | yes | – |
| dataSource | string | – | – |
| isEstimate | boolean | – | – |
| listings | array | yes | – |
| metricType | string | – | – |
| missing | number | – | – |
No examples provided.
convert_currency Currency Conversion (GBP/EUR/USD/TRY) ~99
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.
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | – | Currency of the price (default GBP). |
| price | number | yes | Entered property asking-price amount; not a deposit or installment. |
| Name | Type | Req | Description |
|---|---|---|---|
| amounts | object | yes | – |
| dataSource | string | – | – |
| fx | object | – | – |
| inputCurrency | string | yes | – |
| priceGBP | number | yes | – |
| usesStoredRate | boolean | – | – |
No examples provided.
fetch Fetch full Evlek listing detail ~95
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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Evlek listing id (UUID) from search |
| Name | Type | Req | Description |
|---|---|---|---|
| coverImageUrl | string|null | – | – |
| id | string | yes | – |
| metadata | object | – | – |
| photos | array | – | – |
| text | string | yes | – |
| title | string | yes | – |
| url | string | yes | – |
No examples provided.
get_district_profile Get Live Asking-Price Context for a Northern Cyprus District ~122
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.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | yes | City containing the district. Slug, Turkish name, or exonym (Kyrenia/Nicosia/Famagusta/Morphou). |
| district | string | yes | District name (2-60 chars), matched accent/case-insensitively against the active-listing district list |
| Name | Type | Req | Description |
|---|---|---|---|
| askingRentToAskingPricePct | number|null | – | – |
| city | string | yes | – |
| cleanSampleTotal | number | yes | sale.count + rent.count — clean sample size (IQR outliers excluded), not raw active listings |
| dataAsOf | string|null | – | – |
| dataSource | string | – | – |
| district | string | yes | – |
| isObservedIncome | boolean | – | – |
| metricType | string | – | – |
| personaContexts | array | – | – |
| ratioMetricType | string | – | – |
| rent | object|null | – | – |
| sale | object|null | – | – |
| truncated | boolean | – | – |
No examples provided.
get_listing_by_number Get Evlek Listing by Number ~132
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 `listing_number` parameter name is still accepted as an alias of `listingNumber`.
| Name | Type | Req | Description |
|---|---|---|---|
| listingNumber | string|number | yes | Evlek listing number, e.g. "EVL-123456", "123456", or the bare number 123456. |
| Name | Type | Req | Description |
|---|---|---|---|
| amenities | array | – | – |
| areaSqm | number|null | – | – |
| bathrooms | number|null | – | – |
| bedrooms | number|null | – | – |
| city | string | – | – |
| coverImageUrl | string|null | – | – |
| currency | string | – | – |
| dataSource | string | – | – |
| district | string|null | – | – |
| factType | string | – | – |
| features | array | – | – |
| found | boolean | yes | – |
| furnished | boolean|null | – | – |
| fxRates | object|null | – | – |
| id | string | – | – |
| isEstimate | boolean | – | – |
| listedAt | string|null | – | – |
| listingNumber | number|null | – | – |
| locationPrecision | string | – | – |
| monthlyRentGbp | number|null | – | – |
| photoCount | number | – | – |
| photos | array | – | – |
| photosShown | number | – | – |
| photosTruncated | number | – | – |
| price | number | – | – |
| priceGbp | number|null | – | – |
| pricePerSqmGBP | number|null | – | – |
| title | string | – | – |
| type | string | – | – |
| url | string | – | – |
| virtualStaging | object | – | – |
No examples provided.
get_listing_detail Get Full Detail for a Single Evlek Listing ~141
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 `property_id` parameter name is still accepted as an alias of `propertyId`.
| Name | Type | Req | Description |
|---|---|---|---|
| propertyId | string | yes | Evlek listing UUID or listing number (e.g. "EVL-123456", "123456") |
| Name | Type | Req | Description |
|---|---|---|---|
| amenities | array | – | – |
| areaSqm | number|null | – | – |
| bathrooms | number|null | – | – |
| bedrooms | number|null | – | – |
| city | string | – | – |
| coverImageUrl | string|null | – | – |
| currency | string | – | – |
| dataSource | string | – | – |
| district | string|null | – | – |
| factType | string | – | – |
| features | array | – | – |
| found | boolean | yes | – |
| furnished | boolean|null | – | – |
| fxRates | object|null | – | – |
| id | string | – | – |
| isEstimate | boolean | – | – |
| listedAt | string|null | – | – |
| listingNumber | number|null | – | – |
| locationPrecision | string | – | – |
| monthlyRentGbp | number|null | – | – |
| photoCount | number | – | – |
| photos | array | – | – |
| photosShown | number | – | – |
| photosTruncated | number | – | – |
| price | number | – | – |
| priceGbp | number|null | – | – |
| pricePerSqmGBP | number|null | – | – |
| title | string | – | – |
| type | string | – | – |
| url | string | – | – |
| virtualStaging | object | – | – |
No examples provided.
get_price_index Get Northern Cyprus Price Index ~102
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.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | – | Filter to a single city (omit for all cities). Slug, Turkish name, or exonym (Kyrenia/Nicosia/Famagusta/Morphou). |
| type | string | – | Sale or rent (default: sale) |
| Name | Type | Req | Description |
|---|---|---|---|
| cities | array | yes | – |
| dataAsOf | string|null | yes | – |
| dataSource | string | – | – |
| excludedDuplicates | number|null | – | – |
| excludedNotEligible | number|null | – | – |
| excludedOutliers | number|null | – | – |
| indexEligibleListings | number|null | – | – |
| isEstimate | boolean | – | – |
| metricType | string | – | – |
| totalListings | number|null | – | – |
| type | string | yes | – |
No examples provided.
list_locations List Valid Evlek Cities and Districts ~79
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.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | – | Optional — limit districts to a single city. Slug, Turkish name, or exonym (Kyrenia/Nicosia/Famagusta/Morphou). |
| Name | Type | Req | Description |
|---|---|---|---|
| cities | array | yes | – |
| dataSource | string | – | – |
| isEstimate | boolean | – | – |
| truncated | boolean | – | – |
No examples provided.
payment_plan Currency Conversion (payment-plan name reserved) ~78
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.
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | – | Currency of the price (default GBP). |
| price | number | yes | Entered property asking-price amount; not a deposit or installment. |
| Name | Type | Req | Description |
|---|---|---|---|
| amounts | object | yes | – |
| dataSource | string | – | – |
| fx | object | – | – |
| inputCurrency | string | yes | – |
| priceGBP | number | yes | – |
| usesStoredRate | boolean | – | – |
No examples provided.
search Search Evlek property listings ~96
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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Free-text property search query |
| Name | Type | Req | Description |
|---|---|---|---|
| appliedFilters | object | – | – |
| criteria | array | – | – |
| fxRates | object|null | – | – |
| listings | array | – | – |
| nearbyAlternatives | object|null | – | – |
| outOfScope | boolean | – | – |
| results | array | yes | – |
| unresolved | array | – | – |
No examples provided.
search_listings Search Northern Cyprus Property Listings ~370
Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| bedrooms | number | – | Bedroom count (integer 0-10) |
| city | string | – | Slug, Turkish name, or exonym (Kyrenia/Nicosia/Famagusta/Morphou). |
| district | string | – | District name (e.g. Alsancak), matched accent/case-insensitively against the active-listing district list |
| elevator | boolean | – | Only listings with an elevator |
| furnished | boolean | – | Only furnished listings |
| garden | boolean | – | Only listings with a garden |
| limit | number | – | Result count (integer 1-10, default 5) |
| maxPrice | number | – | Max price in GBP |
| minPrice | number | – | Min price in GBP |
| offset | number | – | Rows to skip (pagination, default 0) |
| parking | boolean | – | Only listings with parking |
| pool | boolean | – | Only listings with a pool |
| propertyType | string | – | Raw property type (apartment, villa, …) or K75 group slug: house (villa+detached+bungalow), land, commercial |
| query | string | – | Optional free-text query (parsed like the `search` tool); merges with explicit filters below — an explicit filter wins on conflict |
| seaView | boolean | – | Only listings flagged sea_view |
| sortBy | string | – | Sort order (default: newest) |
| type | string | – | Listing type |
| Name | Type | Req | Description |
|---|---|---|---|
| appliedFilters | object | yes | – |
| count | number | yes | – |
| dataSource | string | – | – |
| factType | string | – | – |
| fxRates | object|null | – | – |
| isEstimate | boolean | – | – |
| listings | array | yes | – |
| notes | array | – | – |
| offset | number | yes | – |
| ranking | object|null | – | – |
| sortApplied | string | yes | – |
| totalMatched | number | yes | – |
No examples provided.
What is the Evlek — Northern Cyprus Property MCP Server server?
Evlek — Northern Cyprus Property MCP Server is listed in the public MCP registry as app.evlek/mcp-server. Live Northern Cyprus (KKTC/TRNC) property listings and asking-price data. Read-only, 12 tools. This page covers its hosted endpoint (https://evlek.app/api/mcp).
Is the Evlek — Northern Cyprus Property MCP Server server safe to use?
Evlek — Northern Cyprus Property MCP Server scores 85 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Evlek — Northern Cyprus Property MCP Server server expose?
Evlek — Northern Cyprus Property MCP Server exposes 12 tools: search_listings, get_price_index, compare_cities, compare_properties, get_district_profile, and 7 more. Their descriptions and schemas cost roughly 1,486 tokens of context every time the server is loaded.
Does the Evlek — Northern Cyprus Property MCP Server server require authentication?
No. We connected to Evlek — Northern Cyprus Property MCP Server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the Evlek — Northern Cyprus Property MCP Server server still maintained?
Evlek — Northern Cyprus Property MCP Server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.