A Model Context Protocol server that provides network asset information based on query conditions. This server allows LLMs to obtain network asset information and supports querying network asset information by zoomeye dork etc.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-zoomeye": {
"args": [
"mcp-server-zoomeye"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides network asset information based on query conditions. This server allows Large Language Models (LLMs) to obtain network asset information by querying ZoomEye using dorks and other search parameters.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-server-zoomeye against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Security-first platform for AI agents. 38 specialized agents, 15 AI-powered extensions, zero-knowledge multi-agent orchestration. SENTINEL WAF, Ed25519 auth, 2.6M grounding facts.
MCP Security Weekly
Get CVE alerts and security updates for Mcp_zoomeye and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides network asset information based on query conditions. This server allows Large Language Models (LLMs) to obtain network asset information by querying ZoomEye using dorks and other search parameters.
🎉 We are excited to announce the official open-source release of ZoomEye MCP Server — a powerful Model Context Protocol (MCP) server that brings real-time cyber asset intelligence to AI assistants and development environments.
🚀 Free Trial: 7-Day FREE Access to ZoomEye MCP! Experience ZoomEye MCP — the AI-powered cyberspace asset search engine — absolutely free for 7 days!
🔍 Search global internet assets, track real-time changes, and unlock AI-driven insights — all in one place.
👉 How to claim:
🎁 Limited-time free trial — explore the power of AI asset search today!
💡 Provide insightful feedback that gets officially adopted, and you'll unlock even more rewards!
🔧 Fully compatible with leading MCP environments:
🔗 Explore ZoomEye MCP Server on:
We welcome everyone to use, explore, and contribute!
To use this MCP server, you’ll need a ZoomEye API key.
Go to https://www.zoomeye.ai
Register or log in
Click your avatar → Profile
Copy your API-KEY
Set the environment variable:
export ZOOMEYE_API_KEY="your_api_key_here"


zoomeye_search - Get network asset information based on query conditions.
qbase64 (string): Base64 encoded query string for ZoomEye searchpage (integer): View asset page number, default is 1pagesize (integer): Number of records per page, default is 10, maximum is 1000fields (string): The fields to return, separated by commassub_type (string): Data type, supports v4, v6, and web. Default is v4facets (string): Statistical items, separated by commas if there are multipleignore_cache (boolean): Whether to ignore the cacheOnce the server is running, you can interact with it through your AI assistant or development environment. Here's how to use it:
