{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.capycornllc/infrazero",
  "title": "Infrazero",
  "description": "Deploy application, VPN, and Hermes agent infrastructure through a user-approved MCP workflow.",
  "version": "1.0.0",
  "websiteUrl": "https://infrazero.app",
  "repository": {
    "url": "https://github.com/capycornllc/infrazero",
    "source": "github"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://infrazero.app/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer token returned by the user-approved Infrazero bootstrap at https://infrazero.app/api/skill/bootstrap",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "_meta": {
    "app.infrazero/bootstrap": {
      "discoveryUrl": "https://infrazero.app/.well-known/mcp",
      "instructionsUrl": "https://infrazero.app/api/skill/bootstrap",
      "requiresUserApproval": true,
      "firstTool": "infrazero_describe"
    }
  }
}
