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.
What gets generated
/.well-known/ai-catalog.jsonThe one file you install on your own website, once. It never changes — it just points AI agents to your ority-hosted profile below.
/api/profile/{slug}/server-card.jsonThe MCP Server Card (per the official SEP-2127 standard) — identity, connection details, and supported protocol versions for your live MCP server.
/api/profile/{slug}/mcpA 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.
/api/profile/{slug}/webmcp.jsAn 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.
/api/profile/{slug}/schema.jsAn 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.
/api/profile/{slug}Complete business data in structured JSON. The source of truth for all other formats.
/api/profile/{slug}/llms.txtPlain-text summary following the llms.txt convention — picked up by AI crawlers the same way robots.txt is picked up by search engines.