MCP Server for Qianxin Hunter cyberspace mapping
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"piggyhurry-hunter-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Qianxin Hunter MCP Server 一个用于查询 Qianxin Hunter 网络空间测绘平台(奇安信鹰图平台)的 MCP (Model Context Protocol) 服务器。 ## 功能特性 - 🔍 **查询资产**: 支持按照语法进行资产查询 - 🗂️ **批量查询**: 支持批量 IP、Domain、Company 等查询,支持从本地上传批量查询文件 - 📤 **导出任务创建**: 支持创建导出任务(异步任务) - 🔄 **导出进度查询**: 支持查询导出任务进度 - 📥 **导出文件下载**: 下载结果文件到本地 - ⚙️ **环境变量配置**: 通过环境变量配置 API-KEY、默认查询字段、默认导出字段、文件下载目录 ## 安装 MCP Server ### 配置 mcp.json #### 简单快速配置(推荐) ```json { "mcpServers": { "hunter-mcp": { "command": "uvx", "args": [ "hunter-mcp" ], "env": { "HUNTER_API_KEY": "xxx" } } } } ``` #### 或先安装 cli,再配置 json ```bash # 使用 uv 从 PyPI 下载安装 cli uv tool install hunter-mcp ``` ```json { "mcpServers": { "hunter-mcp": { "command": "hunter-mcp", "args": [], "env": { "HUNTER_API_KEY": "xxx" } } } } ``` #### 或先下载/安装项目,再配置 json ```bash # 使用 pip 从 PyPI 下载安装 Mcp pip install hunter-mcp #pip install --index-url https://pypi.org/simple hunter-mcp ``` ```bash # 从 github 下载安装 Mcp,使用 pip 安装 git clone https://github.com/PiggyHurry/hunter-mcp.git cd hunter-mcp pip install . # pip install -e . # Editable #pip show hunter-mcp ``` ```json { "mcpServers": { "hunter-mcp": { "command": "uv", "args": [ "run", "hunter-mcp" ], "env": { "HUNTER_API_KEY": "xxx" } } } } ``` #### 配置环境变量 ```json { "mcpServers": { "hunter-mcp": { "command": "uvx", "args": [ "hunter-mcp" ], "env": { "HUNTER_API_KEY": "xxx", "DEFAULT_SEARCH_FIELDS": "ip,port,domain", "DEFAULT_BATCH_FIELDS": "ip,port,domain", "DEFAULT_BATCH_SAVE_DIR": "/path/to/download/dir/" } } } } ``` #### 环境变量说明 ```text DEFAULT_SEARCH_FIELDS: 检索接口默认返回字段。非必须。 DEFAULT_BATCH_FIELDS: 批量/导出接口默认返回字段。非必须。 DEFAULT_BATCH_SAVE_DIR: 导出文件默认下载目录。非必须。 hunter检索接口和批量/导出接口,默认返回权限内所有可导出字段。 对于检索接口,响应结果会直接返回给大模型,可能会导致模型token消耗过多。可在对话中指定字段,或者配置默认字段的环境变量,以降低token消耗。 字段优先级:对话中指定字…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.