io.github.CrossPad/crosspad-mcp
NPM · CROSSPAD-MCP-SERVER · SCANNED AUG 3
Development workflow server for CrossPad — build, test, run, screenshot, and navigate code
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 32 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1648 tokens (~96/item across 17 items; 17 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · crosspad-mcp-server
claude mcp add crosspad-crosspad-mcp -- npx -y crosspad-mcp-server
codex mcp add crosspad-crosspad-mcp -- npx -y crosspad-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"crosspad-crosspad-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"crosspad-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add crosspad-crosspad-mcp --command npx --arg -y --arg crosspad-mcp-server
mcp_servers:
crosspad-crosspad-mcp:
command: "npx"
args: ["-y", "crosspad-mcp-server"] {
"mcpServers": {
"crosspad-crosspad-mcp": {
"command": "npx",
"args": [
"-y",
"crosspad-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +45
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → fail ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: unverified → excellent ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Dependency health: unverified → partial ▲ functional
- 31 Jul 26 −3
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
crosspad_apps ~40
List all registered CrossPad apps (found via REGISTER_APP macro or _register_*_app functions).
| Name | Type | Req | Description |
|---|---|---|---|
| platform | string | — | Which platform to scan |
No output schema declared.
No examples provided.
crosspad_build ~64
Build crosspad-pc simulator (incremental, clean, or reconfigure)
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string | — | incremental: just cmake --build. clean: delete build dir + full rebuild. reconfigure: cmake configure + build (use after adding new source files) |
No output schema declared.
No examples provided.
crosspad_build_check ~51
Quick health check: is the build up to date? Detects stale exe, new source files needing reconfigure, submodule drift, dirty working trees. Use before build to know what mode to use.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
crosspad_diff_core ~66
Show what changed in crosspad-core and/or crosspad-gui relative to the pinned submodule commit. Shows commits ahead/behind, changed files, uncommitted changes. Essential for dev-mode workflows.
| Name | Type | Req | Description |
|---|---|---|---|
| submodule | string | — | Which submodule(s) to diff |
No output schema declared.
No examples provided.
crosspad_idf_build ~81
Build the crosspad-idf ESP32-S3 firmware using idf.py. Use fullclean after adding new app directories or CMakeLists.txt changes.
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string | — | build: incremental idf.py build. fullclean: idf.py fullclean + build (required after new app dirs). clean: delete build/ + build. |
No output schema declared.
No examples provided.
crosspad_input ~270
Send input events to the running CrossPad simulator. Requires simulator to be running. Actions: click {x, y} — mouse click at window coordinates (490x680 window) pad_press {pad, vel} — press pad 0-15 with velocity 0-127 pad_release {pad} — release pad 0-15 encoder_rotate {delta} — rotate encoder (positive=CW, negative=CCW) encoder_press — press encoder button encoder_release — release encoder button key {keycode} — SDL keycode (e.g. 13=Enter, 27=Escape) LCD area is centered at roughly x=85..405, y=20..260 within the 490x680 window.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Input action type |
| delta | number | — | Rotation delta for encoder_rotate |
| keycode | number | — | SDL keycode for key action |
| pad | number | — | Pad index 0-15 for pad_press/pad_release |
| velocity | number | — | Velocity 0-127 for pad_press (default: 127) |
| x | number | — | X coordinate for click |
| y | number | — | Y coordinate for click |
No output schema declared.
No examples provided.
crosspad_interfaces ~74
Query crosspad-core interfaces and their implementations across all platforms. Use query="list" to list all interfaces, "implementations <InterfaceName>" to find implementations, or "capabilities" to show platform capability flags.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | "list", "implementations <InterfaceName>", or "capabilities" |
No output schema declared.
No examples provided.
crosspad_log ~87
Launch CrossPad.exe, capture stdout/stderr for a few seconds, then kill it. Great for checking init sequence, crash messages, or runtime errors without leaving the process running.
| Name | Type | Req | Description |
|---|---|---|---|
| max_lines | number | — | Max lines of output to return (default: 200) |
| timeout_seconds | number | — | How long to let the process run before killing it (default: 5) |
No output schema declared.
No examples provided.
crosspad_repos_status ~60
Show git status across all CrossPad repos (crosspad-core, crosspad-gui, crosspad-pc, ESP32-S3, 2playerCrosspad). Detects dev-mode vs submodule-mode and checks submodule pin sync.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
crosspad_run ~28
Launch the crosspad-pc simulator (bin/CrossPad.exe). Returns immediately with PID.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
crosspad_scaffold_app ~108
Generate boilerplate for a new CrossPad app (cpp, hpp, CMakeLists.txt, optional pad logic). Returns file contents for Claude to write — does NOT create files on disk.
| Name | Type | Req | Description |
|---|---|---|---|
| display_name | string | — | Human-readable name (defaults to name) |
| has_pad_logic | boolean | — | Generate IPadLogicHandler stub |
| icon | string | — | Icon filename |
| name | string | yes | PascalCase app name, e.g. 'Metronome' |
No output schema declared.
No examples provided.
crosspad_screenshot ~110
Capture a screenshot from the running CrossPad simulator. Saves PNG to screenshots/ dir by default. Requires the simulator to be running (use crosspad_run first).
| Name | Type | Req | Description |
|---|---|---|---|
| filename | string | — | Custom filename (default: screenshot_<timestamp>.png) |
| region | string | — | full: entire simulator window (490x680). lcd: LCD screen only (320x240). |
| save_to_file | boolean | — | Save to disk (default: true). If false, returns base64 data inline. |
No output schema declared.
No examples provided.
crosspad_search_symbols ~108
Search for classes, functions, macros, enums across all CrossPad repos. Faster than manual grep — uses git grep under the hood.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | — | Filter by symbol kind |
| max_results | number | — | Max results to return |
| query | string | yes | Symbol name or substring to search for |
| repos | array | — | Repo names to search: "crosspad-core", "crosspad-pc", "ESP32-S3", etc. or ["all"] |
No output schema declared.
No examples provided.
crosspad_settings ~298
Read or write CrossPad settings on the running simulator. Read: action="get", category="all"|"display"|"keypad"|"vibration"|"wireless"|"audio"|"system" Write: action="set", key="<setting_key>", value=<number> (booleans: 0/1) Writable keys: lcd_brightness (0-255), rgb_brightness (0-255), theme_color (0-255), perf_stats_flags (bitmask) kit (0-255), audio_engine (0/1) keypad.enable, keypad.inactive_lights, keypad.eco_mode, keypad.send_stm/ble/usb/cc (0/1) vibration.enable, vibration.on_touch, vibration.in_min/max, vibration.out_min/max (0-255) master_fx.mute (0/1), master_fx.in_volume, master_fx.out_volume (0-100) Changes are auto-saved to ~/.crosspad/preferences.json.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Read or write settings |
| category | string | — | For get: all, display, keypad, vibration, wireless, audio, system |
| key | string | — | For set: dotted key name (e.g. 'lcd_brightness', 'keypad.eco_mode') |
| value | number | — | For set: numeric value (booleans: 0=false, 1=true) |
No output schema declared.
No examples provided.
crosspad_stats ~83
Query runtime statistics from the running simulator. Returns: - Platform capabilities (active flags) - Pad state (16 pads: pressed, playing, note, channel, RGB color) - Active/registered pad logic handlers - Registered apps list - Heap stats (SRAM/PSRAM free/total) - Settings summary (brightness, theme, kit, audio engine)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
crosspad_test ~74
Build and run the Catch2 test suite. If no tests/ dir exists, tells you to scaffold. Supports filtering by test name.
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | — | Catch2 test name filter (e.g. '[core]' or 'PadManager') |
| list_only | boolean | — | Just list available tests without running them |
No output schema declared.
No examples provided.
crosspad_test_scaffold ~46
Generate test infrastructure: tests/CMakeLists.txt (Catch2 v3), sample test file, and CMake patch instructions. Returns file contents — does NOT write to disk.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.