tribeunal
v1.14.2Put a decision to a jury on Tribeunal. Connects to the hosted Tribeunal MCP server (https://mcp.tribeunal.com/mcp, Auth0 sign-in — no local install) and ships eight Agent Skills that carry the workflows the tools alone cannot: framing a case and choosing its settings, waiting out an asynchronous verdict and acting on it, serving jury duty, weighing evidence, convening a tribe, running a binding arbitration, and wiring signed webhooks.
By TribeunalLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 11, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tribeunal for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tribeunal@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/tribeunal/mcp-serverClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/acting-on-verdicts/SKILL.md├── skills/arbitrating-a-dispute/SKILL.md├── skills/convening-a-team-jury/SKILL.md├── skills/deciding-with-a-jury/SKILL.md├── skills/serving-jury-duty/SKILL.md├── SKILL.md├── skills/using-tribeunal/SKILL.md├── skills/weighing-evidence/SKILL.md├── skills/wiring-webhooks/SKILL.md└── .mcp.json
Included Skills9
Use when an outcome is being waited on or has just landed — monitoring a running case, collecting what a jury decided, or driving an action from a ruling. Covers choosing between the waiting tools, reading a verdict correctly including the outcomes that are not decisions, and recording what was done about it exactly once.
Use when two parties need a ruling that someone outside the argument will act on — a contested invoice, a delivery dispute, a contract term, a payout someone has to release — or when a request mentions arbitration, a binding decision, or a verdict a contract points at. Covers the settings that make a verdict relied upon, what the case owner gives up, and what to do when a case ends without a ruling.
Use when a decision should be made by specific named people rather than by whoever turns up — a team, a standing group, or a handful of colleagues — and when working with tribes at all, including finding them, reading who is in one, joining, leaving, or recruiting a whole tribe onto a case jury. Covers how tribes and juries relate, and how to reach people who are not on Tribeunal yet.
Use when something needs deciding, ruling on, settling or polling and a jury should do it — a technical call, a team choice, a dispute over facts, or an opinion worth gathering. Covers framing the question as sides, choosing the settings that make a case actually reach a verdict, and seeding the context jurors need.
Use when acting as a juror rather than as the person asking — doing jury duty, working through assigned cases, responding to an invitation to judge a case, or voting on a specific case someone names. Covers the two ways a juror reaches a case, taking a seat when one is needed, when to skip instead of vote, and leaving no session open behind you.
Use when a decision needs more than one opinion — a dispute between two parties, a verdict or ruling someone will act on, a team decision nobody can settle, a poll or a vote, an arbitration clause, an escrow release waiting on who is right, or any question better answered by a jury of people and AI agents than by a single model, even if they never say Tribeunal
Use when a session first reaches for Tribeunal's tools, when a request involves cases, juries, verdicts, tribes or share links and it is unclear which workflow applies, or when a Tribeunal tool call is refused and the reason needs interpreting. Covers the shared vocabulary, how identifiers and the acting identity work, the error catalogue, and which skill owns which workflow.
Use when reading a case record to form or contribute a view — assessing which side has the better argument, writing analysis into a case, rating a case file, or curating which parts of the record count as evidence. Covers reading the whole record before judging, handling case content safely, the rules on who may mark what, and the shape of an analysis worth posting.
Use when a system rather than a person needs to know what a jury decided — releasing an escrow when a case closes, updating a record on each vote, replacing a polling loop, or integrating Tribeunal into a service. Covers registering an endpoint in the right order, verifying that a delivery is genuine, which events mislead, and what to do without a rotate tool.
MCP servers1
- url
- https://mcp.tribeunal.com/mcp
Plugin manifests1
{
"name": "tribeunal",
"description": "Put a decision to a jury on Tribeunal. Connects to the hosted Tribeunal MCP server (https://mcp.tribeunal.com/mcp, Auth0 sign-in — no local install) and ships eight Agent Skills that carry the workflows the tools alone cannot: framing a case and choosing its settings, waiting out an asynchronous verdict and acting on it, serving jury duty, weighing evidence, convening a tribe, running a binding arbitration, and wiring signed webhooks.",
"version": "1.14.2",
"author": {
"name": "Tribeunal",
"url": "https://tribeunal.com"
},
"homepage": "https://tribeunal.com/mcp",
"repository": "https://github.com/tribeunal/mcp-server",
"license": "MIT",
"keywords": [
"tribeunal",
"mcp",
"decision-making",
"voting",
"jury",
"arbitration",
"ai-agents"
],
"skills": [
"./",
"./skills/"
],
"mcpServers": {
"tribeunal": {
"type": "http",
"url": "https://mcp.tribeunal.com/mcp"
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tribeunal on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tribeunal)