{
  "name": "cn.whylingxi/insurance",
  "title": "WhyLingxi 保险顾问 Insurance Advisor",
  "description": "China insurance MCP server: search, compare, recommend, quote and pre-underwrite 489 products from 158 insurers.",
  "description_zh": "面向中国保险市场的AI原生MCP服务，覆盖158家保司489款在售产品。提供产品搜索与对比、个性化方案推荐、精确保费测算、健康告知核保预检、保险知识问答等结构化能力，供ChatGPT/Claude/DeepSeek等AI Agent直接调用。",
  "url": "https://whylingxi.cn/mcp",
  "transport": "streamable-http",
  "version": "4.0.0",
  "tools": [
    {
      "name": "get_schema",
      "description": "Discover capabilities / 获取工具能力说明"
    },
    {
      "name": "search_products",
      "description": "Search by category/keyword/age/budget / 按险种、关键词、年龄、预算搜索产品"
    },
    {
      "name": "get_product_detail",
      "description": "Full product info with coverage & FAQ / 获取产品完整信息（保障责任、FAQ等）"
    },
    {
      "name": "compare_products",
      "description": "Side-by-side comparison (2-5 products) / 多款产品全维度对比"
    },
    {
      "name": "recommend",
      "description": "Personalized plan based on user profile / 根据年龄、性别、预算、需求生成个性化方案"
    },
    {
      "name": "get_premium",
      "description": "Exact premium by age/gender/plan / 精确保费查询"
    },
    {
      "name": "answer_question",
      "description": "Insurance knowledge Q&A / 保险知识问答"
    },
    {
      "name": "check_underwriting",
      "description": "Health condition pre-assessment / 带病投保核保预检"
    },
    {
      "name": "chat",
      "description": "Multi-turn natural language conversation / 多轮自然语言对话"
    }
  ],
  "tags": [
    "insurance",
    "finance",
    "health",
    "china",
    "recommendation",
    "underwriting",
    "a2a",
    "mcp"
  ],
  "languages": [
    "zh-CN",
    "en"
  ],
  "author": "WhyLingxi",
  "homepage": "https://whylingxi.cn",
  "documentation": "https://whylingxi.cn/docs",
  "agent_card": "https://whylingxi.cn/.well-known/agent.json",
  "openai_plugin": "https://whylingxi.cn/.well-known/ai-plugin.json",
  "openapi": "https://whylingxi.cn/openapi.json"
}