{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a679170c-e44b-4f73-93e4-b2cbf78a1925",
    "slug": "open-collective-mcp",
    "name": "Open Collective MCP",
    "description": "MCP server for managing Open Collective pages via AI assistants.",
    "url": "https://railway.com/deploy/open-collective-mcp",
    "upstream": {
      "repo_url": "https://github.com/Citizen-Infra/open-collective-mcp"
    }
  },
  "services": [
    {
      "name": "open-collective-mcp",
      "source": {
        "repo": "https://github.com/Citizen-Infra/open-collective-mcp"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "API_KEY",
      "service": "open-collective-mcp",
      "description": "Provide a value for API_KEY.",
      "secret": true,
      "strategy": "default",
      "default": " secret(32)"
    },
    {
      "key": "OPEN_COLLECTIVE_TOKEN",
      "service": "open-collective-mcp",
      "description": "Provide a value for OPEN_COLLECTIVE_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "open-collective-mcp"
      }
    },
    "cli": "railway deploy --template open-collective-mcp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a679170c-e44b-4f73-93e4-b2cbf78a1925",
            "serializedConfig": {
              "services": {
                "1fc61f19-811c-4bd4-8bad-2869001d77bd": {
                  "name": "open-collective-mcp",
                  "source": {
                    "repo": "Citizen-Infra/open-collective-mcp",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": " secret(32)"
                    },
                    "OPEN_COLLECTIVE_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{OPEN_COLLECTIVE_TOKEN}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T15:21:12.287Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_8ddef789d8b04857bf6d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 96,
    "typical_build_seconds": 21,
    "typical_start_seconds": 10,
    "slowest_service": "open-collective-mcp"
  }
}
