← Registry

General Tools

brickvault.app

Provides current and historical market value data for LEGO sets and minifigures.

1 endpoint8 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://brickvault.app/mcp

No auth detected

MCP server metadata

Name
BrickVault
Version
1.0.0
Capabilities
tools
Server instructions

BrickVault provides live LEGO set and minifigure market pricing. Use these tools to answer questions about what a LEGO set or minifigure is worth, how its value has changed, and which sets are moving most. Values are BrickVault market data in USD.

Known tools 8

search_lego_sets

Search LEGO sets by name, set number, or theme and get current BrickVault market values.

Inferred read-only
get_lego_set

Get the full BrickVault market snapshot for one LEGO set: current value, retail price, growth since retail, 1-day/7-day/1-month movement, forecast growth, piece count, and availability.

Inferred read-only
get_lego_set_price_history

Get BrickVault historical market value points for a LEGO set over a time range, to see the trend.

Inferred read-only
search_minifigs

Search LEGO minifigures by name or figure number and get their current BrickVault market values.

Inferred read-only
get_minifig_price

Get the current BrickVault market value for a specific LEGO minifigure by figure number or exact name.

Inferred read-only
top_movers

Get the LEGO sets with the biggest BrickVault market value movement (gainers or losers) over 1 day, 7 days, or 1 month.

Inferred read-only
search

Search BrickVault for LEGO sets and minifigures by name or number.

Inferred read-only
fetch

Retrieve the full BrickVault pricing record for an id returned by search.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.brickvault]
url = "https://brickvault.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "brickvault": {
      "type": "http",
      "url": "https://brickvault.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: brickvault
Remote MCP URL: https://brickvault.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "brickvault": {
      "url": "https://brickvault.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "brickvault": {
      "type": "http",
      "url": "https://brickvault.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "brickvault",
  "transport": "streamable-http",
  "url": "https://brickvault.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for brickvault.app was fetched 2026-08-23T22:47:25.451Z.

Trust status Trusted

brickvault.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.