Odel
trustrails mcp server

trustrails mcp server

Local
@james-webdevJavaScriptMITUpdated 5mo ago

Search UK electronics products across retailers. Real-time prices, stock, and specs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@trustrails/mcp-serverv1.0.7

Run

npx -y @trustrails/mcp-server

MCP client config

{
  "mcpServers": {
    "trustrails-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@trustrails/mcp-server"
      ]
    }
  }
}