{
    "mcp": {
        "servers": [
            {
                "name": "VisitorsCoverage Travel Insurance",
                "description": "AI-powered travel insurance platform via MCP. Browse and compare insurance plans across multiple categories, get real-time quotes with pricing, view detailed plan benefits and restrictions, adjust coverage options with instant premium recalculation, and access purchase links \u2014 all through a standard MCP interface.",
                "url": "https://mcp.visitorscoverage.com/travel-insurance",
                "transport": "streamable-http",
                "version": "2024-11-05",
                "authentication": {
                    "type": "bearer",
                    "description": "Partner API key required. Contact partners@visitorscoverage.com to obtain credentials."
                },
                "capabilities": {
                    "tools": [
                        {
                            "name": "get_current_datetime",
                            "description": "Get current date/time in US Eastern for date validation"
                        },
                        {
                            "name": "list_categories",
                            "description": "Browse available insurance categories (visitor, trip, immigrant, J1 visa, Schengen)"
                        },
                        {
                            "name": "list_products",
                            "description": "List all plans in a category with provider, coverage type, features, restrictions, and eligibility"
                        },
                        {
                            "name": "get_product_details",
                            "description": "Full plan details including benefits, coverage limits, PPO networks, underwriter info, and add-ons"
                        },
                        {
                            "name": "get_countries",
                            "description": "Get all supported countries with ISO3 codes for quote parameters"
                        },
                        {
                            "name": "get_states",
                            "description": "Get states/provinces for a country (used in trip quotes)"
                        },
                        {
                            "name": "get_quote",
                            "description": "Generate real-time travel medical insurance quotes with plan comparisons, pricing, deductible options, and purchase links"
                        },
                        {
                            "name": "get_trip_quote",
                            "description": "Generate trip protection quotes covering cancellation, interruption, delay, baggage, and emergency medical"
                        },
                        {
                            "name": "update_plan_premium",
                            "description": "Recalculate premium instantly with different coverage amounts or deductibles for plan comparison"
                        }
                    ],
                    "resources": {
                        "partner://products": "Full product catalog for browsing and comparison",
                        "partner://products/{plan}": "Detailed plan information with all benefits",
                        "partner://compare/{category}": "Side-by-side plan comparison within a category"
                    }
                },
                "use_cases": [
                    "Compare travel insurance plans by coverage, price, and benefits",
                    "Get instant quotes for visitors, immigrants, students, and trip protection",
                    "Adjust deductibles and coverage limits to see real-time pricing changes",
                    "Find plans that cover pre-existing conditions or COVID-19",
                    "Identify plans available for specific countries, ages, or visa types",
                    "Access plan brochures, policy documents, and PPO network details"
                ],
                "categories": {
                    "visitor": "Travel medical insurance for visitors to the USA",
                    "trip": "Trip cancellation, interruption, delay, and baggage protection",
                    "immigrant": "Short-term medical coverage for green card holders",
                    "j1-visa": "Medical coverage for J1/J2 visa exchange program participants",
                    "schengen": "Medical coverage meeting Schengen visa requirements (EUR 30,000 minimum)"
                },
                "contact": "partners@visitorscoverage.com"
            }
        ]
    }
}