HD Consultatio RAG 风控知识库 MCP 服务
HD MCP 为 AI Agent 提供风控知识库 RAG 检索能力,基于 MCP 协议,支持 Hermes、Claude Desktop、Cursor 等主流 MCP 客户端接入。
查询风控知识库,支持按业务模式和风险模式检索。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| business_mode | string | 是 | 业务模式 |
| risk_mode | string | 是 | 风险模式 |
联系管理员获取你的 API Key,用于身份验证。
mcp_servers:
hd_rag:
url: "https://mcp.hdconsultatio.com/mcp"
headers:
X-API-Key: "你的 API Key"
timeout: 120
{
"mcpServers": {
"hd_rag": {
"url": "https://mcp.hdconsultatio.com/mcp",
"headers": {
"X-API-Key": "你的 API Key"
}
}
}
}
配置完成后,直接用自然语言描述需求,MCP 客户端会自动调用 RAG 检索工具。例如:
"帮我查一下海运业务的反洗钱风险点"
MCP 协议底层兼容标准 HTTP,也可以用 REST 方式直接调用:
POST https://mcp.hdconsultatio.com/api/rag/search
Content-Type: application/json
X-API-Key: 你的 API Key
{
"business_mode": "海运",
"risk_mode": "反洗钱"
}
https://mcp.hdconsultatio.com/mcphttps://mcp.hdconsultatio.com/https://mcp.hdconsultatio.com/api/rag/searchhttps://mcp.hdconsultatio.com/health