@pipeworx/rebrickable
Connect: https://gateway.pipeworx.io/rebrickable/mcp · Install: one-click buttons
Tools: 8
Rebrickable MCP — LEGO sets, parts, minifigures, themes. Free API key required.
Auth
- Platform:
PLATFORM_REBRICKABLE_KEY. BYO:?_apiKey=….
Tools
sets(query?, theme_id?, min_year?, max_year?, min_parts?, max_parts?, ordering?, page?, page_size?)— search setsset(set_num)— single setset_parts(set_num)— parts in a setset_minifigs(set_num)— minifigs in a setparts(query?, color_id?, part_cat_id?, ordering?, page?, page_size?)— search partspart(part_num)— single partthemes()— list themescolors()— list colors
Data source
https://rebrickable.com/api/v3/lego/
Tools
- sets — Search Rebrickable LEGO sets by keyword, theme_id, year range, or part count range. Returns set number, name, year, part count, theme, and image URL. Use
themesto get valid theme IDs. - set — Fetch a single LEGO set by
set_num(e.g. “75192-1”) from Rebrickable. Returns set name, year, theme, part count, and image URL. - set_parts — Fetch the full parts list for a LEGO set by
set_numfrom Rebrickable. Returns each part’s part_num, name, color, quantity, and image URL. - set_minifigs — Fetch the minifigures included in a LEGO set by
set_numfrom Rebrickable. Returns each minifig’s set_num, name, quantity, and image URL. - parts — Search Rebrickable LEGO parts by keyword, color_id, or part_cat_id. Returns part number, name, part category, and image URL. Use
colorsor category list to get valid IDs. - part — Fetch details for a single LEGO part by
part_numfrom Rebrickable. Returns part name, category, material, and image URLs across available colors. - themes — Return the complete list of LEGO themes from Rebrickable (e.g. Star Wars, Technic, City). Returns theme id, name, and parent_id. Use to get valid theme_id values for filtering
sets. - colors — Return the complete list of LEGO colors from Rebrickable with color id, name, RGB hex code, and is_trans flag. Use to get valid color_id values for filtering
parts.
Tools
-
colors— Return the complete list of LEGO colors from Rebrickable with color id, name, RGB hex code, and is_trans flag. Use to get valid color_id values for filtering `parts`. -
part— Fetch details for a single LEGO part by `part_num` from Rebrickable. Returns part name, category, material, and image URLs across available colors. -
parts— Search Rebrickable LEGO parts by keyword, color_id, or part_cat_id. Returns part number, name, part category, and image URL. Use `colors` or category list to get valid IDs. -
set— Fetch a single LEGO set by `set_num` (e.g. 75192-1 ) from Rebrickable. Returns set name, year, theme, part count, and image URL. -
set_minifigs— Fetch the minifigures included in a LEGO set by `set_num` from Rebrickable. Returns each minifig's set_num, name, quantity, and image URL. -
set_parts— Fetch the full parts list for a LEGO set by `set_num` from Rebrickable. Returns each part's part_num, name, color, quantity, and image URL. -
sets— Search Rebrickable LEGO sets by keyword, theme_id, year range, or part count range. Returns set number, name, year, part count, theme, and image URL. Use `themes` to get valid theme IDs. -
themes— Return the complete list of LEGO themes from Rebrickable (e.g. Star Wars, Technic, City). Returns theme id, name, and parent_id. Use to get valid theme_id values for filtering `sets`.