Factory Insight MCP Server

[该MCP服务提供制造业企业的生产能力分析,包括产能评估、生产设备、制造工艺、工厂分布等信息,帮助用户了解企业的制造实力。](https://www.handaas.com/)

Remote serverstreamable-httpPython

What is the Factory Insight MCP server?

If you want an AI assistant working directly with Factory Insight, the factory insight mcp server is the bridge. 该MCP服务提供制造业企业的生产能力分析,包括产能评估、生产设备、制造工艺、工厂分布等信息,帮助用户了解企业的制造实力。.

What Factory Insight does

该MCP服务提供制造业企业的生产能力分析,包括产能评估、生产设备、制造工艺、工厂分布等信息,帮助用户了解企业的制造实力。

Tools it exposes

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

  • total — 总数
  • resultList — 结果列表,包含企业基本信息
  • nameId — 企业ID
  • name — 企业名称
  • foundTime — 成立时间
  • factoryScale — 工厂规模
  • factoryTypeList — 工厂类型
  • monthlyProductionAmountValue — 月产值
  • accountPeriodRisk — 账期风险
  • factoryAddress — 工厂地址
  • province — 省份
  • city — 城市
  • district — 地区
  • value — 地址

Installing the factory insight 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. Factory Insight sits in that group, and the shape of its toolset — total, resultList, nameId 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 Factory Insight.
  • 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 factory insight 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总数
resultList结果列表,包含企业基本信息
nameId企业ID
name企业名称
foundTime成立时间
factoryScale工厂规模
factoryTypeList工厂类型
monthlyProductionAmountValue月产值
accountPeriodRisk账期风险
factoryAddress工厂地址
province省份
city城市
district地区
value地址

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 Factory Insight to total.
  • Use Factory Insight to resultList.
  • Use Factory Insight to nameId.

Frequently asked questions

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