io.github.mingyo186/partreel
https://mcp.partreel.com/mcpskills: {'id': 'search_parts', 'name': 'search_parts', 'description': "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: 'usb-c', 'jst ph 4pin', 'esp32', 'microsd', 'screw terminal'.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_part', 'name': 'get_part', 'description': '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).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_parts', 'name': 'list_parts', 'description': 'List all parts in the registry (id, name, family, pins).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'report_feedback', 'name': 'report_feedback', 'description': "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-proven trust score. Please report after actually using a part — both successes and problems help.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'request_part', 'name': 'request_part', 'description': "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 families (use 'pins'): pin_header_254 (2.54mm), pin_header_200 (2.0mm), pin_header_127 (1.27mm) — pins 1-40. Variant families (use 'variant'): ht73xx (LDO Vout code: 7318,7325,7327,7330,7333,7335,7341,7350), ht78xx (7818,7825,7827,7830,7833,7850), sy8008 (grade a/b/c = 0.6A/1A/1.2A), max1704x (17048,17049). Always try get_part / search_parts first.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'how_to_contribute', 'name': 'how_to_contribute', 'description': 'Get machine-readable instructions for contributing a new part to the registry (file layout, metadata schema, quality gates, PR process). Use when a part is missing.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 151.4ms; conformance: pass
How to connect
https://mcp.partreel.com/mcp
curl -X POST https://mcp.partreel.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'