# TrustRails - UK Electronics Product Finder

Search and compare 26,000+ UK electronics products across multiple retailers including AO.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add trustrails/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list trustrails/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get trustrails/mcp-server search_products

# Call a tool
npx -y @smithery/cli@latest tool call trustrails/mcp-server search_products '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--trustrails.run.tools`

## Tools (2)

- `search_products` — Search 26,000+ deduplicated UK electronics products across multiple retailers with price comparison. Returns summary da…
- `get_product` — Get full details for a single product by ID. Returns complete technical specifications including specs.description (ful…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get trustrails/mcp-server <tool-name>
```
