stealthmole-mcp-server

cjinzy/stealthmole-mcp-server

3.3

If you are the rightful owner of stealthmole-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

StealthMole MCP Server is designed to facilitate search and analysis across various StealthMole services, providing a comprehensive suite of tools for data monitoring and retrieval.

Tools
16
Resources
0
Prompts
0

StealthMole MCP Server

smithery badge

An MCP server for StealthMole search that helps with search and analysis across various StealthMole services.

Version History

1.0.0 (2025-07-18)
  • Initial release

Prerequisites

  • StealthMole API Key (Access Key, Secret Key)
  • Python 12 or higher
  • uv package manager
  • Node.js 18 or higher
  • NPM 8 or higher
  • Docker (optional, for container deployment)

Tool Details

Available Tools
  • search_combo_binder: CB(Combo Binder) search tool
  • search_compromised_dataset: CDS(Compromised DataSet) search tool
  • search_credentials: CL(Credentials Lookout) search tool
  • search_darkweb: DT(Darkweb Tracker) search tool
  • search_government_monitoring: GM(Government Monitoring) search tool
  • search_leaked_monitoring: LM(Leaked Monitoring) search tool
  • search_pagination: Tool used for searching next pages
  • search_ransomware: RM(Ransomware Monitoring) search tool
  • search_telegram: TT(Telegram Tracker) search tool
  • search_ulp_binder: ULP(ULP Binder) search tool
  • get_compromised_dataset_node: Retrieves detailed information of CDS nodes
  • get_node_details: Retrieves detailed information of nodes
  • get_targets: Retrieves target information of queried nodes
  • get_user_quotas: Retrieves user's API usage status
  • download_file: Downloads files
  • export_data: Exports information of queried nodes by inputting service (cl, cds, cb, ub) and search query. For large datasets, please contact the vendor.

Installation

Automatic Installation via Smithery (Recommended)

For Claude Desktop users:

npx -y @smithery/cli@latest install @cjinzy/stealthmole-mcp-server --client claude

During installation, the following information will be required:

  • StealthMole API Access key
  • StealthMole API Secret key
Manual Configuration for Claude Desktop
{
  "mcpServers": {
    "stealthmole-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@cjinzy/stealthmole-mcp-server"
      ],
      "env": {
        "STEALTHMOLE_API_ACCESS_KEY": "your_access_key",
        "STEALTHMOLE_API_SECRET_KEY": "your_secret_key"
      }
    }
  }
}

License

MIT License