{
  "name": "lavo-crm",
  "title": "Lavo CRM",
  "description": "Model Context Protocol server for Lavo CRM, pressure washing CRM and quoting software. Lets AI agents read and operate customers, quotes, jobs, visits, invoices, and reporting for a connected Lavo CRM account.",
  "documentation": "https://lavocrm.com/mcp",
  "manifest": "https://lavocrm.com/mcp-manifest.json",
  "website": "https://lavocrm.com",
  "provider": {
    "name": "Fiat Software LLC",
    "url": "https://lavocrm.com"
  },
  "servers": [
    {
      "type": "streamable-http",
      "url": "https://api.lavocrm.com/functions/v1/mcp",
      "auth": {
        "type": "oauth2.1",
        "dynamic_client_registration": true,
        "issuer": "https://ikisxgnworeueyqydtox.supabase.co/auth/v1",
        "alternatives": [
          {
            "type": "bearer",
            "header": "Authorization",
            "description": "Personal access token generated inside Lavo CRM under Integrations > LavoLink."
          }
        ]
      }
    }
  ]
}
