{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f1a2ed06-4d5c-4db2-8b59-b373b1656d93",
    "slug": "coingecko-mcp-server",
    "name": "Coingecko MCP Server",
    "description": "Coingecko MCP Server on Railway",
    "url": "https://railway.com/deploy/coingecko-mcp-server",
    "upstream": {
      "repo_url": "https://github.com/KingRaver/tokenetics_project"
    }
  },
  "services": [
    {
      "name": "tokenetics_project",
      "source": {
        "repo": "https://github.com/KingRaver/tokenetics_project"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ENVIRONMENT",
      "service": "tokenetics_project",
      "description": "Provide a value for ENVIRONMENT.",
      "secret": false,
      "strategy": "default",
      "default": "(your_info_here)"
    },
    {
      "key": "CLAUDE_MODEL",
      "service": "tokenetics_project",
      "description": "Provide a value for CLAUDE_MODEL.",
      "secret": false,
      "strategy": "default",
      "default": "(your_info_here)"
    },
    {
      "key": "ALLOWED_ORIGINS",
      "service": "tokenetics_project",
      "description": "Provide a value for ALLOWED_ORIGINS.",
      "secret": false,
      "strategy": "default",
      "default": "(your_info_here)"
    },
    {
      "key": "MORALIS_API_KEY",
      "service": "tokenetics_project",
      "description": "Provide a value for MORALIS_API_KEY.",
      "secret": true,
      "strategy": "default",
      "default": "(your_info_here)"
    },
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "tokenetics_project",
      "description": "Provide a value for ANTHROPIC_API_KEY.",
      "secret": true,
      "strategy": "default",
      "default": "(your_info_here)"
    },
    {
      "key": "COINGECKO_API_KEY",
      "service": "tokenetics_project",
      "description": "Provide a value for COINGECKO_API_KEY.",
      "secret": true,
      "strategy": "default",
      "default": "(your_info_here)"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "coingecko-mcp-server"
      }
    },
    "cli": "railway deploy --template coingecko-mcp-server",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f1a2ed06-4d5c-4db2-8b59-b373b1656d93",
            "serializedConfig": {
              "services": {
                "30240de3-389c-4509-8c0e-47000d2deebb": {
                  "icon": null,
                  "name": "tokenetics_project",
                  "deploy": {
                    "startCommand": "python api/index.py",
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/KingRaver/tokenetics_project",
                    "rootDirectory": null
                  },
                  "variables": {
                    "ENVIRONMENT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "(your_info_here)"
                    },
                    "CLAUDE_MODEL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "(your_info_here)"
                    },
                    "ALLOWED_ORIGINS": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "(your_info_here)"
                    },
                    "MORALIS_API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "(your_info_here)"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "(your_info_here)"
                    },
                    "COINGECKO_API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "(your_info_here)"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T21:31:45.600Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_9f33d76f82cf47a39cfe",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Repository \"KingRaver/tokenetics_project\" not found or is not accessible"
      }
    ]
  }
}
