
ENScan_GO
by wgpsec·★ 4,392·Score 56
ENScan_GO is a Chinese enterprise information gathering tool that supports MCP server functionality.
Overview
ENScan_GO is a comprehensive enterprise information collection tool built with Go, focusing on gathering Chinese business data from multiple sources including 爱企查, 天眼查, and other APIs. It supports collecting ICP备案, APP, WeChat public accounts, subsidiaries, and other corporate information. The tool provides both CLI interface and API functionality, with recent addition of MCP server support that runs on localhost:8080. It features data export capabilities, regex filtering, and deep hierarchical querying capabilities for complex corporate structures.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose ENScan_GO when you need comprehensive Chinese enterprise intelligence and integration with AI assistants through MCP, especially for security research due diligence.
When NOT to choose this
Avoid using ENScan_GO if you need non-Chinese enterprise data, as it's specialized for Chinese business information sources only.
Tools this server exposes
12 tools extracted from the READMEquery_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
Note: 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.
Comparable tools
Installation
Installation
Binary Download
- Download precompiled binaries from [GitHub Releases](https://github.com/wgpsec/ENScan_GO/releases)
- Extract the archive
- Run with
./enscan -vto generate config file
From Source
git clone https://github.com/wgpsec/ENScan_GO.git
cd ENScan_GO
go build -o enscan .
./enscan -vMCP Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"enscan": {
"command": "path/to/enscan",
"args": ["--mcp"]
}
}
}FAQ
- What MCP tools are provided?
- The MCP implementation provides access to ENScan_GO's enterprise information gathering capabilities, allowing queries for corporate data, subsidiaries, ICP records, WeChat accounts, and other business information through the MCP protocol.
- How do I configure authentication?
- Cookies for different data sources (AQC, TYC, etc.) need to be configured manually in the configuration file. The README provides detailed instructions for obtaining and configuring these cookies for each service.
Compare ENScan_GO with
Last updated · Auto-generated from public README + GitHub signals.