← mohammademon.ca

INDIVIDUAL MCP TOOL

search_listings

Search active MLS® listings in Calgary, Airdrie, Chestermere, Cochrane and Okotoks.

mohammademon.canone authenticationAvailability not checked

LIVE ENDPOINT

https://mohammademon.ca/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_listings 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

mohammademon.ca

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.calgary-real-estate]
url = "https://mohammademon.ca/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "calgary-real-estate": {
      "type": "http",
      "url": "https://mohammademon.ca/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: calgary-real-estate
Remote MCP URL: https://mohammademon.ca/api/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": {
    "calgary-real-estate": {
      "url": "https://mohammademon.ca/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "calgary-real-estate": {
      "type": "http",
      "url": "https://mohammademon.ca/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "calgary-real-estate",
  "transport": "streamable-http",
  "url": "https://mohammademon.ca/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_listing — Get full detail for one active listing by MLS® number, including public remarks, features, lot and brokerage.
  • get_market_stats — Current CREB® market statistics: sales, inventory, months of supply, days on market and benchmark price.
  • get_neighbourhood_profile — Profile for one of 208 covered Calgary communities: quadrant, price tier, typical price range, character summary and links.
  • list_neighbourhoods — List Calgary communities, optionally filtered by quadrant, price tier or tag.
  • get_price_behaviour — Seller price-cut behaviour by Calgary community — how many listings cut price, by how much, and how quickly listings leave the market.
  • calculate_affordability — Canadian mortgage affordability using semi-annual compounding, the B-20 stress test, GDS/TDS ratios, 2026 minimum-down-payment rules and CMHC premium tiers.
  • assess_path_to_ownership — For anyone who cannot buy conventionally today: ranks every route to ownership — FHSA/HBP, secondary-suite house hacking, family co-ownership, rent-to-own, and deliberate renting — with the real risks of each.
  • assess_mortgage_assumption — Assess whether assuming an existing Canadian mortgage is worth it: interest saved over the remaining term, the cash equity gap the buyer must fund, and the blockers that stop most assumptions.