企业经营分析洞察服务
About
Provides in-depth analysis of enterprise operations, including business status, development, and market performance.
Details
- Author
- handaas
- Categories
- Other
Jump to
Setup
Install 企业经营分析洞察服务 in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/handaas/enterprise-operation-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
该MCP服务提供企业运营相关的深度分析,包括经营状况、业务发展、市场表现等多维度运营数据洞察。
- 🔍 企业关键词模糊搜索
- 📈 企业动向趋势分析
- 💼 品牌概况查询
- 🎯 企业榜单排名分析
- 💰 经营规模评估
- 📰 舆情情感分析
- 🚀 相似项目查询
- 📋 税务资质查询
- 💸 融资信息分析
- 🏷️ 产品标签识别
- Python 3.10+
- 依赖包:python-dotenv, requests, mcp
git clone https://github.com/handaas/enterprise-operation-mcp-server cd enterprise-operation-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": { "enterprise-operation-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": { "enterprise-operation-mcp-server":{ "type": "streamableHttp", "url": "https://mcp.handaas.com/enterprise/operation_insight?token={token}" } } }
注意:integrator_id、secret_id、secret_key及token需要登录https://www.handaas.com/进行注册开通平台获取
- matchKeyword(必需): 匹配关键词 - 查询各类信息包含匹配关键词的企业
- pageIndex(可选): 分页开始位置
- pageSize(可选): 分页结束位置 - 一页最多获取50条数据
查询企业近3至12个月的动向标签数据,包括人员扩张、开设/注销分子公司、新增城市、新增融资、异地中标、入选榜单、法人变更、租约临期等动向。
- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- isStaffExpandIn3Month/6Month/12Month: 是否3/6/12个月内人员扩张
- isFoundSubsidiaryIn3Month: 是否3个月内开设子公司
- isCancelSubsidiaryIn3Month: 是否3个月内注销子公司
- isFoundBranchIn3Month: 是否3个月内开设分公司
- isCancelBranchIn3Month: 是否3个月内注销分公司
- isExpandNewCityIn3Month/6Month/12Month: 是否3/6/12个月内新增城市
- isNewFinancingIn3Month/6Month/12Month: 是否3/6/12个月内新增融资
- isDiffAreaWinBidIn3Month/6Month/12Month: 是否3/6/12个月内异地中标
- isAuthorityListIn6Month/12Month: 是否近6/12个月入选榜单
- isLegalRpAlterIn3Month/6Month/12Month: 是否近3/6/12个月法人变更
- nYearLeaseAboutToExpire: 剩余租约年限
- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- brandCradleList: 品牌发源地
- brandCreateTime: 品牌创立年份
- brandIndustryList: 品牌所属行业
- brandProductList: 主营产品
4. operation_insight_enterprise_rankings
- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- pageIndex(可选): 页码
- pageSize(可选): 分页大小 - 一页最多获取10条数据
- total: 榜单总数
- resultList: 榜单信息列表
- rankingListType: 榜单类型(世界500强、中国500强、民营500强等)
- rankingListCompanyName: 上榜公司名
- rankingListName: 榜单名称
- rank: 排名
- rankingListYear: 发布年份
- rankingListLevel: 榜单级别
- rankingListInstitution: 发布单位
- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- enterpriseScale: 人员规模
- annualTurnover: 年营业额
6. operation_insight_news_sentiment_stats
查询并统计企业的舆情情感类型,包括消极、中立、积极、未知四类情感的分布及其趋势变化。
- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- newsSentimentStats: 舆情情感类型统计(neutral/negative/positive/unknown)
- sentimentLabelList: 所有舆情类别列表
- newsSentimentTrend: 舆情趋势
- month: 月份(yyyy-mm格式)
- stats: 情感类型分布
- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- pageIndex(可选): 页码 - 从1开始
- pageSize(可选): 分页大小 - 一页最多获取10条数据
- total: 总数
- projectName: 项目名称
- enterpriseName: 所属企业
- nameId: 所属企业id
- financingSeries: 最新轮次
- fpIntroduction: 项目概述
- logo: 项目图片
- matchKeyword(必需): 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- tpQualificationList: 企业税务资质信息
- tpId: 纳税人识别号
- tpName: 纳税人名称
- qualification: 资质全称
- begin: 有效期起
- end: 有效期止
查询企业的融资信息,包括融资次数、详细的融资记录、融资金额、融资轮次、融资时间和投资方等。
- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- fpFinancingCount: 融资次数
- fpFinancingList: 融资信息
- financingAmount: 融资金额
- financingSeries: 融资轮次
- financingTime: 融资时间
- investorList: 投资方
- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode
- 企业运营分析: 深度了解企业运营状况和发展趋势,制定运营策略
- 投资决策支持: 为投资决策提供全面的运营数据支撑和风险评估
- 竞争对手研究: 分析竞争对手的运营表现、品牌实力和市场地位
- 市场研究: 了解行业整体运营水平和发展趋势,把握市场机会
- 业务合作评估: 评估潜在合作伙伴的运营能力和财务状况
- 舆情监控: 监控企业舆情变化,进行声誉管理和危机预警
- 融资分析: 分析企业融资历史和投资方背景,评估融资能力
- 税务合规: 查询税务资质信息,确保合规经营
- 企业全称要求: 在调用需要企业全称的接口时,如果没有企业全称则先调取operation_insight_fuzzy_search接口获取企业全称
- 数据时效性: 运营数据会定期更新,建议关注数据时间和趋势变化
- 综合分析: 建议结合多个维度进行综合分析,避免单一指标误判
- 行业对比: 可以进行同行业企业运营对比分析,提高分析准确性
- 舆情敏感: 舆情数据具有时效性和敏感性,需谨慎使用和解读
- 融资保密: 部分融资信息可能涉及商业机密,数据可能不完整
operation_insight_fuzzy_search (企业关键词模糊搜索)
- 帮我查找包含"抖音"关键词的企业信息 - 搜索与"美团"相关的企业列表 - 查询名称中包含"滴滴"的公司operation_insight_company_trends (企业动向趋势分析)
- 分析抖音最近的企业动向趋势 - 美团近期有哪些重要的企业动态? - 滴滴出行的人员扩张和业务拓展情况operation_insight_brand_profile (品牌概况查询)
- 抖音的品牌画像信息 - 美团品牌的发源地和创立年份 - 滴滴出行的品牌行业分类和主营产品operation_insight_enterprise_rankings (企业榜单排名分析)
- 抖音入选了哪些权威榜单? - 美团在各类企业排行榜中的表现 - 查询滴滴出行的榜单排名情况operation_insight_business_scale (经营规模评估)
operation_insight_news_sentiment_stats (舆情情感分析)
operation_insight_similar_projects (相似项目查询)
operation_insight_tax_qualifications (税务资质查询)
operation_insight_financing_info (融资信息分析)
- 抖音科技有限公司的产品标签有哪些? - 美团的产品特性标签分析 - 查询滴滴出行的产品标签信息Analyze and manage traffic, funnels, cohorts, revenue, errors
Analyzes manufacturing production capacity, including evaluations, equipment, processes, and factory distribution to assess enterprise strength.
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 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.



