contrastapi
by UPinar·★ 24·Score 45
Security intelligence MCP server with 53 tools for CVE/KEV, threat intelligence, web scanning and code security analysis.
Overview
ContrastAPI is a comprehensive security intelligence MCP server that provides 53 tools for cybersecurity professionals and AI agents. It includes capabilities for CVE/KEV/CWE lookup with EPSS scoring, domain audit, IP threat reports, IOC enrichment, code security analysis, and web intelligence tools. The server integrates with multiple security intelligence sources including MITRE ATLAS, D3FEND, and Sigma detection rules. It offers both free tier usage (30 credits/hour) and paid options, with no API key required for basic functionality.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose ContrastAPI when you need comprehensive security intelligence tools for threat analysis, vulnerability assessment, and threat hunting without API key management.
When NOT to choose this
Not suitable for organizations requiring custom authentication models or those needing write capabilities to external systems, as this is a read-only security intelligence service.
Tools this server exposes
12 tools extracted from the READMEcve_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
Comparable tools
Installation
Install ContrastAPI MCP Server
Method 1: MCP Configuration
Add to your MCP configuration:
{
"mcpServers": {
"contrastapi": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.contrastcyber.com/mcp/"]
}
}
}Method 2: Python SDK
pip install contrastapi # Python 3.10+Method 3: Node.js SDK
npm install contrastapi # Node 14+FAQ
- Is there a free tier available?
- Yes, ContrastAPI offers a free tier with 30 credits per hour. No API key is required for basic functionality.
- What types of security tools are included?
- The server provides 53 security tools including CVE/KEV/CWE lookup, MITRE ATLAS+D3FEND integration, domain audit, IP threat reports, IOC enrichment, code security analysis, and web intelligence tools.
Compare contrastapi with
Last updated · Auto-generated from public README + GitHub signals.