MCP Catalogs
首页

contrastapi

by UPinar·24·综合分 45

安全情报 MCP 服务器,提供 53 种工具,包括 CVE/KEV 漏洞、威胁情报、网站扫描和代码安全分析。

securitydeveloper-toolsai-llm
3
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

ContrastAPI 是一个全面的安全情报 MCP 服务器,为网络安全专业人士和 AI 代理提供 53 种工具。它包括带有 EPSS 评分的 CVE/KEV/CWE 查找、域名审计、IP 威胁报告、IOC 丰富化、代码安全分析和网站智能工具。服务器集成了多个安全情报来源,包括 MITRE ATLAS、D3FEND 和 Sigma 检测规则。它提供免费层使用(每小时 30 次信用额度)和付费选项,无需 API 密钥即可使用基本功能。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:安全分析师调查多个 CVE 数据库和 KEV 列表中的漏洞
:AI 代理执行全面的域名和 Web 应用程序安全评估
:开发人员将威胁情报直接集成到 CI/CD 管道中进行代码安全扫描
:有免费套餐吗?
:包含哪些类型的安全工具?

什么时候选它

当您需要全面的安全智能工具进行威胁分析、漏洞评估和威胁狩猎,而又不想管理 API 密钥时,选择 ContrastAPI。

什么时候不要选它

不适合需要自定义认证模型或需要向外部系统写入功能的组织,因为这是一个只读的安全智能服务。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • cve_search

    Search for CVEs by product with optional KEV filter

  • cve_lookup

    Get full CVE record including CVSS, EPSS, KEV status, and CWE

  • exploit_lookup

    Check for public exploits or proof-of-concept for a CVE

  • domain_report

    Comprehensive domain analysis including DNS, WHOIS, SSL, subdomains, and threat intel

  • ip_lookup

    Get reputation, country, ASN, and threat intel for an IP address

  • robots_txt

    Fetch and analyze robots.txt file from a website

  • redirect_chain

    Trace the complete redirect chain of a URL

  • email_verify

    Verify email address validity without sending emails

  • brand_assets

    Discover brand assets and security-relevant web resources

  • seo_audit

    Conduct SEO analysis with ethical guardrails

  • atlas_lookup

    Lookup MITRE ATLAS AI/ML attack techniques

  • d3fend_lookup

    Lookup MITRE D3FEND defensive techniques

可对比工具

mcp-threatfoxmcp-vulncheckosint-mcp

安装

安装 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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。