WI
WhyLingxi Insurance Advisor
/get_premium
get premium
查询指定产品在特定年龄/性别下的精确保费数据。
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 /get_premium for me.
Input
| Field | Type | Description |
|---|---|---|
| product_id* | integer | 产品ID |
| age* | integer | 年龄 |
| gender | string (男 | 女) |
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":"/get_premium","input":{"product_id":1,"age":1}}'cli
npx cracked-ai run -p mcp-cn-whylingxi-insurance -e /get_premium -i '{"product_id":1,"age":1}'mcp
run_tool({ provider: "mcp-cn-whylingxi-insurance", endpoint: "/get_premium", input: {"product_id":1,"age":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.