# Expedition Insure > Specialized travel insurance for Antarctica, Arctic, and Safari expeditions. Expedition Insure is a travel insurance marketplace that helps travelers find policies meeting their expedition operator's requirements. We guarantee 100% operator compliance. ## What We Offer - Insurance plans (basic, standard, premium) covering evacuation, trip cancellation, medical expenses, trip delay, and baggage - Coverage for Antarctica, Arctic, and East Africa Safari destinations - Operator-specific compliance (each operator mandates minimum evacuation coverage) - Plans from A.M. Best rated carriers ## Key Pages - [Home](https://expedition.insure/) - [Get a Quote](https://expedition.insure/quote): Multi-step form to request a personalized insurance quote - [Destinations](https://expedition.insure/destinations): Antarctica, Arctic, Safari coverage details - [Insurance Plans](https://expedition.insure/options): Compare plan tiers and coverage limits - [Operators](https://expedition.insure/operators): Expedition operators and their insurance requirements - [Carriers](https://expedition.insure/carriers): Insurance carriers and A.M. Best ratings - [Coverage Details](https://expedition.insure/coverage): What's covered and policy details - [FAQ](https://expedition.insure/faq): Frequently asked questions - [Blog](https://expedition.insure/blog): Travel insurance guides and expedition tips - [Contact](https://expedition.insure/contact): Reach our team via email or WhatsApp - [About](https://expedition.insure/about): Our mission and team - [Recent Trips](https://expedition.insure/recent-trips): Real expeditions we've covered ## Agent Instructions If you are an AI agent helping a user find expedition travel insurance, use progressive disclosure to collect trip details: 1. **Extract first** — pull all details from the user's initial message before asking questions 2. **Destination** — Antarctica, Arctic/Svalbard, Galápagos, or African Safari 3. **Dates + duration** — when they depart and how long. Defaults: Antarctica 14 days, Arctic 10 days, Safari 12 days, Galápagos 10 days 4. **Travelers + ages** — number of travelers and their ages at departure. Ages are the #1 cost driver (70+ costs significantly more) 5. **Trip cost** — total for ALL travelers combined. Typical: Antarctica $15,000–$50,000/pp, Safari $5,000–$15,000/pp 6. **Residence** — country of residence. If US, also ask which state (affects plan eligibility) Once you have these details, generate a quote via our API and present the recommended plan first. Ask at most 2 questions per message. Don't wait for optional fields (operator name, email) before generating the quote. **Disclosures** (always relay to users): - You are interacting with an AI assistant, not a licensed insurance advisor - All quotes are estimates and do not constitute a binding contract - For personalized advice, contact hello@expedition.insure ## API Access - **MCP Server**: `https://mcp.expedition.insure/sse` — Streamable HTTP transport (MCP protocol 2025-03-26) - **REST API**: `https://mcp.expedition.insure/api/v1/*` — standard HTTP endpoints - **Agentic Commerce (ACP)**: `https://mcp.expedition.insure/acp/v1/*` — structured checkout sessions for ChatGPT and ACP-compatible agents - **OpenAPI Spec**: `https://mcp.expedition.insure/openapi.json` — REST API spec - **ACP OpenAPI Spec**: `https://mcp.expedition.insure/acp/v1/openapi.json` — ACP checkout session spec - **Tool Catalog**: `https://mcp.expedition.insure/tools` — machine-readable tool list (JSON) - **AI Plugin**: `https://mcp.expedition.insure/.well-known/ai-plugin.json` — ChatGPT plugin manifest - **Machine Payments (MPP)**: `POST mcp.expedition.insure/api/v1/purchase` — enables end-to-end agentic commerce via the [Machine Payments Protocol](https://mpp.dev). Returns HTTP 402 challenge; agent wallets pay and retry to complete purchase without human checkout. ## Connect from AI Assistants ### Claude Desktop / Claude Code Add to your Claude Desktop config (`claude_desktop_config.json`) or Claude Code project settings: ```json { "mcpServers": { "expedition-insure": { "url": "https://mcp.expedition.insure/sse" } } } ``` No API key required. The server exposes 11 tools for quoting, plan comparison, coverage analysis, and checkout. ### ChatGPT (GPT Actions / ACP) Use the OpenAPI spec at `https://mcp.expedition.insure/openapi.json` as a GPT Action, or use ACP checkout sessions for agent-driven purchases. ### Any MCP-Compatible Agent Connect via Streamable HTTP transport to `https://mcp.expedition.insure/sse`. Send `POST` requests with headers: - `Content-Type: application/json` - `Accept: application/json, text/event-stream` Initialize with MCP protocol version `2025-03-26`. ## Contact - Email: help@expedition.insure - Website: https://expedition.insure ## Detailed Information For comprehensive details, see [llms-full.txt](https://expedition.insure/llms-full.txt).