HD MCP

HD Consultatio RAG 风控知识库 MCP 服务

服务介绍

HD MCP 为 AI Agent 提供风控知识库 RAG 检索能力,基于 MCP 协议,支持 Hermes、Claude Desktop、Cursor 等主流 MCP 客户端接入。

可用工具

rag_search RAG 检索

查询风控知识库,支持按业务模式和风险模式检索。

参数类型必填说明
business_modestring业务模式
risk_modestring风险模式

快速开始

1. 获取 API Key

联系管理员获取你的 API Key,用于身份验证。

2. 配置 MCP 客户端

Hermes

mcp_servers:
  hd_rag:
    url: "https://mcp.hdconsultatio.com/mcp"
    headers:
      X-API-Key: "你的 API Key"
    timeout: 120

Claude Desktop / Cursor

{
  "mcpServers": {
    "hd_rag": {
      "url": "https://mcp.hdconsultatio.com/mcp",
      "headers": {
        "X-API-Key": "你的 API Key"
      }
    }
  }
}

3. 开始使用

配置完成后,直接用自然语言描述需求,MCP 客户端会自动调用 RAG 检索工具。例如:

"帮我查一下海运业务的反洗钱风险点"

API 接入(REST)

MCP 协议底层兼容标准 HTTP,也可以用 REST 方式直接调用:

POST https://mcp.hdconsultatio.com/api/rag/search
Content-Type: application/json
X-API-Key: 你的 API Key

{
  "business_mode": "海运",
  "risk_mode": "反洗钱"
}

服务地址

联系我们