Searches URDB product integrity data and runs electronics, hardware, and firmware calculations through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Urdb MCP.
urdb_searchSearch products by name or keyword, with integrity scores
urdb_get_productFull integrity breakdown across 7 dimensions
urdb_get_changesDocumented enshittification events for a product
urdb_list_productsList/filter products by category, brand, score
GetMystAdmin/urdb-mcp MCP server gives AI assistants access to URDB product data and engineering calculators. The product tools cover searches by name or keyword, complete integrity scores across seven dimensions, documented product changes, and filtered product lists by category, brand, or score. This supports questions such as comparing laptop integrity scores or checking whether a product has accumulated documented downgrades over time.
The server also exposes 76 calculators covering electronics, hardware, and firmware topics. Example areas include LED resistor sizing, RC timing, regulators, PCB trace width, wire gauge, UART baud rates, CAN bit timing, CRC, IEEE 754 values, LoRa airtime, antenna dimensions, gear ratios, and MCU references. Calculator responses include the result, machine-readable values, a worked derivation, and a link to the corresponding URDB web tool.
GetMystAdmin/urdb-mcp is a thin stdio-to-HTTPS proxy. It forwards requests to the URDB API at https://urdb.io/api/v1 rather than implementing the calculation formulas locally. When the process starts, it retrieves the calculator catalog and each calculator's JSON Schema from the API. New calculators can therefore become available after restarting the MCP server without updating the npm package.
The calculator catalog is organized into seven groups: Components, Circuits, Power & Wiring, Firmware, RF & Signals, Mechanical, and Reference. Where applicable, calculations follow standards including IPC-2221, IPC-2141, IEC 60063, IEC 60127, ISO 11898-1, and IEEE 754. The tool identifies when a result is an extrapolation rather than a measurement.
Create an API key through URDB's API key settings page, then configure the server as an MCP stdio process. The documented npm command is npx urdb-mcp; when running it non-interactively, use npx -y urdb-mcp to avoid an installation prompt. Claude Desktop configuration uses the URDB_API_KEY environment variable.
URDB_API_KEY is required. URDB_API_URL is optional and changes the API base URL; it defaults to https://urdb.io/api/v1. After adding the configuration, restart the MCP host. The README identifies a free tier, with calculator usage metered separately from product data and up to 1,000 calculator calls per day on that tier.
The product-data tools are:
urdb_search searches products by name or keyword and returns integrity scores.urdb_get_product returns a product's integrity breakdown across seven dimensions.urdb_get_changes retrieves documented enshittification events for a product.urdb_list_products lists or filters products by category, brand, or score.Calculator tools use calc_<name> identifiers. The complete catalog is returned at runtime through the server's tool listing, so the available calculator set is controlled by URDB rather than fixed entirely in the package.
GetMystAdmin/urdb-mcp requires network access to URDB and a valid API key. It does not contain the calculation logic or an offline copy of the calculator catalog. If the API cannot be reached during startup, the server can still start and provide product tools, then retry loading the calculator catalog when tools/list is requested.
The README also documents the same URDB functionality through plain HTTP endpoints, but this listing describes the MCP package and its stdio configuration. Calculator usage and product-data access are subject to the URDB account's quotas and service availability.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/getmystadmin-urdb-mcp)<a href="https://allmcps.com/mcp/getmystadmin-urdb-mcp"><img src="https://allmcps.com/api/badge/getmystadmin-urdb-mcp?style=directory" alt="Urdb MCP on AllMCPs" /></a>