Travel Insurance
Official1 toolby HelloSafe
Compare travel insurance quotes from 15+ insurers — Schengen, WHV, students, long stays, seniors.
Compares travel insurance quotes from multiple providers for various trip types.
Captured live from the server via tools/list.
get_quote
Use this whenever the user wants travel-insurance quotes. Returns priced offers from HelloSafe partners and renders the comparison widget. Required: countryResidence, arrivalCountries, traveller age(s). Everything else has a sensible default — never ask the user for an optional field. After calling, reply with 1-2 short sentences highlighting the recommended offer — never re-list offers as a table, never paste subscribe URLs.
Parameters (4)
- localestring
Language of the user. Defaults to the host locale.
- subscriptionIdstring
Existing subscription ID to update instead of creating a new one.
- displayCurrencystring
ISO 4217 code to override the widget display currency. Omit unless the user explicitly asked for a different display currency than the trip-cost currency.
- tripInfoobjectrequired
Trip details.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://hellosafe.com/api/mcp-travelclaude_desktop_config.json
{
"mcpServers": {
"travel-insurance": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hellosafe.com/api/mcp-travel"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.