{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.tomorrowcentral/aws-cloud-cost-sentinel",
  "title": "Tomorrow Central: Cloud Cost Sentinel",
  "description": "Read-only AWS cost analysis: find idle and underutilized resources, with evidence.",
  "version": "1.0.0",
  "websiteUrl": "https://tomorrowcentral.com/agents",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.tomorrowcentral.com/mcp",
      "headers": [
        {
          "name": "X-Api-Key",
          "description": "A Tomorrow Central API key (tc_sk_...). Create one at https://tomorrowcentral.com/dashboard/api-keys",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}
