contrastapi
by UPinar·★ 24·综合分 45
安全情报 MCP 服务器,提供 53 种工具,包括 CVE/KEV 漏洞、威胁情报、网站扫描和代码安全分析。
概述
ContrastAPI 是一个全面的安全情报 MCP 服务器,为网络安全专业人士和 AI 代理提供 53 种工具。它包括带有 EPSS 评分的 CVE/KEV/CWE 查找、域名审计、IP 威胁报告、IOC 丰富化、代码安全分析和网站智能工具。服务器集成了多个安全情报来源,包括 MITRE ATLAS、D3FEND 和 Sigma 检测规则。它提供免费层使用(每小时 30 次信用额度)和付费选项,无需 API 密钥即可使用基本功能。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要全面的安全智能工具进行威胁分析、漏洞评估和威胁狩猎,而又不想管理 API 密钥时,选择 ContrastAPI。
什么时候不要选它
不适合需要自定义认证模型或需要向外部系统写入功能的组织,因为这是一个只读的安全智能服务。
此 server 暴露的工具
从 README 抽取出 12 个工具cve_searchSearch for CVEs by product with optional KEV filter
cve_lookupGet full CVE record including CVSS, EPSS, KEV status, and CWE
exploit_lookupCheck for public exploits or proof-of-concept for a CVE
domain_reportComprehensive domain analysis including DNS, WHOIS, SSL, subdomains, and threat intel
ip_lookupGet reputation, country, ASN, and threat intel for an IP address
robots_txtFetch and analyze robots.txt file from a website
redirect_chainTrace the complete redirect chain of a URL
email_verifyVerify email address validity without sending emails
brand_assetsDiscover brand assets and security-relevant web resources
seo_auditConduct SEO analysis with ethical guardrails
atlas_lookupLookup MITRE ATLAS AI/ML attack techniques
d3fend_lookupLookup MITRE D3FEND defensive techniques
可对比工具
安装
安装 ContrastAPI MCP 服务器
方法 1:MCP 配置
添加到您的 MCP 配置中:
{
"mcpServers": {
"contrastapi": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.contrastcyber.com/mcp/"]
}
}
}方法 2:Python SDK
pip install contrastapi # Python 3.10+方法 3:Node.js SDK
npm install contrastapi # Node 14+FAQ
- 有免费套餐吗?
- 是的,ContrastAPI 提供免费套餐,每小时 30 次信用额度。使用基本功能无需 API 密钥。
- 包含哪些类型的安全工具?
- 该服务器提供 53 种安全工具,包括 CVE/KEV/CWE 查找、MITRE ATLAS+D3FEND 集成、域名审计、IP 威胁报告、IOC 丰富化、代码安全分析和网站智能工具。
contrastapi 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。