{
  "profileId": "geargenius-frp-technician",
  "displayName": "GearGenius FRP Technician MCP",
  "version": "1.0.0",
  "preferred": true,
  "transport": "openapi-bridge",
  "openapiUrl": "https://geargenius.ai/.well-known/frp-gpt-openapi.json",
  "serverUrl": "https://geargenius.ai",
  "auth": {
    "type": "apiKeyHeader",
    "header": "X-User-Token",
    "token": "<CONNECT_TOKEN>"
  },
  "agentProfile": "technician_assistant",
  "toolAllowList": [
    "health",
    "getUserProfile",
    "listRecentJobs",
    "getStats",
    "createJob",
    "updateJobStatus",
    "estimateJob",
    "lookupDTC",
    "vehicleLookup"
  ]
}
