Factory Insight Service
About
Analyzes manufacturing production capacity, including evaluations, equipment, processes, and factory distribution to assess enterprise strength.
Details
- Author
- handaas
- Categories
- Other
Jump to
Setup
Install Factory Insight Service in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/handaas/factory-insight-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
Analyzes manufacturing production capacity, including evaluations, equipment, processes, and factory distribution to assess enterprise strength.
该MCP服务提供制造业企业的生产能力分析,包括产能评估、生产设备、制造工艺、工厂分布等信息,帮助用户了解企业的制造实力。
- 🔍 企业关键词模糊搜索
- 🏭 工厂概况信息查询
- 📊 工厂产品统计分析
- ⚙️ 工厂生产能力评估
- 🔧 工厂搜索筛选
- 📍 工厂地理分布分析
- Python 3.10+
- 依赖包:python-dotenv, requests, mcp
git clone https://github.com/handaas/factory-insight-mcp-server cd factory-insight-mcp-server
python -m venv mcp_env && source mcp_env/bin/activate pip install -r requirements.txt
INTEGRATOR_ID=your_integrator_id SECRET_ID=your_secret_id SECRET_KEY=your_secret_key
python server/mcp_server.py streamable-http
{ "mcpServers": { "handaas-mcp-server": { "type": "streamableHttp", "url": "http://127.0.0.1:8000/mcp" } } }
{ "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" } } } }
{ "mcpServers": { "factory-insight-mcp-server":{ "type": "streamableHttp", "url": "https://mcp.handaas.com/factory/factory_insight?token={token}" } } }
注意:integrator_id、secret_id、secret_key及token需要登录https://www.handaas.com/进行注册开通平台获取
- matchKeyword(必需): 匹配关键词 - 查询各类信息包含匹配关键词的企业
- pageIndex(可选): 分页开始位置
- pageSize(可选): 分页结束位置 - 一页最多获取50条数据
- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- nameId: 企业ID
- name: 企业名称
- foundTime: 成立时间
- factoryScale: 工厂规模
- factoryTypeList: 工厂类型
- monthlyProductionAmountValue: 月产值
- accountPeriodRisk: 账期风险
- factoryAddress: 工厂地址
- province: 省份
- city: 城市
- district: 地区
- value: 地址
3. factory_insight_factory_product_stats
根据工厂主体名称,获取工厂的产品统计信息,包括服务品牌数量、主营产品数量、产品标签、产品类目统计等。
- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- serviceBrandCount: 服务品牌数量
- mainProductCount: 主营产品数量
- tagNames: 产品标签
- productCategoriesStatInfo: 产品类目统计信息
- name: 类目
- value: 数量
查询指定企业的工厂生产实力和资质信息,包括生产线配置、人员配置、设备详情、质量管理及相关资质等。
- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- assemblyLine: 生产流水线数量
- monthlyProductionAmountValue: 月产值
- boarderStaffNumber: 打版人数
- inspectionStaffNumber: 检验人数
- inspectionGroup: 检验小组
- isSupportProofing: 是否支持打样
- companyTechnicList: 工厂工艺
- managementSystemCertification: 管理体系认证
- enterpriseCertification: 生产质量认证
- mainDeviceList: 设备列表
- equipName: 设备名称
- brand: 设备品牌
- equipVersion: 设备型号
- equipNum: 设备数量
- patentName: 资质名称
- image: 图片
- imageLink: 图片链接
根据用户输入的条件(如工厂名称、主营产品、产品名称以及地理位置)搜索符合条件的工厂信息。
- matchKeyword(必需): 匹配关键词 - 工厂名称/主营产品/产品名称
- keywordType(必需): 主体类型 - 综合搜索/工厂名称/主营产品/产品名称
- pageIndex(可选): 页码 - 从1开始
- pageSize(可选): 分页大小 - 一页最多获取10条
- address(必需): 地区 - 格式:[["省份","市"],["省份","市"]]
- total: 总数 - 最大显示100001
- resultList: 列表结果
- nameId: 企业id
- name: 企业名称
- foundTime: 成立日期
- mainProducts: 主营产品
- regCapital: 注册资本
- 供应商评估: 评估制造商的生产能力和技术水平,筛选优质供应商
- 投资分析: 了解制造企业的生产实力和发展潜力,支持投资决策
- 合作伙伴选择: 寻找具备特定生产能力的合作伙伴,优化供应链布局
- 竞争分析: 分析竞争对手的制造优势和生产能力,制定竞争策略
- 产业研究: 研究特定行业的制造业分布和发展水平,把握市场趋势
- 采购决策: 评估工厂的产品质量和生产规模,优化采购决策
- 风险评估: 评估供应商的账期风险和生产稳定性
- 企业全称要求: 在调用需要企业全称的接口时,如果没有企业全称则先调取factory_insight_fuzzy_search接口获取企业全称
- 产能数据: 产能数据可能为设计产能或实际产能,需注意区分和验证
- 设备信息: 设备信息的准确性取决于数据来源和更新频率,建议实地验证
- 工艺保密: 部分核心工艺信息可能不会完全公开,存在信息限制
- 地区筛选: 地区搜索需按照指定格式输入,支持多地区组合查询
- 分页限制: 工厂搜索一页最多返回10条记录,需合理设置分页参数
factory_insight_factory_profile (工厂概况信息查询)
- 深圳中安讯视的工厂规模如何? - 深圳中安讯视的工厂地址分布在哪些地区?注册资本是多少? - 深圳中安讯视的制造工厂类型有哪些?账期风险情况如何?factory_insight_factory_product_stats (工厂产品统计分析)
factory_insight_factory_capabilities (工厂生产能力评估)
- 深圳中安讯视有多少条生产流水线?主要设备都有哪些品牌? - 深圳中安讯视的工厂工艺有哪些?管理体系认证情况如何? - 深圳中安讯视是否支持打样?相关资质证书有哪些? - 广东省有哪些电子制造工厂?注册资本都是多少? - 搜索一下主营"手机配件"的工厂? - 浙江省的纺织工厂有哪些?Analyze and manage traffic, funnels, cohorts, revenue, errors
MCP server that gives Claude and other AI assistants enterprise-grade time series forecasting powered by the Geneva Forecasting engine - the same forecasting engine shipped in Oracle products for 25+ years.
An MCP server for analyzing product or service reviews.
Local Claude Desktop MCP app for generating Power BI .pbit reports from CSV datasets, natural-language instructions, and reference-image styling.
Provides in-depth analysis of enterprise operations, including business status, development, and market performance.
Provides sales channel analysis, including distribution, dealer networks, and coverage, to help understand enterprise channel layouts.
Get clear, reliable and actionable Customer Insights with AI.
Honeydew semantic layer provides a governed, business-friendly data model that unifies metrics, dimensions, and relationships across sources, enabling consistent self-service analytics and AI-powered data access
Windsor MCP enables your LLM to query, explore, and analyze your full-stack business data integrated into Windsor.ai with zero SQL writing or custom scripting.
Connect your business data to any MCP client. AgenticBI agents find the right data, join across systems, run queries, build dashboards, generate reports, and automate analytics workflows. No SQL required.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



