Zoomeye MCP Server
@help116114
关于 Zoomeye MCP Server
ZoomEye MCP Server - 网络资产搜索与用户信息查询
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"zoomeye": {
"command": "node",
"args": [
"./build/index.js"
],
"env": {
"ZOOMEYE_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Zoomeye MCP Server?
Zoomeye MCP Server is an MCP (Model Context Protocol) server that provides access to the ZoomEye v2 API, enabling AI assistants to query internet‑wide host and web data, view account quotas, and (for paid plans) fetch IP history. It is built for developers and security researchers who want to integrate ZoomEye cyberspace search capabilities into MCP‑compatible AI tools.
How to use Zoomeye MCP Server?
Clone the repository, install dependencies with npm install, build with npm run build, export your Zoomeye API key as ZOOMEYE_API_KEY, and start the server with npm start. For integration with MCP‑compatible LLMs (e.g., Cline, Cursor, Claude), add the server configuration to your MCP settings file, specifying the build path and API key.
Key features of Zoomeye MCP Server
- Host search for devices and services using ZoomEye
- Web search to index web‑facing applications and components
- Account info: view ZoomEye plan and remaining query quota
- Result sampling to limit response sizes and select desired fields
- Summarization to generate top countries, ports, and organizations
- (Paid) IP history: retrieve historical scan data for a given IP
Use cases of Zoomeye MCP Server
- Query internet‑wide host data (e.g., devices by IP, port, service) from an AI assistant
- Index web‑facing applications and their components for security analysis
- Check ZoomEye account quota and plan information programmatically
- Generate quick summaries of top countries, ports, and organizations for a device type
- (Paid plan) Fetch historical scan data for a specific IP address
FAQ from Zoomeye MCP Server
What are the runtime requirements?
Node.js version 16 or higher and internet access to https://api.zoomeye.org. You also need a valid ZoomEye API key, obtainable from your ZoomEye profile page.
How is authentication handled?
The server expects the ZoomEye API key to be set in the ZOOMEYE_API_KEY environment variable (or exported before starting). This key is used for all requests to the ZoomEye API.
Are there any paid‑only features?
Yes. Some Zoomeye API endpoints require a paid membership. According to the README, features such as IP history (get_history_ip), search functionality, network scanning, SSL certificate lookup, and IoT device search are only available with a paid ZoomEye API key.
What data sources does the server use?
All data comes from the ZoomEye v2 API. The server does not store any data locally; it queries ZoomEye’s cloud database on behalf of the AI assistant.
What are the limitations on result size?
Many tools accept optional max_items (default 5) and fields parameters to control the number of items and which fields are returned. The summarization tool also defaults to 5 items.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论