{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "in.fitrocket/mcp",
  "title": "Fit Rocket",
  "description": "Read your Fit Rocket dashboard, or log meals, weigh-ins, and workouts.",
  "version": "1.0.0",
  "websiteUrl": "https://fitrocket.in",
  "remotes": [{
    "type": "streamable-http",
    "url": "https://fit-rocket-proxy.usman-hafiz-awan1.workers.dev/mcp",
    "headers": [{ "name": "Authorization", "description": "Bearer <agent key>, minted in Fit Rocket Settings -> Connected agents", "isRequired": true, "isSecret": true }]
  }]
}
