{
  "manifest_version": "1.0.0",
  "template": {
    "id": "420d14ae-6c21-4257-a22f-22eb7e11f5a9",
    "slug": "ghl-mcp",
    "name": "GHL MCP",
    "description": "Deploy and Host GHL MCP with Railway",
    "url": "https://railway.com/deploy/ghl-mcp",
    "upstream": {
      "repo_url": "https://github.com/boostfunnel/SSE-GoHighLevel-MCP"
    }
  },
  "services": [
    {
      "name": "GoHighLevel-MCP",
      "source": {
        "repo": "https://github.com/boostfunnel/SSE-GoHighLevel-MCP"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "GoHighLevel-MCP",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "GHL_API_KEY",
      "service": "GoHighLevel-MCP",
      "description": "Provide a value for GHL_API_KEY.",
      "secret": true,
      "strategy": "default",
      "default": "pit-e2a21dac-7e1f-489e-8ff9-9d97402eda11"
    },
    {
      "key": "GHL_BASE_URL",
      "service": "GoHighLevel-MCP",
      "description": "Provide a value for GHL_BASE_URL.",
      "secret": false,
      "strategy": "default",
      "default": "https://services.leadconnectorhq.com"
    },
    {
      "key": "GHL_LOCATION_ID",
      "service": "GoHighLevel-MCP",
      "description": "Provide a value for GHL_LOCATION_ID.",
      "secret": false,
      "strategy": "default",
      "default": "pTqa7xGVUkoNMXEVHXMs"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ghl-mcp"
      }
    },
    "cli": "railway deploy --template ghl-mcp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "420d14ae-6c21-4257-a22f-22eb7e11f5a9",
            "serializedConfig": {
              "services": {
                "7a3d30a3-9314-40fa-8640-aa4ab23992b9": {
                  "name": "GoHighLevel-MCP",
                  "deploy": {
                    "startCommand": "npm start",
                    "preDeployCommand": "npm install && npm run build"
                  },
                  "source": {
                    "repo": "boostfunnel/SSE-GoHighLevel-MCP",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "3000"
                    },
                    "GHL_API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "pit-e2a21dac-7e1f-489e-8ff9-9d97402eda11"
                    },
                    "GHL_BASE_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://services.leadconnectorhq.com"
                    },
                    "GHL_LOCATION_ID": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "pTqa7xGVUkoNMXEVHXMs"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T19:51:24.395Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_9a9320b18485412aae72",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": false,
        "detail": "1 service(s) crashed within 30s"
      }
    ]
  }
}
