mcp-coordinator (swoofer/mcp-coordinator) is an MCP server listed on the M8ven Trust Index. It scores 52 out of 100, grade D. It declares 25 tools. No publisher has claimed this listing.

D
Caution
52/100

mcp-coordinator

Embedded MQTT broker + MCP server for multi-agent coordination

Caution. Specific findings reduced this grade. They are listed on the page. 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

swoofer

Source: Glama · also listed on 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
⚠️
Known vulnerabilities in dependencies: 9 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
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 8 credentials: COORDINATOR_ADMIN_SECRET, COORDINATOR_ADMIN_TOKEN, COORDINATOR_ENCRYPTION_KEY, COORDINATOR_GITHUB_CLIENT_SECRET, COORDINATOR_JWT_PREV_SECRET, COORDINATOR_JWT_SECRET, COORDINATOR_MQTT_PASSWORD, COORDINATOR_REGISTRATION_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes24 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

post_to_thread

Post a message to a consultation thread

register_agent

Register agent as online with module list

list_agents

List registered agents

heartbeat

Update agent activity status and last seen timestamp

agent_activity

Get activity status for all online agents

announce_work

Open a consultation thread before starting work

propose_resolution

Propose a resolution for the consultation

approve_resolution

Approve the proposed resolution

contest_resolution

Contest the proposed resolution

close_thread

Close a consultation thread

cancel_thread

Cancel a consultation thread

get_thread

Get a thread with all messages

get_thread_updates

Get new messages since timestamp

list_threads

List consultation threads

log_action_summary

Log a one-liner summary of an action

set_dependency_map

Load module dependency graph

get_blast_radius

Calculate impact of changes to a module

get_module_info

Get module dependency info

hot_files

List files modified by multiple agents

get_session_files

Get files modified in a session

check_file_conflict

Check if another agent is editing a file

wait_for_message

Block until an MQTT consultation message arrives or timeout

get_queued_messages

Get all queued MQTT messages without blocking

mqtt_publish

Publish a message to an MQTT topic

// known CVEs in dependencies9 high1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.12.0GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.12.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.12.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

hightar@7.4.3GHSA-34x7-hfp2-rc4v

node-tar Vulnerable to Arbitrary File Creation/Overwrite via Hardlink Path Traversal

hightar@7.4.3GHSA-83g3-92jg-28cx

Arbitrary File Read/Write via Hardlink Target Escape Through Symlink Chain in node-tar Extraction

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// 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.
🔐 secretCOORDINATOR_ADMIN_SECRET
🔐 secretCOORDINATOR_ADMIN_TOKEN
configCOORDINATOR_ALLOW_KEY_ROTATION
configCOORDINATOR_ALLOW_TOKEN_LOSS
configCOORDINATOR_AUTH_ENABLEDAuthentication Phase 1 JWT () OR Phase 2 OAuth (COORDINATOR_OAUTH_ENABLED) — see [Authentication](#authentication)
configCOORDINATOR_DATA_DIR~/.mcp-coordinator/data Directory for the SQLite database
🔐 secretCOORDINATOR_ENCRYPTION_KEY
configCOORDINATOR_GITHUB_CLIENT_ID
🔐 secretCOORDINATOR_GITHUB_CLIENT_SECRET
configCOORDINATOR_INSECURE_COOKIES
configCOORDINATOR_JWT_EXPIRY
🔐 secretCOORDINATOR_JWT_PREV_SECRET
🔐 secretCOORDINATOR_JWT_SECRET
configCOORDINATOR_LAYER4_MAX_COMMITS
configCOORDINATOR_LAYER4_REFRESH_INTERVAL_MS
configCOORDINATOR_LAYER4_RETRY_MS
configCOORDINATOR_LAYER4_SINCE_DAYS
configCOORDINATOR_MAX_BODY_BYTES
configCOORDINATOR_MAX_SSE_CLIENTS
🔐 secretCOORDINATOR_MQTT_PASSWORD
configCOORDINATOR_MQTT_TCP_PORT1883 TCP port for the embedded broker
configCOORDINATOR_MQTT_URL
configCOORDINATOR_MQTT_USER
configCOORDINATOR_MQTT_WS_PATH
configCOORDINATOR_OAUTH_ENABLEDAuthentication Phase 1 JWT (COORDINATOR_AUTH_ENABLED) OR Phase 2 OAuth () — see [Authentication](#authentication)
configCOORDINATOR_ORG
configCOORDINATOR_PUBLIC_URL
🔐 secretCOORDINATOR_REGISTRATION_SECRET
configCOORDINATOR_REPO_ROOT4 Git co-change history (opt-in) 40-60 Files historically modified together — requires + git on PATH
configCOORDINATOR_SSE_HEARTBEAT_MS
configCOORDINATOR_TOKEN_LOSS_CONFIRM
configCOORDINATOR_WORKING_FILES_SWEEP_INTERVAL_MS
configCOORDINATOR_WORKING_FILES_TTL_MIN
configLOG_LEVELinfo debug / info / warn / error
configMCP_COORDINATOR_PROFILE
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Dependencies

24 dependencies, 1 flagged: @playwright/test

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

25/25 tools missing one or more hints — post_to_thread (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); register_agent (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_agents (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +22 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 inputs are validated

23/24 tool handlers declare input schemas (96%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 0/24 tool handlers wrap calls in try/catch (0%)

Wrap each tool handler body in try/catch and return a structured error response.

Tool test coverage

Only 2/25 tools referenced in tests (8%)

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

Shell command execution

105 child_process calls — runs shell commands

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

Production dependencies are patched

0 critical, 9 high severity in production deps — @modelcontextprotocol/sdk@1.12.0 (high), @modelcontextprotocol/sdk@1.12.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

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 7 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 Verified](https://m8ven.ai/badge/mcp/swoofer/mcp-coordinator?variant=verified)](https://m8ven.ai/mcp/swoofer/mcp-coordinator)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 94cd92d0f73801f4c24491c58108eb196b4bffbb
code hash: 796942f4b07c882c33dc9e8bd2ca2b8319a04e7360855ba300a75809be408664
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