Analytics
mieszk.pl
Analyzes Polish property listings and estimates apartment values, mortgage capacity, district transaction prices, and side-by-side listing comparisons.
ENDPOINT 1
https://api.mieszk.pl/v1/mcp
MCP server metadata
- Name
- mieszk
- Version
- 1.0.0
Known tools 7
check_listingAnalyze a Polish property listing by URL (Otodom, Morizon, Gratka, OLX).
Inferred read-onlyestimate_valueEstimate a Polish apartment's market value from parameters (city, district, area m2, rooms) using 12-month median transaction prices from notarial deeds (RCN).
Inferred read-onlymortgage_capacityRough Polish mortgage capacity estimate from net monthly income and down payment (KNF stress buffer applied, live WIBOR).
Potential side effectsdistrict_pricesReal transaction prices for a Polish city or district: median, 25th–75th percentile range, price per m2 by room count, 12-month trend and a new-build vs older-stock split.
Inferred read-onlycompare_listingsCompare 2–3 Polish property listings side by side by total purchase cost, monthly mortgage payment and price vs real transaction medians (RCN registry).
Potential side effectssubscribe_alertsSubscribe the user to e-mail alerts about new Polish apartment listings matching their criteria (city, district, rooms, price range).
Inferred read-onlyrequest_consultationSubmit a request for a FREE consultation with an independent, licensed mortgage expert (external partner of mieszk.pl).
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.mieszk]
url = "https://api.mieszk.pl/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mieszk": {
"type": "http",
"url": "https://api.mieszk.pl/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mieszk
Remote MCP URL: https://api.mieszk.pl/v1/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": {
"mieszk": {
"url": "https://api.mieszk.pl/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mieszk": {
"type": "http",
"url": "https://api.mieszk.pl/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mieszk",
"transport": "streamable-http",
"url": "https://api.mieszk.pl/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.