INDIVIDUAL MCP TOOL
send_inquiry
Send an inquiry about one listing to its agency on behalf of the user (name, email, optional phone and message).
LIVE ENDPOINT
https://namerimidom.bg/mcp/public
Connect to this endpoint to inspect the live schema for send_inquiry and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
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.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.
Related tools
search_properties— Search real estate listings for sale or rent in Bulgaria (apartments, houses, offices, land) by city, neighborhood, price range, rooms, area.get_property— Get full details of one real estate listing by id, including description, all photos, features and agency contact.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).check_new_matches— Poll a subscription for listings that appeared since the last check.list_locations— List cities and neighborhoods that have active listings, with counts.get_price_stats— Average and median asking price per m² for a city/neighborhood and property type.