io.github.VLab-Software/easyeda-pro-mcp
NPM · @VLABSOFT/EASYEDA-PRO-MCP · SCANNED AUG 3
MCP server and EasyEDA Pro extension bridge for live project assistance.
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (96 of 100), 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 (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- 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
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 68 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability57
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 1185 tokens (~62/item across 19 items; 19 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 Coverage73
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 20% of tool parameters carry a description.Partial
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 · @vlabsoft/easyeda-pro-mcp
claude mcp add vlab-software-easyeda-pro-mcp -- npx -y @vlabsoft/easyeda-pro-mcp
codex mcp add vlab-software-easyeda-pro-mcp -- npx -y @vlabsoft/easyeda-pro-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"vlab-software-easyeda-pro-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@vlabsoft/easyeda-pro-mcp"
],
"enabled": true
}
}
} openclaw mcp add vlab-software-easyeda-pro-mcp --command npx --arg -y --arg @vlabsoft/easyeda-pro-mcp
mcp_servers:
vlab-software-easyeda-pro-mcp:
command: "npx"
args: ["-y", "@vlabsoft/easyeda-pro-mcp"] {
"mcpServers": {
"vlab-software-easyeda-pro-mcp": {
"command": "npx",
"args": [
"-y",
"@vlabsoft/easyeda-pro-mcp"
]
}
}
} 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 +30
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.27 ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Schema quality: unverified → fair ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 2 Aug 26 +10
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- 1 Aug 26 +18
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −19
- 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 −18
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 42
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/@vlabsoft/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 96 packages
96 packages in the resolved dependency tree · 96 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.
easyeda_confirmed_action Confirmed EasyEDA Pro action ~70
Runs a mutating EasyEDA Pro action only when the confirmation text explicitly confirms the action.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | — |
| confirmation | string | yes | Must include an explicit confirmation phrase such as 'confirma salvar'. |
| params | object | — | — |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_export_bom Export EasyEDA Pro BOM ~56
Exports a BOM from the active EasyEDA Pro project through the extension.
| Name | Type | Req | Description |
|---|---|---|---|
| fileName | string | — | — |
| format | string | — | — |
| scope | string | — | — |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_export_gerber Export EasyEDA Pro Gerber ~45
Exports Gerber fabrication files from the active EasyEDA Pro PCB through the extension.
| Name | Type | Req | Description |
|---|---|---|---|
| fileName | string | — | — |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_export_netlist Export EasyEDA Pro netlist ~52
Exports a netlist from the active EasyEDA Pro schematic or PCB through the extension.
| Name | Type | Req | Description |
|---|---|---|---|
| fileName | string | — | — |
| scope | string | — | — |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_export_pdf Export EasyEDA Pro PDF ~48
Exports a PDF from the active EasyEDA Pro document through the extension.
| Name | Type | Req | Description |
|---|---|---|---|
| fileName | string | — | — |
| scope | string | — | — |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_find_component Find EasyEDA Pro component ~70
Finds a component by designator, name, value, footprint, or property in the active EasyEDA Pro project.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| query | string | yes | Designator, value, name, footprint, or property text to search for. |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_find_net Find EasyEDA Pro net ~57
Finds a net by name and returns available connections or metadata from the active project.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| query | string | yes | Net name or partial net name to search for. |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_find_unconnected_pins Find unconnected schematic pins ~80
Identifies schematic pins without a confirmed net in the normalized EasyEDA Pro data.
| Name | Type | Req | Description |
|---|---|---|---|
| allPages | boolean | — | — |
| includePowerPins | boolean | — | When false, suppress pins whose names look like power pins. |
| includeRaw | boolean | — | — |
| limit | integer | — | — |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_get_component_pins Get schematic component pins ~85
Returns all known pins for a schematic component, including pin number, pin name, position, and net when available.
| Name | Type | Req | Description |
|---|---|---|---|
| allPages | boolean | — | — |
| includeRaw | boolean | — | — |
| query | string | yes | Component designator or text query, such as U1, USB1, or regulator part number. |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_get_context Get EasyEDA Pro editor context ~40
Summarizes active project, active document, selection, and editor context from the open EasyEDA Pro instance.
| Name | Type | Req | Description |
|---|---|---|---|
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_list_schematic_components List schematic components ~75
Lists normalized schematic components with designator, value/name, footprint, position, and key properties.
| Name | Type | Req | Description |
|---|---|---|---|
| allPages | boolean | — | — |
| includeRaw | boolean | — | — |
| limit | integer | — | — |
| query | string | — | Optional text filter against component fields. |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_live_status EasyEDA Pro live status ~28
Checks whether the EasyEDA Pro extension is connected and reports active document/capability information.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
easyeda_navigate_component Navigate to EasyEDA Pro component ~51
Navigates/highlights a component in the EasyEDA Pro editor when the extension can locate it.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Component designator or search query. |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_navigate_region Navigate to EasyEDA Pro region ~78
Navigates to coordinates or a rectangular region in the active EasyEDA Pro PCB/document.
| Name | Type | Req | Description |
|---|---|---|---|
| bottom | number | — | — |
| left | number | — | — |
| right | number | — | — |
| timeoutMs | integer | — | — |
| top | number | — | — |
| x | number | — | — |
| y | number | — | — |
No output schema declared.
No examples provided.
easyeda_schematic_snapshot Get EasyEDA Pro schematic snapshot ~78
Returns a structured snapshot of the active schematic: components, pins, nets, wires, labels, and confidence metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| allPages | boolean | — | Collect all schematic pages when EasyEDA Pro exposes them. |
| includeRaw | boolean | — | Include compact raw EasyEDA API data for fallback reasoning. |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_trace_component Trace schematic component ~72
Groups a schematic component's connections by pin and net, with evidence for each connection.
| Name | Type | Req | Description |
|---|---|---|---|
| allPages | boolean | — | — |
| includeRaw | boolean | — | — |
| query | string | yes | Component designator or text query, such as U1 or USB1. |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_trace_net Trace schematic net ~79
Shows the pins, components, wires, labels, and ports associated with a schematic net.
| Name | Type | Req | Description |
|---|---|---|---|
| allPages | boolean | — | — |
| includeRaw | boolean | — | — |
| query | string | yes | Net name or partial net name, such as GND, VCC_5V, or SDA. |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_validate_schematic_area Validate schematic area ~92
Runs generic read-only schematic checks against selected components/nets or the whole schematic.
| Name | Type | Req | Description |
|---|---|---|---|
| allPages | boolean | — | — |
| components | array | — | Optional component designators or queries to focus on. |
| includeGlobalChecks | boolean | — | — |
| includeRaw | boolean | — | — |
| nets | array | — | Optional net names or queries to focus on. |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
easyeda_zoom_board Zoom EasyEDA Pro board outline ~29
Zooms the active PCB editor to the board outline.
| Name | Type | Req | Description |
|---|---|---|---|
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.