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

C
Caution
74/100

switchboard

MetaMask, but for AI. A local consent-broker daemon + browser extension inject window.claude into any site, so websites run on the visitor's own Claude, tools & context — no API keys, no resold inference, explicit per-action consent. God: an ambient screen-aware assistant that speaks a voice you clone on-device.

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

sameeeeeeep

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
⚠️
Known vulnerabilities in dependencies: 1 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.
// tools this server exposes13 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.

switchboard_add_task

Add a to-do to the project's board (tasks.md in the vault). Use whenever the user wants to remember, capture, or track something, or when you finish work and there are clear follow-ups worth saving. Optional dialect: `status` (backlog parks it; default todo), `epic` (bundle related cards), `priority

switchboard_notch

Fire a brief adhd-pm event on the user's Switchboard notch — a deterministic ack (no model, no cost). Use it to STREAM what you're doing, especially in /pip or adhd-pm mode, so the user watches progress at the notch instead of reading chat: `captured` (boarded a task), `picked` (started one), `decid

switchboard_arrange_board

Run a curation pass over the board (tasks.md): fold near-duplicate cards into one, regroup cards by epic, order by status then priority (done sinks to the bottom), and park clearly-stale cards to backlog. Use in adhd-pm mode when the board has grown into a dump, or periodically to keep it a readable

switchboard_list_tasks

Read the project's board as kanban cards. Use before adding (to avoid duplicates), to answer 'what's on my list / for <project>', or to review the board. Each task carries its column (backlog · todo · doing · blocked · review · done) and — when present — its id, epic (bundle), priority, due date, bl

switchboard_move_task

Move a task across the kanban by rewriting only its status — backlog · todo · doing · blocked · review · done. Use when you start work ('mark it doing'), hit a wall ('blocked'), finish ('done'), send something for review, or park it ('backlog'). Match by the task's `id:` (exact) or a distinctive fra

switchboard_complete_task

Mark a task done by matching its text (case-insensitive substring). Use when the user says something is finished/handled. Flips `- [ ]` to `- [x]` in place so it stays checked off.

switchboard_next_task

Claim the next actionable task the user has RELEASED for work — the top unblocked `todo` card, optionally scoped to a project or epic. This is how an agent session PICKS UP work from the board: it returns the card's full spec (title, detail, subtasks) and — unless you pass claim:false — moves it to

switchboard_scaffold_wrapp

Create a new wrapp in the user's project from the Switchboard house template (plumbing, SDK contracts, and design system already correct). Use when the user wants to 'make a wrapp', 'set up a wrapp for this project', or 'start a Switchboard app'. Writes files only — no AI call, no network. Returns t

guide_run
switchboard_status

Check the native Switchboard app, PIP feed, and pending surfaces. Read-only; no AI call.

switchboard_present

Present a native notch question/guide or an editable whiteboard using the same protocol for every agent. Returns a runId immediately. Poll switchboard_result with that id. A submitted card is not an answer or approval. Pass honest source and sourceId for the calling agent/thread. Requires the native

switchboard_result

Read the result for exactly one Switchboard run. Returns pending until the human answers. For guides inspect outcome, chosenOption AND feedback.note; typed input overrides a selection. For whiteboards inspect the returned shot image with the host image reader. Never treat a different run, timeout, o

switchboard_pip

Enable or disable the native Switchboard PIP progress feed. Changes only the feed; does not start work or schedule background runs.

// known CVEs in dependencies1 high1 low

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

highws@8.18.0GHSA-96hv-2xvq-fx4p

ws: Memory exhaustion DoS from tiny fragments and data chunks

ws: Uninitialized memory disclosure

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.
configBANK_VAULT
configRELAY_DIR
configRELAY_PORT(override RELAY_WS / ) accepts an authenticated socket; otherwise mock.
configRELAY_WS(override / RELAY_PORT) accepts an authenticated socket; otherwise mock.
configSWITCHBOARD_SB# sb modes —
configSWITCHBOARD_VAULT
// quality suggestions

Tool annotations

2/13 tools have annotations

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

All four hints declared on every tool

13/13 tools missing one or more hints — switchboard_add_task (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); switchboard_notch (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); switchboard_arrange_board (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +10 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.

Production dependencies are patched

0 critical, 1 high severity in production deps — ws@8.18.0 (high), ws@8.18.0 (low)

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

Domain consistency

npm scope @relay doesn't match GitHub owner sameeeeeeep

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

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 4 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/sameeeeeeep/switchboard?variant=verified)](https://m8ven.ai/mcp/sameeeeeeep/switchboard)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 5716a38bed0e00a008ef3051c4430827fc9c63d2
code hash: face0ef9365d75561f76b0edd5a66bbc52d31e883705b663a344d4b28442576e
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