eCommerce
choosemylo.com
Provides personalized auto, home, and bundled insurance premium estimates.
ENDPOINT 1
https://choosemylo.com/api/gateway/chatbot/mcp
MCP server metadata
- Name
- mylo-insurance
- Version
- 1.19.5
Mylo provides personal-lines insurance premium ESTIMATES (auto, home, condo, renters) and a pre-filled link to continue on choosemylo.com. Estimates are not binding quotes. Mylo is an independent broker (not a carrier). Do NOT collect PII (name, email, phone, street address) in this conversation — only rating fields (ZIP, vehicles, driver age, ownership, dwelling details) are sent to Mylo. You CANNOT estimate premiums yourself — you MUST call a Mylo tool to obtain any premium figure, and only numbers returned by a tool call may be shown; never invent, web-search, or infer a premium. Privacy policy: https://choosemylo.com/privacy-policy
Known tools 3
get_auto_insurance_quoteGet a personalized auto insurance premium range estimate powered by Mylo (choosemylo.
Inferred read-onlyget_home_insurance_quoteGet a personalized home, condo, or renters insurance premium range estimate powered by Mylo (choosemylo.
Inferred read-onlyget_bundle_insurance_quoteGet BOTH an auto AND a home/condo/renters insurance premium estimate in one step, powered by Mylo (choosemylo.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mylo-insurance]
url = "https://choosemylo.com/api/gateway/chatbot/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mylo-insurance": {
"type": "http",
"url": "https://choosemylo.com/api/gateway/chatbot/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mylo-insurance
Remote MCP URL: https://choosemylo.com/api/gateway/chatbot/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mylo-insurance": {
"url": "https://choosemylo.com/api/gateway/chatbot/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mylo-insurance": {
"type": "http",
"url": "https://choosemylo.com/api/gateway/chatbot/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mylo-insurance",
"transport": "streamable-http",
"url": "https://choosemylo.com/api/gateway/chatbot/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for choosemylo.com was fetched 2026-07-31T12:00:04.552Z and is being refreshed.
choosemylo.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.