enterprise-risk-mcp-server

handaas/enterprise-risk-mcp-server

3.2

If you are the rightful owner of enterprise-risk-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Enterprise Risk Insight MCP Server provides comprehensive enterprise risk analysis services, including queries for serious violations, chattel mortgage information, dishonest persons subject to enforcement, business anomalies, administrative penalties, and more, aiding users in enterprise compliance risk assessment.

The Enterprise Risk Insight MCP Server is a robust tool designed to assist businesses, financial institutions, and regulatory bodies in assessing and managing enterprise compliance risks. By offering a wide range of query capabilities, this server enables users to access critical information about enterprises, such as serious violations, chattel mortgage details, and administrative penalties. This service is particularly useful for financial loan approvals, corporate due diligence, recruitment background checks, regulatory compliance, business risk management, and legal due diligence. The server is built on Python 3.10+ and requires specific dependencies like python-dotenv, requests, and mcp. It supports various startup methods, including streamable-http, stdio, and sse, making it versatile for different deployment environments. Users can also leverage official remote services for seamless integration. The server's comprehensive toolset and flexible deployment options make it an invaluable resource for anyone needing detailed insights into enterprise risk profiles.

Features

  • Enterprise keyword fuzzy search
  • Serious violation records query
  • Chattel mortgage information query
  • Court hearing announcements query
  • Litigation risk profile analysis

Usages

usage with cursor cherry studio streamable http

{
  "mcpServers": {
    "enterprise-risk-mcp-server": {
      "type": "streamableHttp",
      "url": "http://127.0.0.1:8000/mcp"
    }
  }
}

usage with cursor cherry studio stdio

{
  "mcpServers": {
    "enterprise-risk-mcp-server": {
      "command": "uv",
      "args": ["run", "mcp", "run", "{workdir}/server/mcp_server.py"],
      "env": {
        "PATH": "{workdir}/mcp_env/bin:$PATH",
        "PYTHONPATH": "{workdir}/mcp_env",
        "INTEGRATOR_ID": "your_integrator_id",
        "SECRET_ID": "your_secret_id",
        "SECRET_KEY": "your_secret_key"
      }
    }
  }
}

usage with official remote service

{
  "mcpServers": {
    "handaas-ent-mcp-server":{
      "type": "streamableHttp",
      "url": "https://mcp.handaas.com/enterprise/risk_insight?token={token}"
    }
  }
}

Tools

  1. risk_insight_fuzzy_search

    Enterprise keyword fuzzy search

  2. risk_insight_serious_violations

    Serious violation records query

  3. risk_insight_chattel_mortgage

    Chattel mortgage information query

  4. risk_insight_court_hearings

    Court hearing announcements query

  5. risk_insight_litigation_risk_profile

    Litigation risk profile analysis