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.

B
Emerging
89/100
1 day ago

crosspad-mcp-server

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

Code VerifiedSandbox Verified⚡ Live Monitored

Monitored 9 days · every push re-verified

Who stands behind it

gmail.com (@CrossPad) · Verified Publisher

Source: Glama

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
49 tools verified — handlers match their declared behaviour
14 read-only tools verified — handlers contain no write/delete/exec
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.
Are you the publisher? Confirm or correct these findings.
// 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.
configCROSSPAD_ARDUINO_ROOT
configCROSSPAD_CLANGD
configCROSSPAD_CORE_ROOT
configCROSSPAD_GIT_DIR
configCROSSPAD_GUI_ROOT
configCROSSPAD_HIL_PYTHON
configCROSSPAD_IDF_ROOT
configCROSSPAD_MCP_POLICY
configCROSSPAD_MCP_POLICY_FILE
configCROSSPAD_PC_ROOT
configCROSSPAD_PROBE_SERIAL
configCROSSPAD_REMOTE_HOST
configCROSSPAD_REMOTE_PORT
configCROSSPAD_STM_ROOT
configCROSSPAD_TOOLSETS
configCROSSPAD_TRACE_OPEN_FALLBACK_MS
configCROSSPAD_TRACE_UI_OPEN
configIDF_PATH
configVCPKG_ROOT
configVCVARSALL
configXDG_CONFIG_HOME
// quality suggestions

Tool 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.

// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/crosspad/crosspad-mcp)](https://m8ven.ai/mcp/crosspad/crosspad-mcp)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 29d338ce9b672f9272cbd815a5d86f1557058bb8
code hash: e50080025c732814bffbda33bbaae6b725fb1efd4d383713f922dd1884306c17
verified: 9/8/2026, 5:24:11 PM
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