streamable-httpMITupdated 8d ago
Security intelligence, built for AI agents. Give your agent grounded answers about vulnerabilities, threats, and attack surface β backed by authoritative sources (NVD, CISA KEV, FIRST EPSS, MITRE ATLAS & D3FEND), never guesswork. CVE/KEV/CWE lookup with EPSS exploit-probability and composite risk scoring, domain & IP investigation, IOC enrichment, code-security checks, and live web intelligence. 55 tools, 7 Resources, and 3 Prompts β free, no API key, no signup.
What can you do with ContrastAPI?
ContrastAPI β 55 Security Tools + 7 MCP Resources for AI Agents
Security intelligence, built for AI agents. Give your agent grounded answers about vulnerabilities, threats, and attack surface β backed by authoritative sources (NVD, CISA KEV, FIRST EPSS, MITRE ATLAS & D3FEND), never guesswork. CVE/KEV/CWE lookup with EPSS exploit-probability and composite risk scoring, domain & IP investigation, IOC enrichment, code-security checks, and live web intelligence. 55 tools, 7 Resources, and 3 Prompts β free, no API key, no signup.
δΈζ Β· Live: api.contrastcyber.com
Documentation
- API Documentation β REST reference: 60+ endpoints, authentication, rate limits, token costs, and response envelope.
- MCP Documentation β MCP tool-selection guide, 7 Resources, 3 Prompts, and copy-paste agent prompts.
Setup (MCP)
Any MCP client
{
"mcpServers": {
"contrastapi": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.contrastcyber.com/mcp/"]
}
}
}
Restart your agent. Other clients (Python SDK, Node SDK, cURL, VS Code): mcp-setup Β· quickstart
Claude Desktop β one-click extension
Grab the .mcpb file from the latest release and double-click it (or Claude Desktop β Settings β Extensions β Install Extensionβ¦). No signup, no API key β all 55 tools ready immediately.
SDKs
pip install contrastapi # Python 3.10+ β sync + async, typed responses, shortcut helpers
npm install contrastapi # Node 14+ β concrete TypeScript types, 14 namespaces
Both SDKs cover every HTTP endpoint and MCP tool β CVE/KEV/CWE, ATLAS, D3FEND, Sigma rules, email security posture, domain, IP, IOC, code security, and web intelligence β with wire-exact response shapes and a typed exception hierarchy that mirrors the API error envelope. They also expose MCP Resources for browsing the ATLAS, D3FEND, and CWE catalogs (see docs/MCP_Documentation.md) and a conditional triage Prompt (see docs/MCP_Documentation.md#contrast-triage). Web-intelligence tools β robots_txt, redirect_chain, email_verify, brand_assets, seo_audit, geo_audit β ship with an explicit ethical floor: per-target throttling, robots.txt respected, no SMTP probing.
Links
OpenAPI: openapi.json
Smithery Β· npm Β· VS Code Marketplace Β· Awesome OSINT MCP Β· RapidAPI
Responses include a verdict block β deterministic, falsifiable_fields, data_age_seconds, sources_queried / sources_unavailable, completeness β so a verifier agent can independently re-derive specific fields from the upstream authority (NVD, RDAP, CT logs, URLhaus). Probe GET /v1/capabilities for "verdict_metadata": true.
CVE responses also embed next_calls: list[PivotHint] β {tool, input, reason} triples that suggest the next MCP tool to call (e.g. kev_detail when kev.in_kev=true, cwe_lookup when cwe_id is set). Agents chain workflows without manual prompting.
MIT
Install
Add ContrastAPI to your client. Pick the one you use.
claude mcp add --transport http contrastapi https://api.contrastcyber.com/mcp/codex mcp add contrastapi --url https://api.contrastcyber.com/mcp/{
"mcpServers": {
"contrastapi": {
"url": "https://api.contrastcyber.com/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"contrastapi": {
"type": "http",
"url": "https://api.contrastcyber.com/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"contrastapi": {
"url": "https://api.contrastcyber.com/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"contrastapi": {
"serverUrl": "https://api.contrastcyber.com/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance25/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.36.1 | Aug 24, 2026 |
| 1.36.0 | Aug 2, 2026 |
| 1.35.3 | Jul 28, 2026 |
| 1.35.0 | Jul 3, 2026 |
| 1.34.7 | Jul 3, 2026 |
| 1.34.6 | Jul 2, 2026 |
| 1.34.4 | Jul 2, 2026 |
| 1.34.1 | Jun 13, 2026 |
| 1.34.0 | Jun 6, 2026 |
| 1.33.24 | Jun 6, 2026 |
| 1.33.22 | Jun 1, 2026 |
| 1.33.21 | May 31, 2026 |
| 1.33.20 | May 31, 2026 |
| 1.33.18 | May 25, 2026 |
| 1.33.14 | May 22, 2026 |
| 1.33.13 | May 22, 2026 |
| 1.33.12 | May 19, 2026 |
| 1.33.11 | May 18, 2026 |
| 1.33.1 | May 15, 2026 |
| 1.33.0 | May 15, 2026 |
| 1.32.7 | May 14, 2026 |
| 1.32.5 | May 14, 2026 |
| 1.32.0 | May 12, 2026 |
| 1.31.0 | May 10, 2026 |
| 1.30.4 | May 10, 2026 |
| 1.30.3 | May 10, 2026 |
| 1.30.2 | May 9, 2026 |
| 1.30.1 | May 9, 2026 |
| 1.30.0 | May 9, 2026 |
| 1.29.2 | May 8, 2026 |
| 1.29.1 | May 8, 2026 |
| 1.29.0 | May 8, 2026 |
| 1.28.0 | May 7, 2026 |
| 1.27.1 | May 4, 2026 |
| 1.27.0 | May 4, 2026 |
| 1.26.0 | May 2, 2026 |
| 1.25.0 | May 2, 2026 |
| 1.23.0 | May 1, 2026 |
| 1.22.2 | May 1, 2026 |
| 1.22.1 | May 1, 2026 |
| 1.22.0 | May 1, 2026 |
| 1.21.1 | May 1, 2026 |
| 1.21.0 | May 1, 2026 |
| 1.20.0 | Apr 30, 2026 |
| 1.19.3 | Apr 30, 2026 |
| 1.19.2 | Apr 30, 2026 |
| 1.19.1 | Apr 29, 2026 |
| 1.18.2 | Apr 29, 2026 |
| 1.18.1 | Apr 29, 2026 |
| 1.17.0 | Apr 28, 2026 |
| 1.16.2 | Apr 28, 2026 |
| 1.16.1 | Apr 28, 2026 |
| 1.16.0 | Apr 28, 2026 |
| 1.15.0 | Apr 27, 2026 |
| 1.14.0 | Apr 26, 2026 |
| 1.13.0 | Apr 26, 2026 |
| 1.12.0 | Apr 25, 2026 |
| 1.11.1 | Apr 25, 2026 |
| 1.11.0 | Apr 24, 2026 |
| 1.0.0 | Apr 11, 2026 |