{
  "protocolVersion": "0.3.0",
  "name": "Quotrr",
  "description": "The operating system and reputation network for home-service contractors. Free to run the work: quotes from a voice note, interactive proposals with good-better-best tiers and live add-on pricing, e-sign plus deposit collection, seven-touch follow-up, verified-jobs-only reviews, and a public Quotrr Score.",
  "url": "https://quotrr.com",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Quotrr",
    "url": "https://quotrr.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://quotrr.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/html"],
  "skills": [
    {
      "id": "public-contractor-profiles",
      "name": "Public contractor profiles",
      "description": "Read a contractor's public profile: the live Quotrr Score, verified Props reviews tied to finished signed jobs, and published work history. Anonymized or contractor-published data only.",
      "tags": ["contractors", "reputation", "reviews", "home-services"]
    },
    {
      "id": "local-price-ranges",
      "name": "Local price ranges by trade",
      "description": "Anonymized local price ranges by trade and ZIP, built from verified completed jobs. Answers may be up to 24 hours stale.",
      "tags": ["pricing", "estimates", "home-services"]
    },
    {
      "id": "consent-gated-actions",
      "name": "Actions for humans, consent-gated",
      "description": "Requesting a quote on a homeowner's behalf, submitting a review, or any write to a contractor account requires a delegated, scoped, expiring token signed by the human (OAuth 2.0 with PKCE). Every action lands in the human's audit trail.",
      "tags": ["oauth", "consent", "delegated-actions"]
    }
  ],
  "links": {
    "openapi": "https://api.quotrr.com/openapi.json",
    "llms": "https://quotrr.com/llms.txt",
    "llmsFull": "https://quotrr.com/llms-full.txt",
    "sitemap": "https://quotrr.com/sitemap.xml",
    "agentsPolicy": "https://quotrr.com/.well-known/agents.json"
  }
}
