INDIVIDUAL MCP TOOL
compare_properties
Use this when comparing two to four distinct property slugs already found in search.
LIVE ENDPOINT
https://nekretninenaprodaju.rs/mcp
Connect to this endpoint to inspect the live schema for compare_properties 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.nekretninenaprodaju]
url = "https://nekretninenaprodaju.rs/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nekretninenaprodaju": {
"type": "http",
"url": "https://nekretninenaprodaju.rs/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nekretninenaprodaju
Remote MCP URL: https://nekretninenaprodaju.rs/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": {
"nekretninenaprodaju": {
"url": "https://nekretninenaprodaju.rs/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nekretninenaprodaju": {
"type": "http",
"url": "https://nekretninenaprodaju.rs/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nekretninenaprodaju",
"transport": "streamable-http",
"url": "https://nekretninenaprodaju.rs/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_properties— Use this when the user wants public properties by location, budget, rooms or amenities.get_property_by_slug— Use this when the user wants details for a slug returned by search.get_locations_autocomplete— Use this when resolving a city, municipality or neighborhood to its canonical ID before searching.get_market_counts— Use this when the user asks how many active listings match explicit filters.get_property_evidence— Use this when checking the description evidence for property amenities and conflicts with recorded values.