For machines
For AI agents
This directory exposes its data to language models and AI assistants four ways. Pick the one that fits your client.
1. MCP server
The fastest path for an AI agent. The MCP server is read-only, no-auth, and exposes five tools:search_products,get_product,list_alternatives,compare, andlist_categories.
Endpoint: https://mcp.mintedsaas.com/mcp (Streamable HTTP).
2. JSON-LD on every page
Every listing page emits a SoftwareApplication schema. Every category page emits a CollectionPage with an ItemList. The homepage emits WebSite with a SearchAction.
3. Per-page Markdown
Append .md to any listing URL to get a clean Markdown rendering. Useful for clients that prefer pre-rendered text over HTML scraping. Coming shortly.
4. llms.txt
/llms.txt is a curated entry-point file; the /llms-full.txt variant ships the full structured dataset for ingestion.
About our backlink-check bot
We crawl listings' homepages once a day to check the required backlink is still there. See /about/our-bot for the User-Agent string and how to whitelist us.