{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f4cd47b2-51c9-44cc-b8fd-1b1143c9c438",
    "slug": "toast-mcp",
    "name": "Toast MCP",
    "description": "Connect Claude to your Toast POS. Read-only, your credentials, 55 tools.",
    "url": "https://railway.com/deploy/toast-mcp",
    "upstream": {
      "repo_url": "https://github.com/prime-cost/toast-mcp"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "toast-mcp",
      "source": {
        "repo": "https://github.com/prime-cost/toast-mcp"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TOAST_MCP_MODE",
      "service": "toast-mcp",
      "description": "Leave as http. This runs the server in remote mode so Claude can reach it.",
      "secret": false,
      "strategy": "default",
      "default": "http"
    },
    {
      "key": "TOAST_CLIENT_ID",
      "service": "toast-mcp",
      "description": "Your Toast API client ID, from Toast Web: search API access, then Manage credentials.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "TOAST_MCP_SECRET",
      "service": "toast-mcp",
      "description": "Auto-generated connector password. Leave as is. After deploy, your connector URL is https://YOUR-DOMAIN/THIS-VALUE/mcp",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TOAST_ENVIRONMENT",
      "service": "toast-mcp",
      "description": "Leave as production.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "TOAST_CLIENT_SECRET",
      "service": "toast-mcp",
      "description": "Your Toast API client secret. Toast shows it once when you open your credential. Never share it.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TOAST_RESTAURANT_GUID",
      "service": "toast-mcp",
      "description": "Your location's GUID. Log into Toast Web, press F12, open Application then Cookies, and copy the value of lastRestaurantGuid.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "toast-mcp"
      }
    },
    "cli": "railway deploy --template toast-mcp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f4cd47b2-51c9-44cc-b8fd-1b1143c9c438",
            "serializedConfig": {
              "services": {
                "0f941a31-a99f-4569-8142-48073491c20f": {
                  "name": "toast-mcp",
                  "source": {
                    "repo": "prime-cost/toast-mcp"
                  },
                  "variables": {
                    "TOAST_MCP_MODE": {
                      "description": "Leave as http. This runs the server in remote mode so Claude can reach it.",
                      "defaultValue": "http"
                    },
                    "TOAST_CLIENT_ID": {
                      "description": "Your Toast API client ID, from Toast Web: search API access, then Manage credentials.",
                      "defaultValue": "{{TOAST_CLIENT_ID}}"
                    },
                    "TOAST_MCP_SECRET": {
                      "description": "Auto-generated connector password. Leave as is. After deploy, your connector URL is https://YOUR-DOMAIN/THIS-VALUE/mcp",
                      "defaultValue": "{{TOAST_MCP_SECRET}}"
                    },
                    "TOAST_ENVIRONMENT": {
                      "description": "Leave as production.",
                      "defaultValue": "production"
                    },
                    "TOAST_CLIENT_SECRET": {
                      "description": "Your Toast API client secret. Toast shows it once when you open your credential. Never share it.",
                      "defaultValue": "{{TOAST_CLIENT_SECRET}}"
                    },
                    "TOAST_RESTAURANT_GUID": {
                      "description": "Your location's GUID. Log into Toast Web, press F12, open Application then Cookies, and copy the value of lastRestaurantGuid.",
                      "defaultValue": "{{TOAST_RESTAURANT_GUID}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
