MCP · llms.txt · schema.org

Make your business readable by AI.

Fill in your hours, products, and FAQs once. ority generates a machine-readable profile so AI agents can find, understand, and answer questions about your business accurately.

Go to your accountSee what gets generated
acme-cafe.json
{
  "name": "Acme Cafe",
  "hours": { "mon": "07:00-18:00" },
  "contact": { "email": "hello@acme.cafe" },
  "faqs": [{ "question": "Oat milk?", "answer": "Yes, free." }]
}

What gets generated

ai-catalog.json/.well-known/ai-catalog.json

The one file you install on your own website, once. It never changes — it just points AI agents to your ority-hosted profile below.

server-card.json/api/profile/{slug}/server-card.json

The MCP Server Card (per the official SEP-2127 standard) — identity, connection details, and supported protocol versions for your live MCP server.

MCP server/api/profile/{slug}/mcp

A live Model Context Protocol server. AI agents connect here to call tools like get_products, get_hours, or any custom MCP tools you link in.

webmcp.js/api/profile/{slug}/webmcp.js

An optional script tag for your own site. Hands the same tools your MCP server provides directly to AI agents browsing your page, using the emerging WebMCP standard.

schema.js/api/profile/{slug}/schema.js

An optional script tag for your own site. Adds your profile as schema.org structured data, so Google can show your opening hours, locations and contact details in search results.

JSON profile/api/profile/{slug}

Complete business data in structured JSON. The source of truth for all other formats.

llms.txt/api/profile/{slug}/llms.txt

Plain-text summary following the llms.txt convention — picked up by AI crawlers the same way robots.txt is picked up by search engines.