Enterprise Risk MCP Server

[该MCP服务提供全面的企业风险分析功能,包括严重违法记录查询、动产抵押信息、失信被执行人、经营异常、行政处罚等风险信息查询,帮助用户进行企业合规风险评估。](https://www.handaas.com/)

Remote serverstreamable-httpPython

What is the Enterprise Risk MCP server?

If you want an AI assistant working directly with Enterprise Risk, the enterprise risk mcp server is the bridge. 该MCP服务提供全面的企业风险分析功能,包括严重违法记录查询、动产抵押信息、失信被执行人、经营异常、行政处罚等风险信息查询,帮助用户进行企业合规风险评估。.

What Enterprise Risk does

该MCP服务提供全面的企业风险分析功能,包括严重违法记录查询、动产抵押信息、失信被执行人、经营异常、行政处罚等风险信息查询,帮助用户进行企业合规风险评估。

Tools it exposes

Once connected, the assistant can call these 14 tools directly:

  • total — 总数
  • illegalCount — 严重违法数量
  • illegalInfoList — 严重违法列表
  • createAuthority — 做出决定机关(列入)
  • createDate — 列入日期
  • createReason — 列入原因
  • removeAuthority — 做出决定机关(移除)
  • removeDate — 移除日期
  • type — 类别
  • removeReason — 移除原因
  • mortgageCount — 动产抵押数量
  • mortgageInfoList — 动产抵押列表
  • authority — 登记机关
  • mortgageId — 登记编号

Installing the enterprise risk mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

Before the server will start you need to supply 4 environment variables: PYTHONPATH, INTEGRATOR_ID, SECRET_ID, SECRET_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Enterprise Risk sits in that group, and the shape of its toolset — total, illegalCount, illegalInfoList among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This is a hosted server — you point your client at an endpoint rather than running a local process, so there is nothing to keep updated on your machine.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • With 14 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use Enterprise Risk.
  • Maintained by handaas, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the enterprise risk mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
total总数
illegalCount严重违法数量
illegalInfoList严重违法列表
createAuthority做出决定机关(列入)
createDate列入日期
createReason列入原因
removeAuthority做出决定机关(移除)
removeDate移除日期
type类别
removeReason移除原因
mortgageCount动产抵押数量
mortgageInfoList动产抵押列表
authority登记机关
mortgageId登记编号

Configuration

VariableDescriptionRequired
PYTHONPATHFilesystem location the server is allowed to use.Optional
INTEGRATOR_IDConfiguration value read at startup.Optional
SECRET_IDCredential the server authenticates with.Yes
SECRET_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Enterprise Risk to total.
  • Use Enterprise Risk to illegalCount.
  • Use Enterprise Risk to illegalInfoList.

Frequently asked questions

It connects Enterprise Risk to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (total, illegalCount, illegalInfoList, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Enterprise Risk directly.