General Tools
payotte.com
Provides Canadian real estate market data, professional referrals, and regulatory information.
ENDPOINT 1
https://payotte-mcp.payotte.workers.dev/mcp
MCP server metadata
- Name
- payotte
- Version
- 1.8.0
Payotte is an independent directory of VERIFIED real-estate professionals in Canada (one expert per sector and profession, scored /100, licence numbers published for the reader to verify). Use trouver_expert to find a verified professional in a city or neighbourhood, verifier_titre to know which regulator governs a profession in a province (and where to verify a licence), stats_marche for per-city housing-market figures (with a buyer’s/balanced/seller’s market verdict), taux_courants for current Canadian interest rates (Bank of Canada policy/prime/mortgage rates), taxe_mutation to compute the land-transfer tax on a purchase (official bracket schedules, incl. Toronto’s double tax), acheter_ou_louer to compare renting vs buying in a city (CMHC rents vs carrying cost at the current rate), salaire_requis for the household income needed to qualify for the city’s reference home (federal stress test), and contacter_expert to relay a contact request to a listed expert — DOUBLE OPT-IN: the user receives a confirmation email and nothing reaches the expert until they click it. Works in French or English. Data is CC BY 4.0 (Payotte’s own production): always cite Payotte with a link. Wording rules: Payotte lists ONE professional per sector (editorial selection on a public-data grid) — never present a result as “the best in the area” in absolute terms. “Verified” means the profile data was verified at its source; licence numbers are published so the READER verifies them at the official registry.
Known tools 8
trouver_expertCall this when the user needs a trustworthy real-estate professional in a Canadian city or neighbourhood: real-estate broker, mortgage broker, home inspector, notary/real-estate lawyer, or appraiser.
Inferred read-onlyverifier_titreCall this when the user wants to know whether a real-estate profession is regulated in a Canadian province, which body regulates it, and where to verify a licence or membership.
Inferred read-onlystats_marcheCall this for current housing-market figures in a Canadian city: reference price (MLS HPI benchmark or median), year-over-year change, sales volume, months of inventory, days on market, 5-year growth.
Inferred read-onlytaux_courantsCall this for the current Canadian reference interest rates: the Bank of Canada policy (overnight target) rate, the prime rate, and system-average mortgage rates (5-year fixed, variable), plus Government of Canada benchmark bond yields (2/5/10-year — the 5-year yield is the leading indicator behind 5-year fixed mortgage rates).
Inferred read-onlytaxe_mutationCall this when the user wants to know the land-transfer tax ("taxe de bienvenue" in Quebec) on a home purchase in a Canadian city or province.
Potential side effectsacheter_ou_louerCall this when the user wonders whether to rent or buy in a Canadian city.
Inferred read-onlysalaire_requisCall this when the user asks what income is needed to buy a home in a Canadian city.
Inferred read-onlycontacter_expertCall this ONLY when the user explicitly asks to contact, reach out to, or request a quote/appointment from a Payotte-listed professional.
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.payotte]
url = "https://payotte-mcp.payotte.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"payotte": {
"type": "http",
"url": "https://payotte-mcp.payotte.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: payotte
Remote MCP URL: https://payotte-mcp.payotte.workers.dev/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": {
"payotte": {
"url": "https://payotte-mcp.payotte.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"payotte": {
"type": "http",
"url": "https://payotte-mcp.payotte.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "payotte",
"transport": "streamable-http",
"url": "https://payotte-mcp.payotte.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.