{
  "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
    }
  },
  "programmatic_pages": {
    "description": "Per-trade, per-city landing pages with Service, Place, AggregateOffer, and FAQPage JSON-LD, a typical local price range, and a live verified-pros block backed by the match API.",
    "index": "https://quotrr.com/pros",
    "url_pattern": "https://quotrr.com/pros/{trade}-in-{city}",
    "example": "https://quotrr.com/pros/pool-construction-in-sacramento",
    "sitemap": "https://quotrr.com/sitemap.xml",
    "live_data": "https://api.quotrr.com/v1/match/contractors?trade={trade}&zip={zip}"
  },
  "contact": "agents@quotrr.com",
  "abuse_reporting": "https://quotrr.com/abuse"
}