trantor (sashabogi/trantor) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 22 tools. No publisher has claimed this listing.

C
Emerging
74/100

trantor

The hub-world for AI agent crews — orchestrate Claude Code, Codex, Gemini, Kimi & DeepSeek as live crews with a plan-aware Advisor, a Kanban/flow command center, a testing gate, and an economics brain (Scrooge).

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

sashabogi

Source: github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: GITHUB_TOKEN, RELAY_BOOTSTRAP_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configAGENT_BUS_DIR
configCLAUDE_CONFIG_DIR
configCLAUDE_PROJECT_DIR
configCLAUDE_SESSION_ID
configCMUX_BIN
configCREW_KICKOFF
configCREW_MODEL
configCREW_MUX
🔐 secretGITHUB_TOKEN
configKIMI_BRIDGE_CHILD_TIMEOUT_MS
configRELAY_AGENTmcp.mjs with =<brand> — loading the server auto-registers the session, so presence
configRELAY_AGENT_FALLBACK
configRELAY_AUTH
🔐 secretRELAY_BOOTSTRAP_TOKEN
configRELAY_CLAIM_TIMEOUT_MS
configRELAY_CLAIM_TTL_MS
configRELAY_COMMIT_FOCUS_MS
configRELAY_CONTEXT_WARN_FRAC
configRELAY_CONTEXT_WINDOW
configRELAY_CONTRACT_ABANDON_MS
configRELAY_CONTRACT_WINDOW_MS
configRELAY_DATABASE_URL
configRELAY_DATA_DIR
configRELAY_DUTY_DARK_MS
configRELAY_DUTY_SESSION
configRELAY_DUTY_STUCK_MAX
configRELAY_DUTY_STUCK_MS
configRELAY_DUTY_UNDELIVERED_MS
configRELAY_ENROLL
configRELAY_EVENT_CAP
configRELAY_FOCUS_IDLE_MS
configRELAY_FOCUS_OFFLINE_MS
configRELAY_HEARTBEAT_MS
configRELAY_HEARTBEAT_TIMEOUT_MS
configRELAY_HOST
configRELAY_HOST_ID
configRELAY_INBOX_FIRST_TIMEOUT_MS
configRELAY_INBOX_POLL_MS
configRELAY_INBOX_TIMEOUT_MS
configRELAY_LLM
configRELAY_ONLINE_MS
configRELAY_ORG_ID
configRELAY_OVERSEER_CLAIM_LIVE_MS
configRELAY_OVERSEER_CLEAR_MS
configRELAY_OVERSEER_DEDUP_MS
configRELAY_OVERSEER_PEER_LIVE_MS
configRELAY_OVERSEER_TICK_MS
configRELAY_OWNER_IDENTITY
configRELAY_PEER_TTL_MS
configRELAY_PERSIST_LOG_INTERVAL_MS
configRELAY_PERSIST_RETRY_BASE_MS
configRELAY_PERSIST_RETRY_MAX_MS
configRELAY_PORT
configRELAY_PROJECT
configRELAY_PROPOSAL_CAP
configRELAY_REAP_GRACE_MS
configRELAY_REAP_INTERVAL_MS
configRELAY_RECLAIM_MS
configRELAY_SESSIONIdentity: → RELAY_AGENT:<project-folder> → <hostname>:<project-folder>.
configRELAY_STATE
configRELAY_STOP_TIMEOUT_MS
configRELAY_STORE
configRELAY_SUPERSEDE_GRACE_MS
configRELAY_TODO_STALE_MSThe todo lane has a lifecycle: cards untouched for 14 days () move to
configRELAY_URLDo not set in MCP configs — a hardcoded URL overrides the per-project pin and
configRUNNER_ABOUT
configRUNNER_DUTY_NUDGES
configRUNNER_DUTY_NUDGE_STATE
configRUNNER_MISSION_FILE
configRUNNER_PARK_MAX_MS
configRUNNER_PULSE_MS
configRUNNER_RULES
configRUNNER_SESSION
configRUNNER_TITLE
configSCROOGE_BIN
configTRANTOR_BATON_AGENT_DROP_MS
configTRANTOR_BATON_ARM_MAX_MS
configTRANTOR_BATON_IDLE_DEADLINE_S
configTRANTOR_BATON_REOPEN
configTRANTOR_CLAUDE_DIR
configTRANTOR_CONTRACT_OVERDUE_MS
configTRANTOR_DEV_ROOT( or ~/development), git on main (or --from <git-url>, or --adopt an
configTRANTOR_DRILL_APP
configTRANTOR_DRILL_RESULT
configTRANTOR_DRILL_WORLD
configTRANTOR_HUB_ALERT_TTL_MS
configTRANTOR_NO_BATON_SPAWN
configTRANTOR_NO_HANDOFF_SPAWN
configTRANTOR_ORCH
configTRANTOR_ORCH_HOLD_MS
configTRANTOR_RETRY_MS
configTRANTOR_SCROOGE_BIN
configTRANTOR_SESSION
configTRANTOR_TAKEOVER_IDLE_SEC
configTRANTOR_TURN_MAX_MS
configTRANTOR_TURN_WATCHDOG_MS
configTRANTOR_UPDATE_TTL_H
configXDG_CONFIG_HOME
configXDG_DATA_HOME
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployDATABASE_URL
deployPOSTGRES_URL
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

22/22 tools missing one or more hints — relay_whoami (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); relay_contracts (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); relay_task_add (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +19 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

10/22 tools referenced in tests (45%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

75 calls in production code run through a shell (mcp.mjs:39, mcp.mjs:454, mcp.mjs:455)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Secrets not logged

1 secret value sent to error

Redact or omit secret values from log output.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/sashabogi/trantor)](https://m8ven.ai/mcp/sashabogi/trantor)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 46c9d0c4833a7daad5ead33f03ec860d31b00e29
code hash: 67cc027ff2bb8aca4814f2c8e9f3cf196905b1c5bec212026d0b332367571e21
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client