Tokonomix Council MCP Server

Multi-model consensus: 2-6 frontier LLMs answer, an independent judge synthesises one answer.

Remote serverstreamable-http

What is the Tokonomix Council MCP server?

Tokonomix Council MCP server exists for a simple reason — assistants are far more useful when they can act on Tokonomix Council directly instead of describing what you should do. Multi-model consensus: 2-6 frontier LLMs answer, an independent judge synthesises one answer.

What you get

Council is one specialized component in a larger stack. Each owns exactly one responsibility, so they compose cleanly:

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Tokonomix Council is connected, these are the calls the assistant has available:

  • Independence — proposers answer blind and in parallel; the judge is disjoint from them and cross-family. No model grades its own work
  • Auditability — every decision returns who proposed, who judged, and what it cost, so it can be reconstructed
  • Transparency — what was not settled is surfaced (the blind-spots section, the diff map), never hidden behind one answer
  • Reproducibility — the same input + method re-runs to the same finding; record the models and date, because the default council can change
  • Traceability — a request_id and a billing breakdown tie a stored decision back to exactly how it was produced
  • Proposers — the 2–6 models that answer the prompt. Chosen for cross-family decorrelation, not just raw score. Empirically selected from Tokonomix's own
  • Judge — disjoint from the proposers by default, cross-family, never scoring its own answer. Budget is auto-sized to the proposer count
  • Gateway — runs the orchestration, applies region/residency policy, meters cost, returns one result with a billing breakdown and a request_id. The gateway
  • Per — key policy** — budget caps, default council/route, and allow-lists are set on the API key, not re-decided per call, so an unattended run can't
  • Capability — Status

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Tokonomix Council.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the tokonomix council mcp server does with a few real requests.

Choosing this one

Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Tokonomix Council's toolset — Independence, Auditability, Transparency and 7 more — is a fair guide to whether it matches your workflow. It is maintained by ai.tokonomix; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
Independenceproposers answer blind and in parallel; the judge is disjoint from them and cross-family. No model grades its own work.
Auditabilityevery decision returns who proposed, who judged, and what it cost, so it can be reconstructed.
Transparencywhat was *not* settled is surfaced (the blind-spots section, the diff map), never hidden behind one answer.
Reproducibilitythe same input + method re-runs to the same finding; record the models and date, because the default council can change.
Traceabilitya request_id and a billing breakdown tie a stored decision back to exactly how it was produced.
Proposersthe 2–6 models that answer the prompt. Chosen for cross-family decorrelation, not just raw score. Empirically selected from Tokonomix's own measurement layer (intelligence tests, arena games via TrueSkill, judge-reputati
Judgedisjoint from the proposers by default, cross-family, never scoring its own answer. Budget is auto-sized to the proposer count.
Gatewayruns the orchestration, applies region/residency policy, meters cost, returns one result with a billing breakdown and a request_id. The gateway itself is EU-hosted; region selection controls which *model providers* see y
Perkey policy** — budget caps, default council/route, and allow-lists are set *on the API key*, not re-decided per call, so an unattended run can't overspen
CapabilityStatus

Example prompts to try

  • Use Tokonomix Council to Independence.
  • Use Tokonomix Council to Auditability.
  • Use Tokonomix Council to Transparency.

Frequently asked questions

It connects Tokonomix Council to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (Independence, Auditability, Transparency, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Tokonomix Council directly.