MCP Directory

gregario/lego-oracle

GitHub
Productivity

LEGO sets, parts, minifigs, colours, and inventories from Rebrickable. 10 tools for searching sets, finding parts by colour, browsing themes, comparing sets, and discovering MOC alternate builds. 26k sets, 62k parts, 17k minifigs embedded.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y lego-oracle

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from gregario/lego-oracle your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "lego-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "lego-oracle"
      ]
    }
  }
}

Route gregario/lego-oracle intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add lego-oracle

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use gregario/lego-oracle directly without routing

npx -y lego-oracle

New to Agent-CoreX? View setup guide →

gregario/lego-oracle MCP Server — Agent-CoreX