← Registry

General Tools

namerimidom.bg

Provides general-purpose tools through the Model Context Protocol.

1 endpoint7 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://namerimidom.bg/mcp/public

No auth detected

MCP server metadata

Name
namerimidom-public
Version
1.0.0
Capabilities
tools
Server instructions

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_properties

Search real estate listings for sale or rent in Bulgaria (apartments, houses, offices, land) by city, neighborhood, price range, rooms, area.

Inferred read-only
get_property

Get full details of one real estate listing by id, including description, all photos, features and agency contact.

Inferred read-only
send_inquiry

Send an inquiry about one listing to its agency on behalf of the user (name, email, optional phone and message).

Potential side effects
subscribe_to_search

Subscribe 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 effects
check_new_matches

Poll a subscription for listings that appeared since the last check.

Inferred read-only
list_locations

List cities and neighborhoods that have active listings, with counts.

Inferred read-only
get_price_stats

Average and median asking price per m² for a city/neighborhood and property type.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.