← Registry

Content Tools

conde.sh

Provides access to LEGO catalog data, including set details, minifigs, reviews, and themes.

1 endpoint6 known toolsFirst detected August 15, 2026Last detected August 15, 2026

ENDPOINT 1

https://lpd.conde.sh/mcp

No auth detected

MCP server metadata

Name
lpd
Version
0.1.0
Capabilities
tools
Server instructions

Read-only access to the LPD LEGO Product Data catalog: search sets, fetch full set profiles, reviews, themes, and stats.

Known tools 6

search_sets

Search the LEGO catalog by free text and/or filters.

Inferred read-only
get_set

Get the full profile for one set by number (e.g.

Inferred read-only
get_set_minifigs

List the minifigures included in a set, with quantities.

Inferred read-only
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.

Inferred read-only
get_themes

List the top LEGO themes currently in the catalog with their set counts and subthemes.

Inferred read-only
get_stats

Dataset overview: how many sets/minifigs are indexed, the year range covered, the largest themes, and when data was last refreshed.

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.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.

Trust status Trusted

conde.sh 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.