Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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

0 this week 85 Trust /100
Trust breakdown (7 categories)

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
Transport & Reachability100
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
Install

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

# add to Claude Code
claude mcp add --transport http app-evlek-mcp-server 'https://evlek.app/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "app-evlek-mcp-server": {
      "url": "https://evlek.app/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "app-evlek-mcp-server": {
      "type": "http",
      "url": "https://evlek.app/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.app-evlek-mcp-server]
url = "https://evlek.app/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-evlek-mcp-server": {
      "type": "remote",
      "url": "https://evlek.app/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add app-evlek-mcp-server --url 'https://evlek.app/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  app-evlek-mcp-server:
    url: "https://evlek.app/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "app-evlek-mcp-server": {
      "Transport": "http",
      "Url": "https://evlek.app/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add app-evlek-mcp-server -t streamable-http -u 'https://evlek.app/api/mcp'
// mcp.json
{
  "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.

Changelog

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
Diagnostics

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
MCP tools · 12 exposed · ~1,486 tokens

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 →

Tool Tokens
compare_cities ~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.

NameTypeReqDescription
citiesarrayyesCities to compare (2-4)
typestringSale or rent (default: sale)
NameTypeReqDescription
citiesarrayyes
dataAsOfstring|nullyes
dataSourcestring
isEstimateboolean
metricTypestring
typestringyes

No examples provided.

compare_properties ~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`.

NameTypeReqDescription
listingIdsarrayyesEvlek listing UUIDs or listing numbers (2-4)
NameTypeReqDescription
countnumberyes
dataSourcestring
isEstimateboolean
listingsarrayyes
metricTypestring
missingnumber

No examples provided.

convert_currency ~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.

NameTypeReqDescription
currencystringCurrency of the price (default GBP).
pricenumberyesEntered property asking-price amount; not a deposit or installment.
NameTypeReqDescription
amountsobjectyes
dataSourcestring
fxobject
inputCurrencystringyes
priceGBPnumberyes
usesStoredRateboolean

No examples provided.

fetch ~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.

NameTypeReqDescription
idstringyesEvlek listing id (UUID) from search
NameTypeReqDescription
coverImageUrlstring|null
idstringyes
metadataobject
photosarray
textstringyes
titlestringyes
urlstringyes

No examples provided.

get_district_profile ~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.

NameTypeReqDescription
citystringyesCity containing the district. Slug, Turkish name, or exonym (Kyrenia/Nicosia/Famagusta/Morphou).
districtstringyesDistrict name (2-60 chars), matched accent/case-insensitively against the active-listing district list
NameTypeReqDescription
askingRentToAskingPricePctnumber|null
citystringyes
cleanSampleTotalnumberyessale.count + rent.count — clean sample size (IQR outliers excluded), not raw active listings
dataAsOfstring|null
dataSourcestring
districtstringyes
isObservedIncomeboolean
metricTypestring
personaContextsarray
ratioMetricTypestring
rentobject|null
saleobject|null
truncatedboolean

No examples provided.

get_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`.

NameTypeReqDescription
listingNumberstring|numberyesEvlek listing number, e.g. "EVL-123456", "123456", or the bare number 123456.
NameTypeReqDescription
amenitiesarray
areaSqmnumber|null
bathroomsnumber|null
bedroomsnumber|null
citystring
coverImageUrlstring|null
currencystring
dataSourcestring
districtstring|null
factTypestring
featuresarray
foundbooleanyes
furnishedboolean|null
fxRatesobject|null
idstring
isEstimateboolean
listedAtstring|null
listingNumbernumber|null
locationPrecisionstring
monthlyRentGbpnumber|null
photoCountnumber
photosarray
photosShownnumber
photosTruncatednumber
pricenumber
priceGbpnumber|null
pricePerSqmGBPnumber|null
titlestring
typestring
urlstring
virtualStagingobject

No examples provided.

get_listing_detail ~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`.

NameTypeReqDescription
propertyIdstringyesEvlek listing UUID or listing number (e.g. "EVL-123456", "123456")
NameTypeReqDescription
amenitiesarray
areaSqmnumber|null
bathroomsnumber|null
bedroomsnumber|null
citystring
coverImageUrlstring|null
currencystring
dataSourcestring
districtstring|null
factTypestring
featuresarray
foundbooleanyes
furnishedboolean|null
fxRatesobject|null
idstring
isEstimateboolean
listedAtstring|null
listingNumbernumber|null
locationPrecisionstring
monthlyRentGbpnumber|null
photoCountnumber
photosarray
photosShownnumber
photosTruncatednumber
pricenumber
priceGbpnumber|null
pricePerSqmGBPnumber|null
titlestring
typestring
urlstring
virtualStagingobject

No examples provided.

get_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.

NameTypeReqDescription
citystringFilter to a single city (omit for all cities). Slug, Turkish name, or exonym (Kyrenia/Nicosia/Famagusta/Morphou).
typestringSale or rent (default: sale)
NameTypeReqDescription
citiesarrayyes
dataAsOfstring|nullyes
dataSourcestring
excludedDuplicatesnumber|null
excludedNotEligiblenumber|null
excludedOutliersnumber|null
indexEligibleListingsnumber|null
isEstimateboolean
metricTypestring
totalListingsnumber|null
typestringyes

No examples provided.

list_locations ~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.

NameTypeReqDescription
citystringOptional — limit districts to a single city. Slug, Turkish name, or exonym (Kyrenia/Nicosia/Famagusta/Morphou).
NameTypeReqDescription
citiesarrayyes
dataSourcestring
isEstimateboolean
truncatedboolean

No examples provided.

payment_plan ~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.

NameTypeReqDescription
currencystringCurrency of the price (default GBP).
pricenumberyesEntered property asking-price amount; not a deposit or installment.
NameTypeReqDescription
amountsobjectyes
dataSourcestring
fxobject
inputCurrencystringyes
priceGBPnumberyes
usesStoredRateboolean

No examples provided.

search ~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.

NameTypeReqDescription
querystringyesFree-text property search query
NameTypeReqDescription
appliedFiltersobject
criteriaarray
fxRatesobject|null
listingsarray
nearbyAlternativesobject|null
outOfScopeboolean
resultsarrayyes
unresolvedarray

No examples provided.

search_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.

NameTypeReqDescription
bedroomsnumberBedroom count (integer 0-10)
citystringSlug, Turkish name, or exonym (Kyrenia/Nicosia/Famagusta/Morphou).
districtstringDistrict name (e.g. Alsancak), matched accent/case-insensitively against the active-listing district list
elevatorbooleanOnly listings with an elevator
furnishedbooleanOnly furnished listings
gardenbooleanOnly listings with a garden
limitnumberResult count (integer 1-10, default 5)
maxPricenumberMax price in GBP
minPricenumberMin price in GBP
offsetnumberRows to skip (pagination, default 0)
parkingbooleanOnly listings with parking
poolbooleanOnly listings with a pool
propertyTypestringRaw property type (apartment, villa, …) or K75 group slug: house (villa+detached+bungalow), land, commercial
querystringOptional free-text query (parsed like the `search` tool); merges with explicit filters below — an explicit filter wins on conflict
seaViewbooleanOnly listings flagged sea_view
sortBystringSort order (default: newest)
typestringListing type
NameTypeReqDescription
appliedFiltersobjectyes
countnumberyes
dataSourcestring
factTypestring
fxRatesobject|null
isEstimateboolean
listingsarrayyes
notesarray
offsetnumberyes
rankingobject|null
sortAppliedstringyes
totalMatchednumberyes

No examples provided.

Common questions

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.