Analytics
evlek.app
Provides real estate market analysis and property search for Northern Cyprus.
ENDPOINT 1
https://evlek.app/api/mcp
MCP server metadata
- Name
- evlek-mcp
- Version
- 1.12.0
Evlek MCP provides live Northern Cyprus (KKTC/TRNC) property data. Use search_listings for current sale and long-term rental matches, and get_price_index for aggregated market data. All data is sourced from evlek.app.
Known tools 14
get_price_indexReturns source-dated aggregates of live active Evlek sale or long-term-rent asking prices.
Inferred read-onlycompare_citiesCompare source-dated live active-listing asking-price aggregates across 2-4 Northern Cyprus cities.
Inferred read-onlyget_yield_estimateCalculate an illustrative long-term-rent scenario only from caller-supplied purchase price, monthly rent, occupied months, and annual operating costs.
Potential side effectssuggest_neighborhoodReturn static editorial orientation context for a persona and optional preferences.
Inferred read-onlycompare_propertiesCompare descriptive facts from 2-4 active Evlek sale or long-term-rent listings of the same type.
Inferred read-onlyget_district_profileReturns source-dated active sale/long-term-rent listing counts and asking-price aggregates for one district.
Inferred read-onlystudent_housingCalculate one illustrative student-rent scenario from caller-supplied monthly rent and occupied months.
Inferred read-onlyget_listing_detailReturn 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).
Inferred read-onlysearchSearch live Northern Cyprus (KKTC/TRNC) property listings on Evlek with a free-text query.
Inferred read-onlyfetchFetch the full detail of one Evlek listing by id (from search): title, description, GBP-normalized price, location, size, amenities.
Inferred read-onlylist_locationsReturn canonical KKTC city slugs plus districts represented by active Evlek sale or long-term-rent listings.
Inferred read-onlyget_listing_by_numberLook up a single Evlek listing by its public listing number (e.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.evlek-mcp]
url = "https://evlek.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"evlek-mcp": {
"type": "http",
"url": "https://evlek.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: evlek-mcp
Remote MCP URL: https://evlek.app/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"evlek-mcp": {
"url": "https://evlek.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"evlek-mcp": {
"type": "http",
"url": "https://evlek.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "evlek-mcp",
"transport": "streamable-http",
"url": "https://evlek.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for evlek.app was fetched 2026-07-26T19:37:11.337Z and is being refreshed.
evlek.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.