创宇安全智脑
@knownsec
关于 创宇安全智脑
A Model Context Protocol (MCP) server that provides comprehensive IP and domain intelligence. This server allows Large Language Models (LLMs) to obtain detailed security information, reputation assessments, and threat intelligence by analyzing IP addresses and domains through the
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gac": {
"command": "python3",
"args": [
"-m",
"mcp_server_gac"
],
"env": {
"GAC_API_KEY": "your_api_key_here"
},
"enabled": true
}
}
}工具
2Comprehensive IP address analysis providing detailed security intelligence and reputation assessment.
Comprehensive domain analysis providing detailed security intelligence and reputation assessment.
概览
What is 创宇安全智脑?
创宇安全智脑 is a Model Context Protocol (MCP) server that provides comprehensive IP and domain intelligence. It allows large language models (LLMs) and AI assistants to obtain detailed security information, reputation assessments, and threat intelligence by analyzing IP addresses and domains through the Yunaq GAC platform.
How to use 创宇安全智脑?
Install the server via pip (pip install mcp-server-gac), then set the GAC_API_KEY environment variable with a valid Yunaq GAC API token. Configure the server in your MCP client (e.g., Claude Desktop, Cursor) using the command python -m mcp_server_gac. Tools available are analyze_ip (requires ip string) and analyze_domain (requires domain string).
Key features of 创宇安全智脑
- Comprehensive IP and domain intelligence analysis
- Parallel API requests for improved performance
- Detailed reputation scoring and threat intelligence
- Complete security context in a single call
- Comprehensive error handling and logging
Use cases of 创宇安全智脑
- Analyze suspicious IP addresses for threat intelligence and reputation scoring
- Assess domain security, registration details, and historical incidents
- Enrich security investigations with geographic, ASN, and DNS information
- Automate threat intelligence queries within AI‑powered security workflows
FAQ from 创宇安全智脑
How do I get a Yunaq GAC API key?
Go to https://gac.yunaq.com/doc/api?section=token, register or log in, navigate to Docs > Token, copy your API-TOKEN, and set it as the environment variable GAC_API_KEY.
What tools does 创宇安全智脑 provide?
It provides two tools: analyze_ip (IP address analysis) and analyze_domain (domain analysis). Each returns basic information, reputation scores, threat intelligence, and network details.
How are parallel requests handled?
Multiple API endpoints are queried simultaneously, and results are combined into a single comprehensive response, providing a complete view of security intelligence in one call.
What are common issues and solutions?
- Authentication errors: ensure the API key is correct, not expired, and set as an environment variable.
- Connection issues: verify internet connectivity and API availability.
- No results: simplify your query or correct syntax errors.
- Rate limiting: space out requests or upgrade your account for higher limits.
Is there a license for 创宇安全智脑?
Yes, the server is licensed under the MIT License.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
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.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论