Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.mingyo186/partreel

io.github.mingyo186/partreel

Verified KiCad footprints, symbols & 3D models for AI agents. No signup, CC-BY-4.0, quality-gated.

Uptime
100.0%
1 direct probes · 30d
Response
148ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search_parts

Search the PartReel registry of verified KiCad components (footprint + symbol + 3D STEP/GLB, no login, CC-BY-4.0). Returns matching parts with ids. Use get_part for download URLs. Example queries: 'us…

get_part

Get full detail for one part by id: parameters, verification status, datasheet, and absolute download URLs for .kicad_mod (footprint), .kicad_sym (symbol), .step and .glb (3D).

list_parts

List all parts in the registry (id, name, family, pins).

report_feedback

Report real-world usage feedback for a part (e.g. 'fabricated 5 boards at JLCPCB, footprint fit perfectly' or 'pad 3 misaligned'). Feedback is recorded publicly on GitHub and builds the part's field-p…

request_part

Request on-demand generation of a parametric part that isn't in the registry yet. The registry generates it (footprint+symbol+3D), runs quality gates, and publishes it within ~5 minutes. Pin-count fam…

how_to_contribute

Get machine-readable instructions for adding a new part to the registry (file layout, metadata schema, quality gates, PR process). Use when a part is missing.

submit_part

Upload a part you built so it is SHARED IMMEDIATELY (status 'staging', unverified). It becomes searchable and downloadable right away; hourly CI then runs the full quality gates and opens a PR to prom…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.mingyo186/partreel": {
      "url": "https://mcp.partreel.com/mcp",
      "transport": "streamable-http"
    }
  }
}