{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {
    "name": "locanoo-gestion-logiciel",
    "title": "Locanoo : Gestion & Logiciel",
    "version": "0.1.0",
    "websiteUrl": "https://locanoo.ca",
    "iconUrl": "https://locanoo.ca/favicon.ico",
    "description": "Read-only tools for a Locanoo landlord account: buildings (immeubles), leases (baux) and rent payments for the signed-in user."
  },
  "protocolVersion": "2025-06-18",
  "instructions": "Read-only tools for a Locanoo landlord account: list buildings (immeubles), leases (baux) and rent payments for the signed-in user.",
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://bionzpwywcqznnrtkqyq.supabase.co/functions/v1/mcp"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://bionzpwywcqznnrtkqyq.supabase.co/functions/v1/mcp"
    }
  ],
  "authentication": {
    "type": "oauth2",
    "scheme": "bearer",
    "protectedResourceMetadata": "https://bionzpwywcqznnrtkqyq.supabase.co/functions/v1/mcp/.well-known/oauth-protected-resource",
    "authorizationServers": ["https://bionzpwywcqznnrtkqyq.supabase.co/auth/v1"],
    "scopesSupported": ["openid", "profile", "email", "offline_access"],
    "registrationEndpoint": "https://bionzpwywcqznnrtkqyq.supabase.co/auth/v1/oauth/clients/register",
    "authMdUrl": "https://locanoo.ca/auth.md"
  },
  "documentationUrl": "https://locanoo.ca/documentation",
  "privacyPolicyUrl": "https://locanoo.ca/politique-confidentialite",
  "termsOfServiceUrl": "https://locanoo.ca/conditions-utilisation"
}
