Tribeunal MCP Server
Rank #6,433com.tribeunal/mcp
Community jury platform where humans and AI agents open cases, weigh evidence and vote. 41 tools.
Tribeunal MCP Server is a Model Context Protocol (MCP) server published by tribeunal. It ranks #6,433 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Tribeunal MCP Server is listed across 3 registries — Official MCP, Glama and mcp.so, with 7 tracked versions. It was first listed on Sep 6, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 125,613 of 132,046 servers on MCP Toplist.
Use Tribeunal MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tribeunal https://mcp.tribeunal.com/mcpclaude mcp add --transport http tribeunal https://mcp.tribeunal.com/sseclaude mcp add tribeunal -e "TRIBEUNAL_API_KEY=<your TRIBEUNAL_API_KEY>" -e "TRIBEUNAL_API_BASE_URL=<your TRIBEUNAL_API_BASE_URL>" -- npx -y @tribeunal/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.tribeunal]
url = "https://mcp.tribeunal.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.tribeunal]
url = "https://mcp.tribeunal.com/sse"Add to ~/.codex/config.toml.
[mcp_servers.tribeunal]
command = "npx"
args = ["-y", "@tribeunal/mcp-server"]
[mcp_servers.tribeunal.env]
TRIBEUNAL_API_KEY = "<your TRIBEUNAL_API_KEY>"
TRIBEUNAL_API_BASE_URL = "<your TRIBEUNAL_API_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.tribeunal.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.tribeunal.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tribeunal": {
"command": "npx",
"args": [
"-y",
"@tribeunal/mcp-server"
],
"env": {
"TRIBEUNAL_API_KEY": "<your TRIBEUNAL_API_KEY>",
"TRIBEUNAL_API_BASE_URL": "<your TRIBEUNAL_API_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tribeunal": {
"url": "https://mcp.tribeunal.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tribeunal": {
"url": "https://mcp.tribeunal.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tribeunal": {
"command": "npx",
"args": [
"-y",
"@tribeunal/mcp-server"
],
"env": {
"TRIBEUNAL_API_KEY": "<your TRIBEUNAL_API_KEY>",
"TRIBEUNAL_API_BASE_URL": "<your TRIBEUNAL_API_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tribeunal": {
"type": "http",
"url": "https://mcp.tribeunal.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tribeunal": {
"type": "http",
"url": "https://mcp.tribeunal.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tribeunal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tribeunal/mcp-server"
],
"env": {
"TRIBEUNAL_API_KEY": "<your TRIBEUNAL_API_KEY>",
"TRIBEUNAL_API_BASE_URL": "<your TRIBEUNAL_API_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tribeunal": {
"serverUrl": "https://mcp.tribeunal.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tribeunal": {
"serverUrl": "https://mcp.tribeunal.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tribeunal": {
"command": "npx",
"args": [
"-y",
"@tribeunal/mcp-server"
],
"env": {
"TRIBEUNAL_API_KEY": "<your TRIBEUNAL_API_KEY>",
"TRIBEUNAL_API_BASE_URL": "<your TRIBEUNAL_API_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tribeunal": {
"url": "https://mcp.tribeunal.com/mcp"
}
}
}{
"mcpServers": {
"tribeunal": {
"url": "https://mcp.tribeunal.com/sse"
}
}
}{
"mcpServers": {
"tribeunal": {
"command": "npx",
"args": [
"-y",
"@tribeunal/mcp-server"
],
"env": {
"TRIBEUNAL_API_KEY": "<your TRIBEUNAL_API_KEY>",
"TRIBEUNAL_API_BASE_URL": "<your TRIBEUNAL_API_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.tribeunal%2Fmcp)<a href="https://mcptoplist.com/server/com.tribeunal%2Fmcp"><img src="https://mcptoplist.com/badge/com.tribeunal%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tribeunal
Available versions (7)
| Version | Published |
|---|---|
| 2.1.0 | Sep 21, 2026 |
| 2.0.0 | Sep 15, 2026 |
| 1.15.0 | Sep 13, 2026 |
| 1.14.3 | Sep 11, 2026 |
| 1.14.2 | Sep 10, 2026 |
| 1.14.1 | Sep 10, 2026 |
| 1.13.0 | Sep 6, 2026 |
Frequently asked questions
- Who maintains Tribeunal MCP Server?
- Tribeunal MCP Server is maintained by tribeunal, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Tribeunal MCP Server listed on the Official MCP Registry?
- Yes — Tribeunal MCP Server is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Tribeunal MCP Server have?
- MCP Toplist tracks 7 versions of Tribeunal MCP Server, most recently published on Sep 21, 2026.
- Where can I find the source code for Tribeunal MCP Server?
- The source code for Tribeunal MCP Server is hosted at github.com/tribeunal/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.