Developers and AI Agents
What is available
AIVA Claims publishes its public content and unauthenticated APIs in machine-readable forms: an llms.txt index, a Markdown alternate of every public page, an OpenAPI 3.1 document, and an MCP server. No account or API key is needed for any of them.
llms.txt
- /llms.txt — index of every public page and endpoint, in the llmstxt.org format.
- /llms-full.txt — every public page as one Markdown document.
Markdown alternates
Every public page is available as Markdown at the same URL with .md appended (/faq.md, /index.md for the homepage), or by requesting the page with Accept: text/markdown. Responses carry x-markdown-tokens, an estimate of the document's length in tokens (characters divided by four).
OpenAPI
- /openapi.json — OpenAPI 3.1 description of the unauthenticated endpoints (also at /.well-known/openapi.json).
MCP server
- https://aivaclaims.com/mcp — Model Context Protocol server (Streamable HTTP, no authentication). The endpoint documents its own tools.
Crawling
/robots.txt allows AI crawlers and declares Content-Signal: search=yes, ai-train=yes, ai-input=yes. /sitemap.xml lists every public page.