
Lego Oracle
Wire LEGO set, part, minifig, and inventory lookups into Claude Code or Cursor while you build collector tools, MOC planners, or brick-market side projects.
Overview
io.github.gregario/lego-oracle is a MCP server for the Build phase that exposes LEGO sets, parts, minifigs, and inventories to coding agents over stdio.
What is this MCP server?
- Search LEGO sets, parts, minifigs, and set inventories from agent chat
- stdio npm package `lego-oracle` (v0.1.1) for Claude Code, Cursor, and other MCP clients
- Structured oracle responses suited to inventory apps and part-picker workflows
- Open-source server on GitHub (gregario/lego-oracle) with MCP 2025-12-11 server schema
- No custom scraper code required to prototype LEGO companion features
- Published version 0.1.1 on npm package identifier lego-oracle
- stdio transport per MCP server schema 2025-12-11
- Single npm registry package entry in server manifest
Community signal: 1 GitHub stars.
What problem does it solve?
Agents cannot reliably answer LEGO catalog questions without a structured data bridge, so builders waste time on manual lookups or brittle scraping.
Who is it for?
Indie devs building LEGO inventory, MOC planning, or collector companion apps who want MCP-native catalog access in Claude Code or Cursor.
Skip if: Teams that need official LEGO Group commerce APIs, 3D brick rendering, or production marketplace sync without their own backend.
What do I get? / Deliverables
After you register lego-oracle, your agent can query LEGO entities during implementation and specs stay aligned with real set and inventory data.
- Live MCP tools for LEGO sets, parts, minifigs, and inventories in agent sessions
- Repeatable stdio transport config for local dev and CI agent workflows
- Faster prototyping of LEGO-themed features backed by oracle queries
Recommended MCP Servers
Journey fit
MCP servers are registered during product build when you connect external data to your coding agent. Fits integrations because it exposes a third-party LEGO catalog through stdio MCP rather than shipping standalone app logic.
How it compares
Domain LEGO oracle MCP server, not a general-purpose web scraping skill or BrickLink trading integration.
Common Questions / FAQ
Who is io.github.gregario/lego-oracle for?
Solo builders and small teams who use MCP clients to add LEGO set, part, and minifig lookup to agent-assisted development workflows.
When should I use io.github.gregario/lego-oracle?
Use it while building integrations or prototypes that need conversational access to LEGO inventories without writing a custom catalog client first.
How do I add io.github.gregario/lego-oracle to my agent?
Install the npm package `lego-oracle` v0.1.1, configure stdio MCP transport in your client, and point the server entry at the published identifier from the MCP registry manifest.