INDIVIDUAL MCP TOOL
get_district_profile
Returns source-dated active sale/long-term-rent listing counts and asking-price aggregates for one district.
LIVE ENDPOINT
https://evlek.app/api/mcp
Connect to this endpoint to inspect the live schema for get_district_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_listings— Search live active sale and long-term-rent listings on Evlek.get_price_index— Returns source-dated aggregates of live active Evlek sale or long-term-rent asking prices.compare_cities— Compare source-dated live active-listing asking-price aggregates across 2-4 Northern Cyprus cities.compare_properties— Compare descriptive facts from 2-4 active Evlek sale or long-term-rent listings of the same type.convert_currency— 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.payment_plan— Currently returns currency conversion only.get_listing_detail— 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).search— Search live Northern Cyprus (KKTC/TRNC) property listings on Evlek with a free-text query.