{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.tokonomix/tokonomix-council-mcp",
  "title": "Tokonomix Council",
  "description": "Multi-model + multi-judge consensus for AI agents over MCP — ask 2–6 frontier LLMs, score them with an independent judge panel, and get one reconciled answer with disagreement surfaced (not averaged away), plus blind-spot detection, EU/sovereignty routing and single-model passthrough. For Claude Code, Cursor, Cline, Continue & Zed.",
  "version": "1.6.1",
  "websiteUrl": "https://tokonomix.ai",
  "repository": {
    "url": "https://github.com/tokonomix/tokonomix-council-mcp",
    "source": "github"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "tokonomix-council-mcp",
      "version": "1.6.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "TOKONOMIX_API_KEY",
          "description": "Tokonomix API key (tok_live_…). Optional — the server supports keyless first-run onboarding via tokonomix_onboard, but a key unlocks higher rate limits and per-key routing/budget controls.",
          "isRequired": false,
          "isSecret": true
        },
        {
          "name": "TOKONOMIX_BASE_URL",
          "description": "Override the API base URL (default https://tokonomix.ai/api/v1). For self-host / staging only.",
          "isRequired": false,
          "isSecret": false
        }
      ]
    }
  ]
}
