Urdb : Product Integrity Database

by GetMystAdmin

2 stars
251 downloads
Not rated
GitHub

Description

# urdb-mcp <a href="https://glama.ai/mcp/servers/GetMystAdmin/urdb-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/GetMystAdmin/urdb-mcp/badge" /> </a> MCP server for [URDB](https://urdb.io) — the product integrity database. Connect Claude Desktop (or any…

About

# urdb-mcp <a href="https://glama.ai/mcp/servers/GetMystAdmin/urdb-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/GetMystAdmin/urdb-mcp/badge" /> </a> MCP server for [URDB](https://urdb.io) — the product integrity database. Connect Claude Desktop (or any MCP-compatible AI) to real, sourced data…

Details

Author
GetMystAdmin
GitHub stars
2
Downloads
251
Categories
Database

- Search products by name or keyword with integrity scores
- Full integrity breakdown across 7 dimensions
- Documented enshittification events for a product
- List/filter products by category, brand, or score
- Connects to any MCP-compatible AI assistant
- Free API tier available

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Urdb : Product Integrity Database
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Obtain an API key from urdb.io/settings/api-keys (free tier available), then add the server to your Claude Desktop configuration file with the URDB_API_KEY environment variable. Restart Claude Desktop and use the provided tools with natural language prompts.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "urdb : product integrity database": {
            "urdb": {
                "command": "npx",
                "args": [
                    "urdb-mcp"
                ],
                "env": {
                    "URDB_API_KEY": "your_key_here"
                }
            }
        }
    }
}

McpServers

{
    "urdb": {
        "command": "npx",
        "args": [
            "urdb-mcp"
        ],
        "env": {
            "URDB_API_KEY": "your_key_here"
        }
    }
}

urdb-mcp

<a href="https://glama.ai/mcp/servers/GetMystAdmin/urdb-mcp">

</a>

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.

Tools

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

Setup

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

Example prompts

- "Which laptops have the highest integrity scores?"
- "Has the KitchenAid Stand Mixer gotten worse over the years?"
- "Find me a washing machine that hasn't been enshittified"
- "What changed with the Sonos Era 100 recently?"

API docs

Full REST API: urdb.io/api

License

MIT

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.