{
  "schema_version": "2024-11-05",
  "name": "Quotrr",
  "description": "The operating system and reputation network for home-service contractors. Real verified line-item pricing, verified job outcomes, and a legible reputation Score.",
  "mcp_endpoint": "https://mcp.quotrr.com",
  "openapi_url": "https://api.quotrr.com/openapi.json",
  "auth": {
    "type": "oauth2",
    "flow": "authorization_code",
    "pkce": true,
    "authorization_url": "https://quotrr.com/oauth/authorize",
    "token_url": "https://quotrr.com/oauth/token",
    "scopes": {
      "price:read": "Read anonymized local price ranges",
      "contractors:read": "Read public contractor profiles and reputation",
      "quote:write": "Submit a quote request on a consenting homeowner's behalf",
      "review:write": "Submit a review for a verified completed job"
    }
  },
  "rate_limits": {
    "anonymous": {
      "requests_per_minute": 20,
      "daily_cost_usd": 0,
      "responses": "cached"
    },
    "verified": {
      "requests_per_minute": 600,
      "daily_cost_usd": 100
    }
  },
  "contact": "agents@quotrr.com",
  "abuse_reporting": "https://quotrr.com/abuse"
}