This connects Claude to URDB's product integrity database through four straightforward tools: search products by keyword, pull full integrity breakdowns across seven scoring dimensions, retrieve documented enshittification events with sources, and filter by category or brand. You'd reach for this when you need sourced data on product downgrades, shrinkflation, warranty cuts, or quality declines over time. Runs via npx with a URDB API key (free tier available). Good for comparing products that haven't been degraded or tracking specific changes to items you already own. The integrity scores and change tracking give you something more concrete than reviews alone.
MCP server for URDB — the product integrity database. Connect Claude Desktop (or any MCP-compatible AI) to real, sourced data on product downgrades, shrinkflation, warranty cuts, and enshittification.
| Tool | Description |
|---|---|
urdb_search | Search products by name or keyword, with integrity scores |
urdb_get_product | Full integrity breakdown across 7 dimensions |
urdb_get_changes | Documented enshittification events for a product |
urdb_list_products | List/filter products by category, brand, score |
1. Get an API key at urdb.io/settings/api-keys (free tier available)
2. Add to Claude Desktop config
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"urdb": {
"command": "npx",
"args": ["urdb-mcp"],
"env": {
"URDB_API_KEY": "urdb_live_your_key_here"
}
}
}
}
3. Restart Claude Desktop
Full REST API: urdb.io/api
MIT
URDB_API_KEY*secretURDB API key — get one free at https://urdb.io/settings/api-keys
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp