General Tools
namerimidom.bg
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://namerimidom.bg/mcp/public
MCP server metadata
- Name
- namerimidom-public
- Version
- 1.0.0
Public real estate search for Bulgaria (sale & rent), no auth required. Call list_locations first if unsure how a city/neighborhood is spelled. If the user wants to be notified about NEW matching listings, call subscribe_to_search — it registers them (name + email) and emails every new match; then check_new_matches polls the delta. Публично търсене на имоти в България + абонамент за нови обяви по имейл.
Known tools 7
search_propertiesSearch real estate listings for sale or rent in Bulgaria (apartments, houses, offices, land) by city, neighborhood, price range, rooms, area.
Inferred read-onlyget_propertyGet full details of one real estate listing by id, including description, all photos, features and agency contact.
Inferred read-onlysend_inquirySend an inquiry about one listing to its agency on behalf of the user (name, email, optional phone and message).
Potential side effectssubscribe_to_searchSubscribe the user to a saved search: whenever a NEW listing matching these criteria appears, they get an email (and a phone push if they install the app).
Potential side effectscheck_new_matchesPoll a subscription for listings that appeared since the last check.
Inferred read-onlylist_locationsList cities and neighborhoods that have active listings, with counts.
Inferred read-onlyget_price_statsAverage and median asking price per m² for a city/neighborhood and property type.
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.namerimidom-public]
url = "https://namerimidom.bg/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"namerimidom-public": {
"type": "http",
"url": "https://namerimidom.bg/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: namerimidom-public
Remote MCP URL: https://namerimidom.bg/mcp/public
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": {
"namerimidom-public": {
"url": "https://namerimidom.bg/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"namerimidom-public": {
"type": "http",
"url": "https://namerimidom.bg/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "namerimidom-public",
"transport": "streamable-http",
"url": "https://namerimidom.bg/mcp/public"
}
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.