Brick'em Lego Minifigure Prices

Created By
brick'em LLC2 months ago
Look up LEGO minifigure prices, search 18,000+ minifigs by name or theme, and identify minifigures from descriptions. Powered by brick'em (brickem.io).
Overview

brick'em MCP Server

MCP server for LEGO minifigure price lookup and identification. Connects to the brick'em catalog of 18,000+ LEGO minifigures with real price data.

Ask your AI assistant: "What is my LEGO minifigure worth?"

Tools

ToolDescription
lookup_minifigureLook up a minifigure by BrickLink ID or name. Returns prices, image, theme.
search_minifiguresFuzzy search by name with optional theme filter. Top 10 results with prices.
get_theme_minifiguresList all minifigures for a theme (Star Wars, Harry Potter, Marvel, etc.) sorted by value.
identify_minifigureDescribe a minifigure's appearance (colors, accessories, theme) and get best matches.

Supported Themes

Star Wars, Marvel, Harry Potter, Ninjago, City, Castle, Pirates, Collectible Minifigures, Disney, Lord of the Rings, Jurassic World, Indiana Jones, Minecraft, Super Mario, LEGO Movie, Speed Champions, Ideas, Simpsons, Ghostbusters, Monkie Kid, DREAMZzz, and 40+ more.

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "brickem": {
      "command": "npx",
      "args": ["-y", "brickem-mcp-server"]
    }
  }
}

Claude Code

claude mcp add brickem -- npx -y brickem-mcp-server

Cursor

Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:

{
  "mcpServers": {
    "brickem": {
      "command": "npx",
      "args": ["-y", "brickem-mcp-server"]
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "brickem": {
      "command": "npx",
      "args": ["-y", "brickem-mcp-server"]
    }
  }
}

Smithery

npx -y @smithery/cli install brickem-mcp-server --client claude

Usage Examples

Once installed, ask your AI assistant:

  • "What is LEGO minifigure sw0002 worth?"
  • "Search for Darth Vader minifigures"
  • "Show me the most valuable Harry Potter minifigures"
  • "I have a minifigure with a green ninja suit and golden weapons, what is it?"
  • "How much are Star Wars clone trooper minifigures worth?"
  • "Find all Collectible Minifigures Series figures"

Data

  • 18,000+ LEGO minifigures in the catalog
  • 7,200+ with price data (used and new condition)
  • Prices in USD sourced from historical marketplace data
  • Covers all major LEGO themes from 1975 to present

Development

git clone https://github.com/MichiganBricks/brickem-mcp-server.git
cd brickem-mcp-server
npm install
npm run build

Test locally:

npm start

Or with hot reload:

npm run dev

About brick'em

brick'em is a LEGO minifigure scanner and price lookup tool. Scan your LEGO minifigures with your camera to instantly identify them and see what they're worth.

License

MIT

Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
brick'em LLC
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

2 days ago
Wpnews

21 hours ago
Docwand

2 days ago
Orkestr

21 hours ago
Linkpulse

2 days ago