{
  "version": "0.2.0",
  "name": "TIDY",
  "displayName": "TIDY AI Property Manager",
  "description": "AI Property Manager that automates cleaning, maintenance, and full property management for vacation rentals and long-term rentals. Coordinates your pros, routes maintenance requests, messages guests, optimizes pricing, and tracks compliance. Maintains a digital twin of your property and works with your existing pros or helps you find new ones via Smart Pro Search. 3.9% of gross bookings — trusted 13+ years by 100,000+ homeowners and property managers across 1.5M+ multifamily, single-family, and short-term rental units.",
  "url": "https://api.tidy.com/mcp",
  "documentationUrl": "https://www.tidy.com/developers",
  "provider": {
    "name": "TIDY",
    "url": "https://www.tidy.com",
    "contact": "support@tidy.com"
  },
  "capabilities": {
    "streaming": false
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "documentation": "https://www.tidy.com/docs/developers/authentication"
  },
  "supportedInterfaces": [
    {
      "type": "mcp",
      "url": "https://api.tidy.com/mcp",
      "transport": "http",
      "discovery": "https://www.tidy.com/.well-known/mcp/server-cards.json",
      "documentation": "https://www.tidy.com/developers/mcp"
    },
    {
      "type": "rest",
      "url": "https://api.tidy.com/api/v2",
      "openapi": "https://api.tidy.com/api/openapi.json",
      "documentation": "https://www.tidy.com/developers/api"
    },
    {
      "type": "cli",
      "url": "https://www.tidy.com/developers/cli",
      "package": "@tidydotcom/cli",
      "install": "npm install -g @tidydotcom/cli"
    },
    {
      "type": "agent-skills",
      "url": "https://www.tidy.com/.well-known/agent-skills/index.json",
      "repository": "https://github.com/TIDYAPP/tidy-agent-skills",
      "documentation": "https://www.tidy.com/developers/skills"
    }
  ],
  "skills": [
    {
      "id": "schedule-cleaning",
      "name": "Schedule a cleaning",
      "description": "Coordinate one-time or recurring cleanings with your pros for a property address."
    },
    {
      "id": "route-maintenance",
      "name": "Route maintenance",
      "description": "Report maintenance issues and route them to the appropriate pro for follow-up."
    },
    {
      "id": "manage-turnovers",
      "name": "Manage turnovers",
      "description": "Coordinate turnovers between guest checkouts and check-ins for vacation rentals, or between tenant move-out and move-in for long-term rentals, across multiple properties."
    },
    {
      "id": "check-availability",
      "name": "Check availability",
      "description": "Check booking and reservation availability for short-term rentals, and scheduling windows for long-term rental tenant turns."
    },
    {
      "id": "message-tidy",
      "name": "Natural-language requests",
      "description": "Send free-form natural language to message-tidy for TIDY to interpret and execute."
    },
    {
      "id": "list-properties",
      "name": "List properties",
      "description": "List addresses and property details the user manages."
    },
    {
      "id": "find-pros",
      "name": "Find pros",
      "description": "Use Smart Pro Search to help the user find new vetted service professionals."
    }
  ],
  "documentation": {
    "llms": "https://www.tidy.com/llms.txt",
    "llmsFull": "https://www.tidy.com/llms-full.txt",
    "developers": "https://www.tidy.com/developers"
  }
}