crosspad-mcp-server (CrossPad/crosspad-mcp) is an MCP server listed on the M8ven Trust Index. It scores 89 out of 100, grade B. It declares 49 tools. The publisher has proved control of what we score (Verified Publisher). It is connected through the M8ven GitHub App, so the listing is re-checked on every push.
MCP server that gives Claude Code full control over the CrossPad development workflow — build, test, manage app packages, interact with the simulator, search code across repos — all from natural language.
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
Monitored 9 days · every push re-verified
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
CROSSPAD_ARDUINO_ROOTCROSSPAD_CLANGDCROSSPAD_CORE_ROOTCROSSPAD_GIT_DIRCROSSPAD_GUI_ROOTCROSSPAD_HIL_PYTHONCROSSPAD_IDF_ROOTCROSSPAD_MCP_POLICYCROSSPAD_MCP_POLICY_FILECROSSPAD_PC_ROOTCROSSPAD_PROBE_SERIALCROSSPAD_REMOTE_HOSTCROSSPAD_REMOTE_PORTCROSSPAD_STM_ROOTCROSSPAD_TOOLSETSCROSSPAD_TRACE_OPEN_FALLBACK_MSCROSSPAD_TRACE_UI_OPENIDF_PATHVCPKG_ROOTVCVARSALLXDG_CONFIG_HOMETool annotations
48/49 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
1/49 tools missing one or more hints — crosspad_obsolete (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint). 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.
openWorldHint matches behaviour
1 tool claims openWorldHint=false but make outbound HTTP — crosspad_symbol → textDocument/definition (line 293)
Either flip openWorldHint to true (acknowledging external reach) or refactor the handler to avoid outbound HTTP. If the only network calls are to a known fixed endpoint that you consider part of the tool itself, document that and keep openWorldHint=false; otherwise true is honest.
Shell command execution
9 calls in production code run through a shell (src/utils/device.ts:73, src/utils/device.ts:192, src/utils/device.ts:276)
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
[](https://m8ven.ai/mcp/crosspad/crosspad-mcp)?variant=verified to the badge URL.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