
ENScan_GO
by wgpsec·★ 4,392·综合分 56
ENScan_GO 是一款支持 MCP 服务器功能的中国企业信息收集工具。
概述
ENScan_GO 是一款用 Go 语言开发的综合企业信息收集工具,专注于从多个中国数据源(如爱企查、天眼查等 API)收集企业数据。它支持收集 ICP 备案、APP、微信公众号、子公司等信息,提供命令行界面和 API 功能,最近新增了在本地 8080 端口运行的 MCP 服务器支持。该工具具备数据导出、正则过滤和深度层级查询功能,可处理复杂的企业结构。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要通过MCP整合AI助手获取全面的中国企业情报,特别是安全研究尽职调查时,选择ENScan_GO。
什么时候不要选它
如果您需要非中国企业数据,请避免使用ENScan_GO,因为它专门针对中国企业信息源。
此 server 暴露的工具
从 README 抽取出 12 个工具query_companyQuery information about a company including ICP, WeChat, APP, and other business information
query_investmentQuery investment information and subsidiaries of a company
query_branchesQuery branch information of a company
query_suppliersQuery supplier information of a company
query_icpQuery ICP filing information of a company
query_wechatQuery WeChat official account information of a company
query_appsQuery application information related to a company
query_job_postingsQuery job postings published by a company
query_wechat_mini_programsQuery WeChat mini programs developed by a company
query_copyrightQuery software copyright information of a company
query_company_with_depthQuery company information recursively for multiple levels
batch_query_companiesBatch 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.
可对比工具
安装
安装
二进制文件下载
- 从 [GitHub Releases](https://github.com/wgpsec/ENScan_GO/releases) 下载预编译的二进制文件
- 解压缩文件包
- 运行
./enscan -v生成配置文件
从源代码安装
git clone https://github.com/wgpsec/ENScan_GO.git
cd ENScan_GO
go build -o enscan .
./enscan -vMCP 配置
添加到 Claude Desktop 配置文件 config.json:
{
"mcpServers": {
"enscan": {
"command": "enscan路径",
"args": ["--mcp"]
}
}
}FAQ
- 提供哪些 MCP 工具?
- MCP 实现提供了对企业信息收集功能的访问,允许通过 MCP 协议查询公司数据、子公司、ICP 记录、微信公众号和其他商业信息。
- 如何配置身份验证?
- 不同数据源(爱企查、天眼查等)的 Cookie 需要在配置文件中手动配置。README 提供了获取和配置每个服务 Cookie 的详细说明。
ENScan_GO 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。