mcpbeat Sign in

TuringCorp Decider MCP Server

by turingcorp-mcp Your server? Claim it
answering

TuringCorp Decider is answering right now. Last checked 11 min ago. It exposes 1 tools. Last commit 23 Sep 2026.

A judge for agent decisions: give it two defensible options, get the better one back.

Uptime history 7 hours of history · worst hour 50%
7 hours agonow
92.0%
Uptime 24h
23 of 25 checks
1
Tools
read from the server
220 ms
Response time
average over 24h
0
Stars
last commit 23 Sep 2026

What changed 1

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 23 September 2026. No other catalogue keeps this.

23 Sep a tool description was rewritten decide

TuringCorp Decider does not always answer

Over the last week it answered 92.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add decider --transport http https://mcp.turingcorp.net/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "decider": {
      "url": "https://mcp.turingcorp.net/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.decider]
url = "https://mcp.turingcorp.net/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "decider": {
      "url": "https://mcp.turingcorp.net/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "decider": {
      "url": "https://mcp.turingcorp.net/mcp"
    }
  }
}

Available tools 1

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

decide
decide
Use this when you must choose between two concrete options and both are defensible - two plans, two drafts, two diagnoses, two vendors - and you have no objective way to pick. Returns better_option ("A" or "B"), confidence (e.g. "83.3%"), and reason. Expect 60-90 seconds per call: set your client timeout to at least 180 seconds (300 recommended). A 60-second default cuts the call off before the answer arrives. The confidence is the point: it is calibrated, not decorative. On both published benchmarks accuracy rises with it - JudgeBench 99.6% in the 90%+ band down to 67.7% below 70%; the harder ContextualJudgeBench 83.3% down to 55.4% - so route on it: act on a high value, review or escalate a low one, instead of trusting a bare pick. Tables, sample sizes and method: https://api.turingcorp.net Judged by an independent panel, not by a model grading its own output. Read it as a reference, not an instruction, a result, or a prediction; set your own threshold, and apply your own review policy for high-stakes or irreversible decisions. Auth: Agent Pass as `Authorization: Bearer <pass>` (issued at https://agent-pass.turingcorp.net, valid 7 days; each decision is a paid call). On invalid_credential, sign in there and re-roll. Errors: a credential problem is rejected before the call - HTTP 401 with WWW-Authenticate; a business failure (e.g. insufficient balance) comes back as a tool result with isError true plus a second JSON block {error, http_status, action_url, message}, where http_status is the upstream status (the tool call itself is HTTP 200).

Endpoints

URLTransportStateLatencyChecked
https://mcp.turingcorp.net/mcp streamable-http answering 329 ms 11 min ago

Alternatives to TuringCorp Decider

same job, measured the same way
CommitLore
by monglong0214

Git-native decision memory for coding agents: only the decisions still in force for the edited path

local only
Toki Toki
by xfloukiex-lab

A local causality ledger: records decisions and the reasons, for an agent to recall.

50 installs/wk local only
MeatSpace
by zmarten

Human-in-the-loop for AI agents. Submit choices, get a human decision.

3 tools answering
Mutual
by evannison

Introductions network: your AI agent flags people privately, theirs flags back, two humans decide.

16 tools answering
Lockstep
by lockstep-team-agent

Decision memory for AI coding agents: captures decisions once, briefs every agent before it acts.

383 installs/wk local only
Sprintra
by sprintra-io

The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.

29 installs/wk answering
Sv Number
by sv-number

Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back.

26 installs/wk local only
Gatewerk
by gatewerk

The open-source review layer for AI agents. Work done for humans is decided by humans.

24 installs/wk local only

TuringCorp Decider — questions

Answers built from our own checks of this server.

What can TuringCorp Decider do?
It exposes 1 tools, read directly from the server on our last check. Among them: decide. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is TuringCorp Decider working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 23 of 25 checks got a reply (92.0%), average response time 220 ms. The bar chart above shows every period we have measured.
How do I connect TuringCorp Decider?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does TuringCorp Decider need an API key?
No. TuringCorp Decider completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is TuringCorp Decider?
It answers our handshake in 220 ms on average, which is faster than 69% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is TuringCorp Decider open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.