INDIVIDUAL MCP TOOL
top_movers
Get the LEGO sets with the biggest BrickVault market value movement (gainers or losers) over 1 day, 7 days, or 1 month.
LIVE ENDPOINT
https://brickvault.app/mcp
Connect to this endpoint to inspect the live schema for top_movers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_lego_sets— Search LEGO sets by name, set number, or theme and get current BrickVault market values.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.get_lego_set_price_history— Get BrickVault historical market value points for a LEGO set over a time range, to see the trend.search_minifigs— Search LEGO minifigures by name or figure number and get their current BrickVault market values.get_minifig_price— Get the current BrickVault market value for a specific LEGO minifigure by figure number or exact name.search— Search BrickVault for LEGO sets and minifigures by name or number.fetch— Retrieve the full BrickVault pricing record for an id returned by search.