{
  "name": "DriveDecision",
  "description": "Vehicle TCO comparison, reliability data, and cost analysis. Aggregates 64 years of NHTSA complaint data, EPA fuel economy, insurance, and maintenance costs.",
  "url": "https://drivedecision.smarttechinvest.com",
  "servers": [
    {
      "name": "drivedecision",
      "transport": "stdio",
      "package": "@smarttechnologyinvestments/drivedecision-mcp",
      "install": "npx @smarttechnologyinvestments/drivedecision-mcp",
      "repository": "https://drivedecision.smarttechinvest.com/.well-known/mcp.json",
      "tools": ["calculate_tco", "compare_vehicles", "get_recommendation", "list_makes"],
      "authentication": {
        "type": "api_key",
        "header": "x-api-key",
        "signup_url": "https://drivedecision.smarttechinvest.com/dashboard/api-keys"
      }
    }
  ],
  "api": {
    "openapi": "https://drivedecision.smarttechinvest.com/openapi.json",
    "base_url": "https://drivedecision.smarttechinvest.com/api"
  }
}
