{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.hostinger/hostinger-api-mcp",
  "description": "MCP server for Hostinger API",
  "repository": {
    "url": "https://github.com/hostinger/api-mcp-server",
    "source": "github"
  },
  "version": "1.48.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "hostinger-api-mcp",
      "version": "1.48.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "HOSTINGER_API_TOKEN",
          "description": "Hostinger API token. Optional — when unset, the server falls back to interactive OAuth sign-in.",
          "isRequired": false,
          "isSecret": true,
          "format": "string"
        }
      ]
    }
  ]
}