返回市场
隐行鼹鼠-mcp服务器

隐行鼹鼠-mcp服务器

作者:cjinzy2 星标更新:2025-10-12

项目介绍

StealthMole MCP 服务器

smithery 徽章

StealthMole 搜索的 MCP 服务器,帮助在各种 StealthMole 服务中进行搜索和分析。

版本历史

1.0.0 (2025-07-18)
  • 初始发布

预备条件

  • StealthMole API 密钥(访问密钥,秘密密钥)
  • Python 12 或更高版本
  • uv 包管理器
  • Node.js 18 或更高版本
  • NPM 8 或更高版本
  • Docker(可选,用于容器部署)

工具详情

可用工具

  • search_combo_binder: 组合绑定器 (CB) 搜索工具
  • search_compromised_dataset: 被泄露数据集 (CDS) 搜索工具
  • search_credentials: 凭证瞭望 (CL) 搜索工具
  • search_darkweb: 暗网追踪器 (DT) 搜索工具
  • search_government_monitoring: 政府监控 (GM) 搜索工具
  • search_leaked_monitoring: 泄露监控 (LM) 搜索工具
  • search_pagination: 用于搜索下一页的工具
  • search_ransomware: 勒索软件监控 (RM) 搜索工具
  • search_telegram: 电报追踪器 (TT) 搜索工具
  • search_ulp_binder: ULP 绑定器 (ULP) 搜索工具
  • get_compromised_dataset_node: 获取 CDS 节点的详细信息
  • get_node_details: 获取节点的详细信息
  • get_targets: 获取查询节点的目标信息
  • get_user_quotas: 获取用户的 API 使用状态
  • download_file: 下载文件
  • export_data: 根据输入的服务(cl, cds, cb, ub)和搜索查询导出查询节点的信息。对于大型数据集,请联系供应商。

安装

通过 Smithery 自动安装(推荐)

对于 Claude Desktop 用户:

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

在安装过程中,需要提供以下信息:

  • StealthM Mole API 访问密钥
  • StealthMole API 秘密密钥

对于 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"
      }
    }
  }
}

许可证

MIT 许可证