security-intel-mcp

security-intel-mcp

Provides real-time vulnerability intelligence including CVE lookup, EPSS exploit probability, and CISA KEV status from free APIs, enabling AI assistants to prioritize CVEs by real-world risk.

Category
Visit Server

README

<div align="center">

๐Ÿ›ฐ๏ธ 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.

MCP Python License: MIT

</div>


๐Ÿ“– 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.

๐Ÿงฐ Tools

Tool Source Returns
cve_lookup(cve_id) NVD Description, publish date, CVSS severity
epss_score(cve_id) FIRST EPSS Probability of exploitation (next 30 days) + percentile
kev_check(cve_id) CISA KEV Whether it's known-exploited, with due date & required action
cve_enrich(cve_id) 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured