{
  "$schema": "https://setoku.com/api/index.json",
  "name": "Setoku",
  "tagline": "Make any AI fluent in your company data.",
  "description": "Governed agentic BI on your Claude subscription. Setoku gives Claude a verified business-context layer (derived from your codebase) plus read-only, audited access to your database — so it answers business questions accurately instead of guessing from column names.",
  "version": "0.21.0",
  "license": "Apache-2.0",
  "self_hosted": true,
  "hosted_service": false,
  "links": {
    "homepage": "https://setoku.com/",
    "developers": "https://setoku.com/developers",
    "openapi": "https://setoku.com/openapi.json",
    "llms_txt": "https://setoku.com/llms.txt",
    "tools": "https://setoku.com/api/tools.json",
    "connectors": "https://setoku.com/api/connectors.json",
    "repository": "https://github.com/Hedgy-Labs/setoku",
    "issues": "https://github.com/Hedgy-Labs/setoku/issues",
    "contact": "mailto:hello@setoku.com"
  },
  "mcp": {
    "transport": "streamable-http",
    "path": "/mcp",
    "tool_count": 19,
    "auth": {
      "type": "bearer",
      "accepted_in": [
        "authorization-header",
        "url-path"
      ],
      "oauth2": false,
      "note": "Per-person, revocable connector tokens. OAuth 2.0 is scoped but not shipped; see https://setoku.com/developers#auth."
    },
    "public_demo": {
      "url": "https://demo.setoku.com/mcp/85315b4240ff6ded111072f950ac6f14167d920fdb765144",
      "description": "A live, credential-free demo box wired to a synthetic pro-sports-club dataset. The token is public on purpose. Read-only."
    }
  },
  "install": {
    "claude_code_plugin": [
      "/plugin marketplace add Hedgy-Labs/setoku",
      "/plugin install setoku@setoku",
      "/setoku:onboard"
    ],
    "server_by_hand": [
      "git clone https://github.com/Hedgy-Labs/setoku /opt/setoku",
      "cd /opt/setoku",
      "SETOKU_ADMIN_USER=you ./deploy/bootstrap.sh"
    ],
    "requirements": "One small VPS (about $5–12/month). No AI model runs on the server."
  },
  "note": "Generated by scripts/build-site-api.ts from the Setoku source tree — do not edit by hand."
}
