enterprise-mcp-server

handaas/enterprise-mcp-server

3.2

If you are the rightful owner of enterprise-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 Basic Information Service provides essential query functions for enterprise business registration information, company profiles, enterprise tags, business activities, major shareholders, external investments, branch offices, and key personnel.

The Enterprise Basic Information Service is a comprehensive platform designed to offer detailed insights into various aspects of a business entity. It provides users with the ability to perform keyword-based searches to identify relevant enterprises, access foundational business information, and explore shareholder and investment details. The service is particularly useful for stakeholders who need to understand the corporate structure, investment patterns, and operational status of companies. By leveraging this service, users can gain a deeper understanding of a company's market presence, financial health, and strategic direction. The platform is built on a robust technology stack that includes Python 3.10+, and it requires specific environment configurations to operate efficiently. It supports multiple modes of operation, including streamable HTTP, stdio, and SSE, ensuring flexibility and adaptability to different user needs. The service also integrates seamlessly with platforms like Cursor and Cherry Studio, providing a streamlined experience for developers and business analysts alike.

Features

  • Enterprise keyword fuzzy search
  • Basic enterprise information query
  • Major shareholder information
  • External investment details
  • Branch office information

Usages

usage with local stdio

{
  "mcpServers": {
    "enterprise-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 cursor cherry studio streamable http

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

usage with remote service

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

Tools

  1. enterprise_get_keyword_search

    Performs a fuzzy search for enterprises based on keywords.

  2. enterprise_get_enterprise_base_info

    Queries basic enterprise information using the full company name.

  3. enterprise_get_enterprise_holder_info

    Retrieves information about major shareholders of an enterprise.

  4. enterprise_get_enterprise_invest_info

    Provides details on the external investments made by an enterprise.

  5. enterprise_get_enterprise_branch_info

    Lists the branch offices of an enterprise.

  6. enterprise_get_enterprise_main_person_info

    Fetches information about the key personnel of an enterprise.