← evlek.app

INDIVIDUAL MCP TOOL

get_listing_by_number

Look up a single Evlek listing by its public listing number (e.

evlek.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://evlek.app/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_listing_by_number 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

evlek.app

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.
  • get_yield_estimate — Calculate an illustrative long-term-rent scenario only from caller-supplied purchase price, monthly rent, occupied months, and annual operating costs.
  • suggest_neighborhood — Return static editorial orientation context for a persona and optional preferences.
  • compare_properties — Compare descriptive facts from 2-4 active Evlek sale or long-term-rent listings of the same type.
  • get_district_profile — Returns source-dated active sale/long-term-rent listing counts and asking-price aggregates for one district.
  • student_housing — Calculate one illustrative student-rent scenario from caller-supplied monthly rent and occupied months.