MCP server for Canadian real estate agents. 16 read-only tools covering transactions, pipeline deals, CRM clients, expenses, mileage tracking, income forecasts, Runway Score (business health grade), and Canadian income tax estimates for all 13 provinces/territories. Streamable HTTP transport with Bearer token auth.
Server Config
{
"mcpServers": {
"agent-runway": {
"url": "https://wlxkvnbncfzkmxzexgxt.supabase.co/functions/v1/mcp-server",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer <your-supabase-access-token>"
}
}
}
}