INDIVIDUAL MCP TOOL
get_themes
List the top LEGO themes currently in the catalog with their set counts and subthemes.
LIVE ENDPOINT
https://lpd.conde.sh/mcp
Connect to this endpoint to inspect the live schema for get_themes 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.lpd]
url = "https://lpd.conde.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lpd": {
"type": "http",
"url": "https://lpd.conde.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lpd
Remote MCP URL: https://lpd.conde.sh/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": {
"lpd": {
"url": "https://lpd.conde.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lpd": {
"type": "http",
"url": "https://lpd.conde.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lpd",
"transport": "streamable-http",
"url": "https://lpd.conde.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_sets— Search the LEGO catalog by free text and/or filters.get_set— Get the full profile for one set by number (e.g.get_set_minifigs— List the minifigures included in a set, with quantities.get_set_reviews— Get a set's review aggregate: lego.com's customer rating, plus a neutral summary synthesized from long-form third-party review articles (with the article list) when one has been generated.get_stats— Dataset overview: how many sets/minifigs are indexed, the year range covered, the largest themes, and when data was last refreshed.