{ "name": "tokonomix-council-mcp", "version": "1.13.0", "mcpName": "ai.tokonomix/council", "publishConfig": { "access": "public" }, "description": "Multi-model + multi-judge consensus over MCP for Claude Code, Cursor, Cline, Continue & Zed \u2014 ask 2\u20136 frontier LLMs (Claude, GPT, Gemini), have an independent judge synthesise one verified answer, with blind-spot (disagreement) detection, EU data-residency routing for personal data, and a single-model passthrough. Bundles an OpenAI- and Anthropic-compatible AI gateway skill as transport.", "type": "module", "bin": { "tokonomix-council-mcp": "dist/index.js" }, "main": "./dist/index.js", "files": [ "dist", "skill", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "tsx --test src/*.test.ts", "check:pack": "node scripts/check-pack.mjs", "prepublishOnly": "npm run build && npm test && npm run check:pack" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.7.0", "typescript": "^5.6.0" }, "engines": { "node": ">=20" }, "license": "MIT", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "tokonomix", "consensus", "multi-model", "llm-judge", "llm", "ai-gateway", "openai-compatible", "anthropic-compatible", "claude", "claude-code", "cursor", "cline", "gpt", "gemini", "eu-data-residency", "gdpr", "data-residency", "vision", "embeddings" ], "repository": { "type": "git", "url": "git+https://github.com/TokonoMix/tokonomix-council-mcp.git" }, "homepage": "https://tokonomix.ai", "bugs": { "url": "https://github.com/TokonoMix/tokonomix-council-mcp/issues" }, "llms": "https://tokonomix.ai/llms.txt", "llmsFull": "https://tokonomix.ai/llms-full.txt", "mcpServer": "https://tokonomix.ai" }