MCP Catalogs
HomeENScan_GO screenshot

ENScan_GO

by wgpsec·4,392·Score 56

ENScan_GO is a Chinese enterprise information gathering tool that supports MCP server functionality.

securityweb-scrapingdeveloper-tools
419
Forks
22
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:Security researchers gathering Chinese enterprise intelligence for vulnerability assessment
you:Analysts conducting supply chain risk analysis of Chinese companies
you:Compliance teams monitoring corporate structures and subsidiaries
you:What MCP tools are provided?
you:How do I configure authentication?

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 README
  • 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

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

leakixshodan-mcphunter-io

Installation

Installation

Binary Download

  1. Download precompiled binaries from [GitHub Releases](https://github.com/wgpsec/ENScan_GO/releases)
  2. Extract the archive
  3. Run with ./enscan -v to generate config file

From Source

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

MCP 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.