Content Tools
conde.sh
Provides access to LEGO catalog data, including set details, minifigs, reviews, and themes.
ENDPOINT 1
https://lpd.conde.sh/mcp
MCP server metadata
- Name
- lpd
- Version
- 0.1.0
Read-only access to the LPD LEGO Product Data catalog: search sets, fetch full set profiles, reviews, themes, and stats.
Known tools 6
get_set_reviewsGet 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.
Inferred read-onlyget_themesList the top LEGO themes currently in the catalog with their set counts and subthemes.
Inferred read-onlyget_statsDataset overview: how many sets/minifigs are indexed, the year range covered, the largest themes, and when data was last refreshed.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for conde.sh was fetched 2026-08-23T11:35:03.634Z.
conde.sh 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.