For AI agents and builders
Machine access and MCP
AI Risk Atlas is published for machines as well as people. Everything here can be read by AI assistants, coding agents, and answer engines through clean, structured endpoints. A live Model Context Protocol (MCP) server is planned; until it ships, the file-based access below is available now and always reflects the current content.
Available now
- /llms.txt: an index of every page with descriptions.
- /llms-full.txt: the full reference in a single file.
- /data/standards.json: the structured dataset of standards and regulations.
- /data/insurance-products.json: the structured dataset of AI insurance products.
- /data/jurisdictions.json: the jurisdictions covered by the landscape.
- Append
.mdto any article URL for clean markdown (for example/learn/what-is-ai-insurance.md).
Try it from the terminal
Fetch the structured standards dataset:
curl -s https://airiskatlas.com/data/standards.json Read any page as markdown:
curl -s https://airiskatlas.com/learn/the-ai-risk-stack.md MCP server (planned)
A remote, streamable-HTTP MCP server is on the roadmap at
mcp.airiskatlas.com, with tools to list and look up standards and insurance
products and to search the reference. It will be a thin proxy over the same structured
data above, so it will always reflect the current content. This page will be updated with
the endpoint and connection details when it is live.
Reuse
Content is offered under a Creative Commons Attribution (CC BY 4.0) license. You are welcome to quote and reuse it, including in AI assistants and answer engines, with attribution to AI Risk Atlas.