MCP Catalogs
首页ENScan_GO screenshot

ENScan_GO

by wgpsec·4,392·综合分 56

ENScan_GO 是一款支持 MCP 服务器功能的中国企业信息收集工具。

securityweb-scrapingdeveloper-tools
419
Forks
22
活跃 Issue
2 个月前
最近提交
2 天前
收录于

概述

ENScan_GO 是一款用 Go 语言开发的综合企业信息收集工具,专注于从多个中国数据源(如爱企查、天眼查等 API)收集企业数据。它支持收集 ICP 备案、APP、微信公众号、子公司等信息,提供命令行界面和 API 功能,最近新增了在本地 8080 端口运行的 MCP 服务器支持。该工具具备数据导出、正则过滤和深度层级查询功能,可处理复杂的企业结构。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:安全研究人员收集中国企业情报进行漏洞评估
:分析师进行中国企业供应链风险分析
:合规团队监控企业结构和子公司
:提供哪些 MCP 工具?
:如何配置身份验证?

什么时候选它

当您需要通过MCP整合AI助手获取全面的中国企业情报,特别是安全研究尽职调查时,选择ENScan_GO。

什么时候不要选它

如果您需要非中国企业数据,请避免使用ENScan_GO,因为它专门针对中国企业信息源。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • query_company

    Query information about a company including ICP, WeChat, APP, and other business information

  • query_investment

    Query investment information and subsidiaries of a company

  • query_branches

    Query branch information of a company

  • query_suppliers

    Query supplier information of a company

  • query_icp

    Query ICP filing information of a company

  • query_wechat

    Query WeChat official account information of a company

  • query_apps

    Query application information related to a company

  • query_job_postings

    Query job postings published by a company

  • query_wechat_mini_programs

    Query WeChat mini programs developed by a company

  • query_copyright

    Query software copyright information of a company

  • query_company_with_depth

    Query company information recursively for multiple levels

  • batch_query_companies

    Batch query information for multiple companies

说明:Tools extracted from the documented CLI parameters and MCP usage section. Each CLI parameter corresponds to a specific query function that can be exposed via MCP.

可对比工具

leakixshodan-mcphunter-io

安装

安装

二进制文件下载

  1. 从 [GitHub Releases](https://github.com/wgpsec/ENScan_GO/releases) 下载预编译的二进制文件
  2. 解压缩文件包
  3. 运行 ./enscan -v 生成配置文件

从源代码安装

git clone https://github.com/wgpsec/ENScan_GO.git
cd ENScan_GO
go build -o enscan .
./enscan -v

MCP 配置

添加到 Claude Desktop 配置文件 config.json:

{
  "mcpServers": {
    "enscan": {
      "command": "enscan路径",
      "args": ["--mcp"]
    }
  }
}

FAQ

提供哪些 MCP 工具?
MCP 实现提供了对企业信息收集功能的访问,允许通过 MCP 协议查询公司数据、子公司、ICP 记录、微信公众号和其他商业信息。
如何配置身份验证?
不同数据源(爱企查、天眼查等)的 Cookie 需要在配置文件中手动配置。README 提供了获取和配置每个服务 Cookie 的详细说明。

ENScan_GO 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。