Rebrickable LEGO Connector for AI agents.
11 live capabilities
Search LEGO sets, parts, and inventories using your agent.
Waiting for input…
Why people use Rebrickable LEGO
Rebrickable LEGO for LEGO Part Searching
This Connector lets your agent do that work for you. Just ask for a part's details and your agent pulls the name, category, and every available color in one go. You get the data you need without the tab-switching fatigue.
What Vinkius changes
You get a direct line to the Rebrickable database without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Verifying part colors for a custom build
A builder wants to know if a 2x4 brick exists in Dark Blue.
- Real-world use case 02
Finding sets from a specific year
A collector wants to see every Star Wars set from 2023.
- Real-world use case 03
Checking a set's piece inventory
A user wants to see what's inside a specific set.
Complete set · 11capabilities
The complete Rebrickable LEGO capability set.
These are the exact actions your AI can choose when you ask it to work with Rebrickable LEGO.
01—04
4 capabilities in this set.
Part of 11 available through Rebrickable LEGO.
- 01 Capability
List sets
Use list_sets to search LEGO sets filtered by theme, year, or part number. It returns a clean list of sets matching your criteria.
- 02 Capability
Get minifig
Use get_minifig to get the name, theme, year, and image URLs for a specific LEGO minifigure. It helps you identify characters and their associated sets quickly.
- 03 Capability
Get set parts
Use get_set_parts to pull the full parts inventory for a set, including quantities and spare parts. This gives you a complete piece breakdown.
- 04 Capability
Get theme
Use get_theme to get the name, parent theme, and set count for a specific LEGO theme. It helps you understand the theme hierarchy.
05—08
4 capabilities in this set.
Part of 11 available through Rebrickable LEGO.
- 05 Capability
List themes
Use list_themes to list all LEGO themes and sub-themes with their IDs and set counts. This gives you a broad overview of the catalog.
- 06 Capability
Get part
Use get_part to retrieve the name, category, and available colors for a specific LEGO part number. This is great for verifying part details.
- 07 Capability
Get part colors
Use get_part_colors to see which color IDs and names are available for a specific part. It is essential for matching colors in custom builds.
- 08 Capability
Get set
Use get_set to get the name, year, theme, and piece count for a specific LEGO set. This provides a quick snapshot of any set's data.
09—11
3 capabilities in this set.
Part of 11 available through Rebrickable LEGO.
- 09 Capability
List colors
Use list_colors to get a full list of LEGO colors including IDs, names, and RGB values. This is useful for consistent color planning.
- 10 Capability
List minifigs
Use list_minifigs to search and list LEGO minifigures with filters for part numbers and pagination. It makes finding specific characters easy.
- 11 Capability
List parts
Use list_parts to search the catalog for LEGO parts using filters for part number patterns. This helps you find the right pieces quickly.
Set up in minutes
One URL. Then ask Rebrickable LEGO to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Rebrickable LEGO from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_hjVsq0Mams0ZwRWzCcC6X9UK0wrJx6IOaxJWby3h/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Rebrickable LEGO, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Rebrickable LEGO for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_hjVsq0Mams0ZwRWzCcC6X9UK0wrJx6IOaxJWby3h/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Rebrickable LEGO URL.
- Step 03
Save and start
Save the connection and enable Rebrickable LEGO in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"rebrickable-lego": {
"url": "https://edge.vinkius.com/vk_preview_hjVsq0Mams0ZwRWzCcC6X9UK0wrJx6IOaxJWby3h/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Rebrickable LEGO
Open Agent mode in chat and ask: "Using Rebrickable LEGO, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"rebrickable-lego": {
"url": "https://edge.vinkius.com/vk_preview_hjVsq0Mams0ZwRWzCcC6X9UK0wrJx6IOaxJWby3h/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Rebrickable LEGO
Ask Copilot: "Using Rebrickable LEGO, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"rebrickable-lego": {
"url": "https://edge.vinkius.com/vk_preview_hjVsq0Mams0ZwRWzCcC6X9UK0wrJx6IOaxJWby3h/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Rebrickable LEGO
Open Cascade and ask: "Using Rebrickable LEGO, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"rebrickable-lego": {
"url": "https://edge.vinkius.com/vk_preview_hjVsq0Mams0ZwRWzCcC6X9UK0wrJx6IOaxJWby3h/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Rebrickable LEGO
Ask Cline: "Using Rebrickable LEGO, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add rebrickable-lego --transport http "https://edge.vinkius.com/vk_preview_hjVsq0Mams0ZwRWzCcC6X9UK0wrJx6IOaxJWby3h/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Rebrickable LEGO
Ask Claude: "Using Rebrickable LEGO, show me...". 11 tools are ready
Where the request belongs
Work Rebrickable can move forward.
This is for the hobbyist who spends hours digging through part numbers and color IDs to build the perfect custom creation.
MOC Builder
Uses the capability on a Tuesday afternoon to find specific part numbers and check color availability for a complex custom build.
LEGO Collector
Tracks set releases by year and explores specific theme collections to organize their personal collection.
Inventory Manager
Pulls complete parts lists for specific sets to see exactly what pieces are included in a purchase.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRoblox Avatar & Catalog Intelligence
Universal Roblox marketplace intelligence. audit item prices, bundles, and user inventories via AI.
Amiibo
Search and filter the complete Amiibo database. access figures, cards, and series data directly from any AI agent.
Brilliant Made
Manage your corporate swag via Brilliant Made. track orders, browse products, and monitor inventory directly from any AI agent.
Hyrule Compendium
Access the comprehensive Breath of the Wild and Tears of the Kingdom compendium. search creatures, monsters, materials, and equipment directly from your AI agent.
BIMobject
Access BIMobject marketplace. search building products, download technical files, and manage manufacturer data directly from any AI agent.
Zakeke
Manage customized product designs, 3D configurations, and orders via Zakeke.
Bring your own AI
Change the model, client or framework. Keep Rebrickable connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Rebrickable.
The practical details behind the request, access and result.
How can I use Rebrickable LEGO to find parts for my custom build?
You can ask your agent to search the entire LEGO parts catalog. It will find specific part numbers, categories, and every color that part is available in so you can plan your build accurately.
Can the Rebrickable LEGO MCP tell me what's inside a specific set?
Yes. You can ask for the parts inventory of any set number. It will return a complete list of every piece, including the quantity of each and any spare parts included.
Does the Rebrickable LEGO MCP include minifigure details?
It does. Your agent can pull names, themes, years, and image URLs for specific minifigures, helping you track down the exact characters you need.
Can I use Rebrickable LEGO to see all available LEGO colors?
Yes, the Connector can list every color in the LEGO catalog. It provides the color IDs, names, and RGB values for all official colors.
How do I find all sets for a specific theme?
Just ask your agent to list sets for a specific theme or year. It will browse the catalog and return the set numbers, names, and piece counts for you.
Is Rebrickable LEGO good for finding sub-themes?
Yes, it can list all LEGO themes and their sub-themes. This is great for seeing how different categories are organized within the larger LEGO universe.
How do I get a Rebrickable API key?
Visit rebrickable.com/api, sign in with your Rebrickable account, and your API key will be displayed on the page. Copy it. it's a long alphanumeric string.
Can I search for sets by theme?
Yes! Use list_sets with theme_id to filter by theme. First use list_themes to find the theme ID (e.g. Star Wars = 170), then pass it to list_sets. You can also filter by year or part number.
Can I see the parts inventory for a set?
Yes! Use get_set_parts with the set number (e.g. "75192-1" for the Millennium Falcon). Returns every part with its part number, color ID, quantity and whether it's a spare. Set inc_minifig_parts to true to include minifig parts.
How many results can I get at once?
The API supports up to 1000 results per request. Use the page_size parameter (max 1000, default 100) and page for pagination. The total count and next/previous URLs are returned in each response.
One connection away
Give your agent a direct line to Rebrickable.
Connect Rebrickable once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available