General Tools
brickvault.app
Provides current and historical market value data for LEGO sets and minifigures.
ENDPOINT 1
https://brickvault.app/mcp
MCP server metadata
- Name
- BrickVault
- Version
- 1.0.0
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_setsSearch LEGO sets by name, set number, or theme and get current BrickVault market values.
Inferred read-onlyget_lego_setGet 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-onlyget_lego_set_price_historyGet BrickVault historical market value points for a LEGO set over a time range, to see the trend.
Inferred read-onlysearch_minifigsSearch LEGO minifigures by name or figure number and get their current BrickVault market values.
Inferred read-onlyget_minifig_priceGet the current BrickVault market value for a specific LEGO minifigure by figure number or exact name.
Inferred read-onlytop_moversGet the LEGO sets with the biggest BrickVault market value movement (gainers or losers) over 1 day, 7 days, or 1 month.
Inferred read-onlyCONNECT 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.
brickvault.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.