Add Leadership Under Uncertainty to your Claude Tag
Connect the LUU strategic-judgment tools to Anthropic's Claude Tag in Slack. Anyone in an approved channel can @Claude a strategic verb and get a calibrated, tradecraft-graded answer back in the thread. In this mode Leadership Under Uncertainty requests no Slack scopes and holds no Slack token — it receives only the inputs of the specific call.
1 · Get a key
Free tier, no card required:
curl -sX POST https://api.leadershipunderuncertainty.org/api/mcp/generate-key
Save the returned nb_* key.
2 · Add LUU as a custom connector in Claude Tag
In the Claude Tag admin console, add an HTTP/MCP connector scoped to the channels you choose:
{
"name": "luu",
"url": "https://api.leadershipunderuncertainty.org/api/mcp",
"transport": "http",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}Keep luu_execute and luu_subscribe behind a confirmation; allow the rest.
3 · Tag a verb
@Claude forecast: will X happen by <date>?→ calibrated probability + decomposition + falsifier@Claude review this memo→ ICD-203 tradecraft scorecard@Claude pre-mortem this plan→ ranked failure modes + leading signals@Claude fact-check: <claim>→ verdict + reasoning + caveats@Claude seal it: <decision>→ tamper-evident, Merkle-anchored decision recordWhat your security team will ask
The default deployment requests zero Slack scopes and holds no Slack token — LUU is a tool your Claude Tag calls with task-scoped inputs. It retains only what you explicitly seal, trains on nothing, can run inside your VPC, and treats all channel content as untrusted data. Every sealed output is cryptographically attestable.
Want this for your team?
Drop your email and we'll be in touch when access opens for your vertical.