← Back to search
80
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
security llms-txtopenapiapimcpai-friendlyai

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 80/100

            

llms.txt Content

# TrustRails > A UK electronics product data layer: retailer feeds standardised, matched by GTIN barcode, and made readable by AI systems, both as structured web data and as a live API and MCP server. TrustRails takes the product feed a retailer already publishes and republishes it in a format AI assistants and answer engines can read directly. Structured pages carry schema.org Product, Offer, and GTIN data; a public API and MCP server let agents query prices and stock directly. ## Key pages - [Retailers](https://trustrails.app/retailers): what TrustRails does, how it works, and how to get a product feed connected. - [What is GEO](https://trustrails.app/geo): Generative Engine Optimization, explained. - [What is MCP](https://trustrails.app/mcp): Model Context Protocol, explained. - [Developers](https://trustrails.app/developers): API docs and quickstart for querying the catalogue directly. - [Live Explorer](https://trustrails.app/explorer): try real API queries against the live catalogue. ## Proof - [trustrails-compare.com](https://trustrails-compare.com): a live UK price-comparison site built entirely on this catalogue, real proof the data works, not a pitch deck. ## Optional - [Privacy](https://trustrails.app/privacy)

OpenAPI Spec (preview)

openapi: 3.1.1 info: title: TrustRails API version: 0.1.0 description: > UK electronics product search API for AI assistants. Covers 26,000+ products from major UK retailers across 19 categories. All prices are in GBP. HOW TO CALL searchProducts — read before every call: Decompose the user's request into filters first. Only what's left over goes in query. STEP 1: brand name → brand filter. STEP 2: product category → category filter. STEP 3: price → min_pr