security-intel-mcp
Provides EPSS (Exploit Prediction Scoring System) scores for CVEs, indicating the probability of exploitation in the next 30 days.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@security-intel-mcpEnrich CVE-2021-44228 and tell me if I should patch it now."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🛰️ security-intel-mcp
A Model Context Protocol (MCP) server that gives Claude real vulnerability intelligence — CVE lookup (NVD), EPSS exploit-probability, and CISA KEV status — from free public APIs. No API key required.
📖 What this is
When triaging a vulnerability, three questions matter: what is it, how likely is it to be exploited, and is it already being exploited in the wild? This MCP server answers all three from authoritative free sources, so an AI assistant can prioritize CVEs by real-world risk — not CVSS alone.
Related MCP server: CVE Intelligence MCP Server
🧰 Tools
Tool | Source | Returns |
| NVD | Description, publish date, CVSS severity |
| FIRST EPSS | Probability of exploitation (next 30 days) + percentile |
| CISA KEV | Whether it's known-exploited, with due date & required action |
| all three | One combined, prioritized risk view |
cve_enrich applies a transparent rule: KEV > high EPSS > high CVSS — the same logic a good
vulnerability-management program uses.
⚙️ Install
git clone https://github.com/devsecforge/security-intel-mcp.git
cd security-intel-mcp
pip install -r requirements.txt▶️ Use with Claude Desktop
Add to your claude_desktop_config.json (see examples/):
{
"mcpServers": {
"security-intel": {
"command": "python",
"args": ["/absolute/path/to/security-intel-mcp/server.py"]
}
}
}Restart Claude Desktop, then ask: "Enrich CVE-2021-44228 and tell me if I should patch it now."
Claude will call cve_enrich and answer with NVD, EPSS, and KEV data.
🧪 Run standalone
python server.py # starts the MCP server over stdio🔒 Notes
Uses public, unauthenticated endpoints; be mindful of NVD rate limits for bulk use.
Read-only intelligence — the server takes no actions and stores nothing.
🤝 Contributing & License
See CONTRIBUTING.md. MIT © 2026 devsecforge (S. Naz). Original work.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI assistants to search and analyze vulnerabilities and exploits from multiple intelligence sources, including NVD, CISA KEV, ExploitDB, Metasploit, and more, with tools for CVE research, exploit analysis, and report generation.Last updated17MIT
- Alicense-qualityDmaintenanceProvides multi-source vulnerability intelligence for AI-powered security operations, combining NVD CVSS, CISA KEV, and EPSS scores without requiring an API key.Last updated1MIT
- Alicense-qualityAmaintenanceProvides CVE search enriched with EPSS exploit likelihood and CISA KEV status, plus live IP/domain reputation and a real-time threat feed for AI agents.Last updatedMIT
- AlicenseAqualityCmaintenanceProvides live CVE data from NVD and EPSS without API key, enabling AI assistants to look up CVSS scores, search vulnerabilities, and check product CVEs.Last updated3MIT
Related MCP Connectors
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
CVE lookup via NIST NVD, CISA KEV, EPSS, and MITRE ATT&CK. 7 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devsecforge/security-intel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server