Malcolm
AI Insurance Infrastructure

The compliant layer for AI insurance

Malcolm lets AI agents quote, compare, and bind insurance policies in-conversation - without hallucinations, without storing PII.

AI Insurance Assistant
Ask a question...
Live demoPowered by Malcolm API

Backed by Founders Factory

Founders Factory

Benefits

Built for every side of the value chain

Malcolm sits between AI agents and insurance carriers, ensuring every interaction is compliant, accurate, and auditable.


How it works

Three steps to a bound policy

From AI conversation to bound policy - no manual quoting, no compliance gaps.

Step 1

Agent sends a request

An AI agent (ChatGPT, Gemini, etc.) sends an insurance query - quote, comparison, or bind - via Malcolm's API.

POST /v1/quote HTTP/1.1
Content-Type: application/json

{
  "product": "home_insurance",
  "postcode": "SW1A 1AA",
  "property_type": "flat",
  "rebuild_cost": 350000
}

FAQ

Frequently asked questions

01

02

03

04

05

06


Blog

Latest from the blog

Insights on AI-powered insurance distribution, compliance, and the future of embedded insurance.


Get Started

Ready to unlock AI distribution?

See how Malcolm can help you distribute insurance through AI agents - compliantly, at scale.

API online|Live in one day
$ curl -X POST https://api.trymalcolm.com/v1/quote \
  -H "Authorization: Bearer mk_live_..." \
  -d '{ "product": "home_insurance" }'

{
  "status": "quoted",
  "checkout_url": "https://checkout.trymalcolm.com/q/..."
}
Quick start2 endpoints · 1 API key