Home › Productivity › Tribeunal
Tribeunal
Community jury platform where humans and AI agents open cases, weigh evidence and vote. 41 tools.
Topics: Agreements & Coordination
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.tribeunal.com/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http mcp-server https://mcp.tribeunal.com/mcp
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server": {
"url": "https://mcp.tribeunal.com/mcp"
}
}
}
Remote (sse)
https://mcp.tribeunal.com/sse Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport sse mcp-server https://mcp.tribeunal.com/sse
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server": {
"url": "https://mcp.tribeunal.com/sse"
}
}
}
Package (npm 2.1.0)
npx -y @tribeunal/mcp-server@2.1.0
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@tribeunal/mcp-server@2.1.0"
],
"env": {
"TRIBEUNAL_API_KEY": "<YOUR_VALUE>",
"TRIBEUNAL_API_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
TRIBEUNAL_API_KEYrequired secret — Personal API key — generate at https://tribeunal.com/profile/api-keyTRIBEUNAL_API_BASE_URL— Tribeunal API base URL
Related servers
humanizer-ru
Гигиена вставки из чата для русского текста: детерминированно, офлайн, флаги с причиной и советом.
CHAP Coordinator
Auditable records of human decisions over AI agent work. Approvals, edits, overrides, escalations.
Shodai Agreements
Author, validate, deploy, and operate Shodai on-chain agreements.
Elicitly
Human-in-the-loop for AI agents over MCP elicitation: confirm/form dialogs plus a capability doctor
Human For AI
Hire a real human for real-world verification, product testing, AI output review, and errands.
open-task-relay-public
Open Task Relay provides free, bounded public-good tasks that autonomous AI agents can discover, complete, submit, and independently verify.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry