npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

brickem-mcp-server

v1.0.1

Published

MCP server for LEGO minifigure price lookup and identification — powered by brick'em (brickem.io)

Downloads

177

Readme

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

| Tool | Description | |------|-------------| | lookup_minifigure | Look up a minifigure by BrickLink ID or name. Returns prices, image, theme. | | search_minifigures | Fuzzy search by name with optional theme filter. Top 10 results with prices. | | get_theme_minifigures | List all minifigures for a theme (Star Wars, Harry Potter, Marvel, etc.) sorted by value. | | identify_minifigure | Describe 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