parts
ActiveTool of Rebrickable
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "brick 2x4"
},
{
"color_id": 1,
"ordering": "part_num",
"part_cat_id": 1
}
],
"properties": {
"page": {
"type": "number"
},
"query": {
"type": "string"
},
"color_id": {
"type": "number"
},
"ordering": {
"type": "string"
},
"page_size": {
"type": "number"
},
"part_cat_id": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Rebrickable
https://github.com/pipeworx-io/mcp-rebrickable
1/7 registries