{
  "manifest_version": "1.0.0",
  "template": {
    "id": "03532483-d139-4fad-a14e-f6defdb72f54",
    "slug": "mcpvanguard",
    "name": "McpVanguard",
    "description": "Open-source MCP security gateway for routed tool calls.",
    "url": "https://railway.com/deploy/mcpvanguard",
    "upstream": {
      "repo_url": "https://github.com/provnai/McpVanguard"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "McpVanguard",
      "source": {
        "repo": "https://github.com/provnai/McpVanguard"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "VANGUARD_API_KEY\t",
      "service": "McpVanguard",
      "description": "Provide a value for VANGUARD_API_KEY\t.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MCP_SERVER_COMMAND",
      "service": "McpVanguard",
      "description": "Provide a value for MCP_SERVER_COMMAND.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "mcpvanguard"
      }
    },
    "cli": "railway deploy --template mcpvanguard",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "03532483-d139-4fad-a14e-f6defdb72f54",
            "serializedConfig": {
              "services": {
                "77dd1fab-e15a-4daa-b29b-fe51033610ca": {
                  "name": "McpVanguard",
                  "deploy": {
                    "startCommand": "python -m core.cli sse --server \"$MCP_SERVER_COMMAND\" --behavioral",
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "provnai/McpVanguard",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "VEX_API_KEY": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "VEX_API_URL": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "VANGUARD_API_KEY\t": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{VANGUARD_API_KEY\t}}"
                    },
                    "MCP_SERVER_COMMAND": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{MCP_SERVER_COMMAND}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "McpVanguard",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
