Insurance estimates from Mylo, inside your AI assistant
Mylo brings fast, personalized insurance premium estimates to the AI assistants you already use — like ChatGPT and Claude. Ask about auto, home, condo, renters, or a bundle, and get an estimated monthly premium range comparing coverage from 100+ carriers, plus a one-click, pre-filled link to finish on ChooseMylo.com.
The estimates are machine-learning-backed — generated by The Mind of Mylo™, trained on thousands of real quotes from Mylo's own production data — so the range you see reflects how comparable risks have actually priced, not a generic rule of thumb.
Mylo is an independent insurance broker, not a carrier — policies are issued by carrier partners. It's free to use, and no account is needed to get an estimate. When you're ready, continue on ChooseMylo.com for a more accurate quote, or schedule time to talk with a licensed Mylo insurance consultant.
What you can estimate today
- Auto — Cars, trucks, and the drivers on your policy. Provide your ZIP, your vehicle (or just a VIN), and driver details.
- Home & condo — For a home or condo you own. Share a few property basics — type (home or condo), approximate square footage, year built, and (if you know it) the year the roof was last updated. Roof age is a meaningful rating factor, so including it sharpens the estimate; if you don't know it, we assume the original roof.
- Renters — Renting a house, condo, or apartment? A renters estimate needs only your location.
- Auto + property bundle — Looking at both? Get your auto and property estimates side by side in one step.
More coming soon — we're expanding what you can estimate through your AI assistant, including general liability and a business owner's policy for small businesses, plus more coverage types over time.
How it works
- Ask your assistant about auto, home, condo, renters, or a bundle.
- Answer a few conversational questions — no forms. The assistant collects only the rating basics (see Privacy & data).
- Get an estimated monthly premium range, produced by The Mind of Mylo™ and compared across 100+ carriers.
- Continue on ChooseMylo.com — your details are pre-filled, so a more accurate quote takes about two minutes — or schedule time to talk with a licensed Mylo insurance consultant.
Results are estimates, not binding quotes. Actual pricing depends on carrier underwriting and the final details you provide.
Connect Mylo to your AI assistant
Mylo is being published to the MCP registries — the directories AI assistants use to discover tools — so soon you'll be able to add it in just a click or two from your assistant's connector list. We'll update this page as one-click install goes live on each platform.
In the meantime, if your assistant supports custom Model Context Protocol (MCP) connectors, you can add Mylo today using this address:
https://choosemylo.com/api/gateway/chatbot/mcp
For example, add it as a custom connector in Claude (Settings → Connectors) or in ChatGPT with Developer Mode enabled, then ask about auto, home, condo, renters, or a bundle. No account and no cost.
What you need
Nothing. The connector is public — no account, no API key, and no sign-in are required to get an estimate.
Privacy & data
- What's collected: only the rating information you provide in the conversation — for example your ZIP and state; for auto, vehicle year/make/model or VIN and each driver's date of birth, gender, and marital status; for home/condo/renters, ownership and (for owned dwellings) property type, square footage, year built, and roof-update year.
- What's not collected: your name, email, phone, or street address are not collected through the AI assistant.
- The assistant's role: the conversation runs inside the third-party AI assistant under its own privacy policy; Mylo receives only the rating fields when a tool is called.
- Contact & consent: any contact details and required consent (including TCPA consent) are collected separately and securely on ChooseMylo.com if you choose to continue.
- Full details: Mylo Privacy Policy.
Frequently asked questions
Is it free? Yes. Mylo is free to use, and there's no cost to get an estimate. When you're ready, you can continue on ChooseMylo.com for a more accurate quote or schedule time with a licensed Mylo insurance consultant.
Is the estimate a real quote? No — it's an estimate, not a binding quote. It gives you a realistic monthly premium range from a few details. You'll get carrier-specific pricing when you continue on ChooseMylo.com, where your info is pre-filled so it takes about two minutes.
Is Mylo an insurance company? No. Mylo is an independent insurance broker, not a carrier — policies are issued by carrier partners. Mylo compares options across 100+ carriers to help you find the right coverage.
What information do I need to provide? Just the basics in the chat: your ZIP code, and for auto your vehicle(s) and driver(s), or for home/condo a few property details. Renters needs only your location. No name, email, phone, or street address is collected in the conversation.
Is my information private? Only the rating details you share are sent to Mylo, and only to generate your estimate. We don't collect your name, email, phone, or street address in the AI conversation. See our Privacy Policy.
Which insurance products can I get estimates for? Auto, home, condo, and renters — plus a bundle that shows auto and property side by side. More coverage types, including general liability and a business owner's policy, are coming soon.
How is the estimate calculated? It's produced by The Mind of Mylo™, a machine-learning model trained on thousands of real quotes from Mylo's production data, reflecting coverage compared across 100+ carriers. It's built to give you a realistic range quickly — not a final price.
Which AI assistants does this work with? Any assistant that supports custom connectors, including Claude and ChatGPT. Availability expands as Mylo is listed in more AI assistant directories.
Do I need an account? No. You can get an estimate right in the chat without creating an account. You'd only create one (or share contact details) if you choose to continue toward purchasing on ChooseMylo.com.
Can I bundle auto and home? Yes — ask for both and you'll get two estimates side by side. Bundle savings are set by the carrier, so a licensed Mylo insurance consultant can give you the actual bundled price when you continue.
Can I talk to a person? Yes. You can schedule time to talk with a licensed Mylo insurance consultant — they can walk you through an exact quote and answer coverage questions.
Technical reference (for developers & directory reviewers)
- MCP endpoint:
https://choosemylo.com/api/gateway/chatbot/mcp - Transport: MCP Streamable HTTP (JSON responses)
- Authentication: none (public); every user connects to the same URL
- Official MCP registry:
com.choosemylo/mind-of-mylo-quotes— verify the listing (JSON; the registry is API-first, so human-browsable listings appear in third-party directories like PulseMCP, Glama, and mcp.so as they index it)
Tools
get_auto_insurance_quote— Auto premium estimate.- Inputs: applicant (ZIP/state), vehicles (year/make/model, or a VIN), drivers (date of birth, gender, marital status).
- Returns: a low/high monthly premium range and a pre-filled
continueUrl.
get_home_insurance_quote— Home, condo, or renters estimate.- Inputs (owned home/condo): applicant,
ownership, property type, square footage, year built — plusroofUpdateYear(roof age is a rating factor; optional, defaults to the year built). - Inputs (renters): applicant +
ownershiponly. - Returns: a low/high monthly premium range, the
product(homeowners/condo/renters), and acontinueUrl.
- Inputs (owned home/condo): applicant,
get_bundle_insurance_quote— Auto and property together.- Inputs: auto (vehicles/drivers) plus property (ownership/details).
- Returns: two independent estimates side by side and one shared
continueUrl.
Each tool creates a Mylo application record so the estimate can be continued on ChooseMylo.com, and returns an xcid you can pass on subsequent calls to keep a session linked. All figures are estimates, not binding quotes. No personally identifiable information is collected by the tools.
Try it (no auth required)
curl -s -X POST https://choosemylo.com/api/gateway/chatbot/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"docs","version":"1"}}}'
About Mylo
Mylo is a digital insurance brokerage that helps individuals and businesses compare and purchase coverage from more than 100 top-rated carriers. Founded in 2015 and licensed in all 50 U.S. states, Mylo pairs proprietary technology — The Mind of Mylo™ — with licensed insurance consultants to help customers find the right coverage at the best value. There is no cost to the customer. Learn more at ChooseMylo.com.
Support
Questions or need a hand? Schedule time with a licensed Mylo insurance consultant via ChooseMylo.com — they can walk you through an exact quote and coverage questions.