29 security tools for AI agents — CVE, OSINT, threat intel, code security. No API key needed.
{
"mcpServers": {
"com-contrastcyber-api": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
29 security tools for AI agents — CVE, OSINT, threat intel, code security. No API key needed.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
Security intelligence API and MCP server for AI agents. Domain audit, CVE lookup with EPSS+KEV, IP threat reports, IOC enrichment, tech fingerprinting, and 23 more. Free, no API key, 100 credits/hour.
English | 中文 · Live: api.contrastcyber.com
Pick your integration:
Add to your MCP config:
{
"mcpServers": {
"contrastapi": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.contrastcyber.com/mcp/"]
}
}
}
Restart your agent. Done. Full setup guide: api.contrastcyber.com/mcp-setup
npm install contrastapi
const api = require("contrastapi")();
const audit = await api.domain.audit("example.com"); // full audit
const cve = await api.cve.lookup("CVE-2024-3094"); // EPSS + KEV
const ip = await api.ip.threatReport("8.8.8.8"); // Shodan + AbuseIPDB + ASN
const bulk = await api.cve.bulk(["CVE-2021-44228", "CVE-2024-3094"]);
Zero dependencies, Node 14+. Full SDK docs: sdk/node/
curl https://api.contrastcyber.com/v1/cve/CVE-2024-3094
curl https://api.contrastcyber.com/v1/audit/example.com
curl https://api.contrastcyber.com/v1/threat-report/8.8.8.8
More examples: API Quick Start (cURL, Node.js, Python, CI/CD)
Install ContrastAPI — Security Intelligence from the Marketplace. 29 commands, sidebar tree, right-click context menu. No API key required.
After setup, ask your AI agent:
More example prompts: docs/PROMPTS.md · /playground (interactive tester)
summary field so agents reason without parsing nested JSONaudit returns report + tech fingerprint + live headers in a single responseNo automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for com.contrastcyber/api and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.