Skip to content
Back to search
100
MCP live v0.3.9 streamable-http

Exploit Intelligence Platform — CVE, Vulnerability and Exploit Database

com.exploit-intel/eip-mcp

Real-time CVE, exploit, and vulnerability intelligence for AI assistants (350K+ CVEs, 115K+ PoCs)

Uptime
19.4%
31 probes
Response
708ms
last probe
Tools
17
callable

Tools · 17

search_vulnerabilities

Search the Exploit Intelligence Platform for vulnerabilities (CVEs). Returns a list of matching CVEs with CVSS scores, EPSS exploitation probability, exploit counts, CISA KEV status, VulnCheck KEV, In…

get_vulnerability

Get a full intelligence brief for a specific vulnerability. Accepts both CVE-IDs (e.g. CVE-2024-3400) and EIP-IDs (e.g. EIP-2026-12345 for pre-CVE entries). Returns detailed information including CVSS…

get_exploit_code

Retrieve the source code of a specific exploit by its platform ID. IMPORTANT: Use the platform's internal ID shown as [id=XXXXX] in results, NOT the ExploitDB number (EDB-XXXXX). These are different n…

get_exploit_analysis

Get the full AI analysis for a single exploit by its platform ID. Returns classification (working_poc, trojan, suspicious, scanner, stub, writeup), attack type, complexity, reliability, confidence sco…

get_nuclei_templates

Get Nuclei scanner templates and recon dorks for a vulnerability. Returns template metadata, severity, verification status, tags, and ready-to-use Shodan, FOFA, and Google dork queries for target iden…

get_platform_stats

Get platform-wide statistics from the Exploit Intelligence Platform. Returns total counts of vulnerabilities, exploits, KEV entries, Nuclei templates, vendors, and authors, plus the last data update t…

check_health

Check the EIP API health and data freshness. Returns database status and timestamps for each of the 10 ingestion sources (NVD, KEV, EPSS, ExploitDB, GitHub, Metasploit, etc.).

search_exploits

Browse and filter exploits using STRUCTURED FILTERS ONLY (no free-text query). Use this to filter by source (github, metasploit, exploitdb, nomisec, gitlab, inthewild, vulncheck_xdb, patchapalooza, os…

list_authors

List exploit authors/researchers ranked by exploit count. Returns the top security researchers with their exploit counts and handles. Use this when asked 'who are the top exploit authors?' or 'who wri…

get_author

Get an exploit author's profile with all their exploits. Returns author name, handle, total exploit count, activity start date, and a paginated list of their exploits with CVE context. Use this when a…

list_cwes

List CWE (Common Weakness Enumeration) categories ranked by vulnerability count. Returns CWE IDs, names, short labels, exploit likelihood, and how many CVEs have that weakness. Use this when asked 'wh…

get_cwe

Get details for a specific CWE including full name, description, exploit likelihood, parent CWE, and total vulnerability count. Example: cwe_id='CWE-79' returns details about Cross-Site Scripting.

list_vendors

List software vendors ranked by vulnerability count. Returns the top 200 vendors with their total CVE counts. Use this when asked 'which vendors have the most vulnerabilities?' or to understand the th…

list_products

List products for a specific vendor with vulnerability counts. Use this to discover exact product names for filtering. Product names in the database use CPE conventions (e.g. 'exchange_server' not 'ex…

lookup_alt_id

Look up a vulnerability by an alternate identifier such as an ExploitDB ID (EDB-XXXXX) or GitHub Security Advisory ID (GHSA-XXXXX). Returns the matching CVE-ID with basic severity info. Use this when …

audit_stack

Audit a technology stack for exploitable vulnerabilities. Accepts a comma-separated list of technologies (max 5) and searches for critical/ high severity CVEs with public exploits for each one, sorted…

generate_finding

Generate a pentest report finding in Markdown format for a specific vulnerability. Fetches full detail and formats it as a professional finding with severity, CVSS, description, affected products, exp…

Similar MCP servers embedding-nearest

Exploit Intelligence Platform
Real-time CVE, exploit, and vulnerability intelligence with 350K+ CVEs and 115K+ proof-of-concept exploits.
0 tools
VulnCheck
VulnCheck exploit intelligence — CVE research, exploit data, advisories, and threat analysis.
0 tools
ExploitDB
Provides direct access to ExploitDB functionality for cybersecurity research, enabling exploit searches by keywords, CVE IDs, or platforms w
0 tools
CVE Vulnerability Lookup
Full detail for a single CVE vulnerability by identifier from the NIST National Vulnerability Database. Returns the description, CVSS severi
0 tools · http
CVE Lookup (live vulnerability intelligence)
Look up CVE vulnerability records with severity (CVSS), affected products, exploit status and remediation guidance. For security pre-flight,
0 tools · http
vuln-intel
Hosted CVE-intelligence MCP: exploitation-first ranking and a fact-checker for hallucinated CVEs
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "exploit_intelligence_platform_—_cve,_vulnerability_and_exploit_database": {
      "url": "https://mcp.exploit-intel.com/mcp",
      "transport": "streamable-http"
    }
  }
}