mcpserver.lol
registry/insurance
Connection check verified live · 20h ago

insurance

保险产品搜索、推荐、保费试算、核保预检。覆盖65家保司483款产品。China insurance MCP server.

Tools 9
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

9 tools

Read from the running server on 20h ago.

answer_question question*product_idsynthesize
回答保险知识问题。默认返回知识库检索结果;传synthesize:true可获得LLM整合答案。
chat message*session_id
自然语言多轮对话(适合信息不确定、需要引导的场景,或人类用户直接使用)。
check_underwriting agecategoryproduct_idshealth_conditions*
核保预判:根据用户健康状况,评估各产品的可投保性(可正常投保/需加费除外/可能拒保)。
compare_products agegenderproduct_ids*
对比2-5款产品的关键维度(保费、保障、免赔额、续保等),返回结构化对比表。
get_premium age*genderproduct_id*
查询指定产品在特定年龄/性别下的精确保费数据。
get_product_detail compactproduct_id*
获取单个产品的结构化信息。compact=true时只返回摘要字段,适合Agent快速浏览;默认返回完整信息含条款详情。
get_schema capability
获取调用策略和字段优先级。调用流程:(1)收集用户age后即可调recommend(2)有health_conditions时自动附带核保结论(3)include_reasoning默认false,Agent自行组织语言(4)返回的source_url可直接给用户作为投保链接。本工具返回各能力的字段优先级、缺失影响、默认行为。
recommend age*needsbudgetgenderfamily_roleoccupation_class +4
根据用户画像推荐保险方案(核心工具)。信息不全也可调用——返回最佳推荐+缺失字段提示。传入health_conditions自动附带核保结论。默认纯数据模式(<100ms),设include_reasoning:true生成自然语言理由(+3s)。
search_products agelimitbudgetkeywordcategory
按条件搜索保险产品,返回结构化JSON列表。支持按险种、年龄、预算、关键词筛选。