Search UK electronics products across retailers. Real-time prices, stock, and specs.
{
"mcpServers": {
"trustrails-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Search UK electronics products across retailers. Real-time prices, stock, and specs.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
AI agent discovery, marketplace, messaging, and payments on Nostr — no platform, no middleman
Flight price comparison MCP server. Search multiple booking sources to find better flight prices.
22 tools: search 15+ marketplaces, verify licenses, childcare costs, FCC, GSA auctions
EU trade analytics, product catalog, orders, and heating fuel calculator for AI agents.
MCP Security Weekly
Get CVE alerts and security updates for Trustrails MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Search UK electronics products - compare prices, find deals, and discover products across multiple retailers.
Built for the Model Context Protocol (MCP) - works with Claude Desktop, Claude Code, and other MCP-compatible AI assistants.
No installation needed — just add TrustRails to your Claude config.
For Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"trustrails": {
"command": "npx",
"args": ["-y", "@trustrails/mcp-server"],
"env": {
"TRUSTRAILS_API_KEY": "mcp-public-2026"
}
}
}
}
For Claude Code (~/.config/claude/config.json):
{
"mcpServers": {
"trustrails": {
"command": "npx",
"args": ["-y", "@trustrails/mcp-server"],
"env": {
"TRUSTRAILS_API_KEY": "mcp-public-2026"
}
}
}
}
That's it! Restart Claude and start searching.
Just ask Claude naturally — it will decompose your request into the right query and filters:
"Find me a gaming laptop under £1000"
"I need Sony noise cancelling headphones"
"What HP laptops are available between £500-£700?"
"Show me Anker chargers"
Claude will search across multiple UK retailers and show you:
get_product for full specs when you need detailssearch_productsSearch 26,000+ UK electronics products. Returns summary data (title, price, availability, category). For full technical specs, use get_product.
Parameters:
query (string) - Refinement terms after brand and category are extracted: model lines, series names, variants, or model numbers (e.g., "neo", "ultra", "oled", "WH-1000XM5"). Omit entirely if brand + category alone describe what's needed. Never put brand names or prices here — use filters.min_price (number, optional) - Minimum price in GBPmax_price (number, optional) - Maximum price in GBPbrand (string, optional) - Filter by brand, exact match (e.g., "Sony", "HP", "Apple")category (string, optional) - Filter by category: Laptops, Desktops, Tablets, Phones, TVs, Monitors, Headphones, Speakers, Cameras, Keyboards, Mice, Printers, Networking, Storage, Gaming, Wearables, Drones, Audio, Cables & Chargers.lite (boolean, optional) - Return trimmed product objects (reduces payload by ~80%). Always use for LLM integrations.limit (number, optional) - Maximum products to return (default 50, max 100)sort (string, optional) - Sort order: relevance (default), price_asc (cheapest first), price_desc (most expensive first). Use price_asc when comparing prices.Returns: Up to 50 products with summary data. With lite: true, returns only essential fields (id, title, brand, price, availability, image_url, purchase_url).
get_productGet full details for a single product. Returns complete technical specifications including specs.description (full prose spec text with processor, RAM, storage, display, ports, etc.), stock level, delivery time, and all retailer offers with per-retailer pricing. Use after search_products for detailed comparison or recommendations.
Parameters:
product_id (string) - The product ID from search resultsReturns: Complete product with full specs (including specs.description), pricing across all retailers, and provenance information
Search across 26,000+ electronics products from major UK retailers including AO, with new retailers added regularly.