← Back to browse

WhyLingxi 保险顾问 Insurance Advisor

Indexed by cn.whylingxi

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http insurance https://whylingxi.cn/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"insurance","type":"http","url":"https://whylingxi.cn/mcp"}'
JSON
{
  "mcpServers": {
    "insurance": {
      "url": "https://whylingxi.cn/mcp"
    }
  }
}