{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.fatheron/fat-heron",
  "title": "Fat Heron Developer Platform",
  "description": "MCP control plane for AI-supported developers managing isolated customer DNS, mail, projects, webhooks, domain research, API keys, and diagnostics.",
  "websiteUrl": "https://fatheron.dev/docs/agents/mcp",
  "version": "0.1.277",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@fat-heron/mcp",
      "version": "0.1.277",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "FH_API_KEY",
          "description": "Fat Heron live or test API key",
          "isRequired": true,
          "isSecret": true
        },
        {
          "name": "FH_API_URL",
          "description": "Fat Heron API base URL",
          "default": "https://api.fatheron.dev",
          "isRequired": false,
          "isSecret": false
        }
      ]
    }
  ]
}
