WI
WhyLingxi Insurance Advisor
/check_underwriting
check underwriting
核保预判:根据用户健康状况,评估各产品的可投保性(可正常投保/需加费除外/可能拒保)。
liveverifiedunknown~5s typical
mcpprobedwhylingxiinsuranceadvisor
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-cn-whylingxi-insurance /check_underwriting for me.
Input
| Field | Type | Description |
|---|---|---|
| health_conditions* | array | 健康状况列表,如["高血压2级","甲状腺结节3类","乙肝小三阳"] |
| age | integer | 年龄(影响可选产品范围) |
| category | string | 想投保的险种(不传则评估医疗+重疾+意外+定寿) |
| product_ids | array | 指定产品ID列表(不传则自动选取各险种Top产品评估) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-cn-whylingxi-insurance","endpoint":"/check_underwriting","input":{"health_conditions":[]}}'cli
npx cracked-ai run -p mcp-cn-whylingxi-insurance -e /check_underwriting -i '{"health_conditions":[]}'mcp
run_tool({ provider: "mcp-cn-whylingxi-insurance", endpoint: "/check_underwriting", input: {"health_conditions":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.