factory-insight-mcp-server

handaas/factory-insight-mcp-server

3.2

If you are the rightful owner of factory-insight-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 Factory Insight MCP Server provides comprehensive production capability analysis for manufacturing enterprises, aiding users in understanding a company's manufacturing strength.

The Factory Insight MCP Server is a robust tool designed to offer detailed insights into the production capabilities of manufacturing enterprises. It provides a thorough analysis of production capacity, equipment, manufacturing processes, and factory distribution. This service is invaluable for businesses looking to evaluate suppliers, make informed investment decisions, choose partners with specific production capabilities, and conduct competitive analysis. By leveraging this service, users can gain a deeper understanding of the manufacturing landscape, assess risks, and optimize their supply chain strategies. The server supports various functionalities such as keyword-based enterprise searches, factory profile queries, product statistics analysis, production capability assessments, and geographical distribution analysis. It is built on Python 3.10+ and requires specific dependencies to function effectively. The service can be deployed locally or accessed via a remote server, providing flexibility in how users can integrate it into their existing systems.

Features

  • Enterprise keyword fuzzy search
  • Factory profile information query
  • Factory product statistics analysis
  • Factory production capability assessment
  • Factory geographical distribution analysis

Usages

local integration stdio

{
  "mcpServers": {
    "factory-insight-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"
      }
    }
  }
}

remote integration streamable http

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

remote integration official service

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

Tools

  1. factory_insight_fuzzy_search

    Performs fuzzy search for enterprises based on keywords like company name, brand, or product.

  2. factory_insight_factory_profile

    Provides factory profile information including risk assessment and detailed factory data.

  3. factory_insight_factory_product_stats

    Analyzes factory product statistics including service brand count and main product count.

  4. factory_insight_factory_capabilities

    Assesses factory production capabilities and qualifications.

  5. factory_insight_factory_search

    Searches for factories based on user-defined criteria like factory name or main products.