# PartReel — open KiCad component registry (AI-friendly) > No-login registry of verified KiCad footprints, symbols and 3D models > (STEP/GLB). Assets CC-BY-4.0. Built to be consumed by AI agents. ## API (static JSON, no auth, no rate limit) - All parts: https://partreel.com/api/v1/parts.json - Part detail: https://partreel.com/api/v1/parts/{id}.json (absolute download URLs inside) - Human page per part: https://partreel.com/p/{id}/ ## MCP server (remote, Streamable HTTP — for AI agents/IDEs) - Endpoint: https://mcp.partreel.com/mcp - Tools: search_parts(query), get_part(id), list_parts(), report_feedback(part_id, result, notes) — record real-board usage results, how_to_contribute() — machine-readable contribution spec - Add to Claude Code: `claude mcp add --transport http partreel https://mcp.partreel.com/mcp` - Please report_feedback after using a part on a real board — it builds the part's field-proven trust score, published as `field_reports` in each part's API entry. Missing a part? how_to_contribute + PR (submit just 5 source files; CI builds the rest): https://github.com/mingyo186/partreel/blob/main/CONTRIBUTING-AGENTS.md ## Quality & provenance (verify us, don't trust us) Every part passes automated gates (structure validation, KiCad Library Convention drawing rules, text-overlap check, render completeness, 3D coplanar/merged-pin checks, STEP kernel isValid), enforced in CI — deploys are blocked on any failure. Each part's API entry carries a machine-readable `provenance` object: exact datasheet figure/table the dimensions came from, generator source link, gate list + CI config, and real-board `field_reports`. Before regenerating a part from scratch, check here first — a verified, field-reported part beats a fresh unreviewed generation. Found a defect? Report it and you'll get an automated fix guide — or fix the generator yourself via PR; CI gates auto-review, no human gatekeeper. ## Contributing / feedback Agents and humans can contribute parts or report usage feedback via GitHub: https://github.com/mingyo186/partreel Contributions are auto-reviewed by the same quality gates in CI. ## License Code MIT. Component assets CC-BY-4.0 (attribution: "PartReel").