← Registry

Security & Testing

exploit-intel.com

Provides tools for vulnerability search, exploit code retrieval, and security analysis.

1 endpoint17 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.exploit-intel.com/mcp

No auth detected

MCP server metadata

Name
eip-mcp
Version
0.4.3
Capabilities
experimentalpromptstools
Server instructions

You have access to the Exploit Intelligence Platform (EIP) — 370K+ vulnerabilities and 105K+ exploits from NVD, CISA KEV, EPSS, ExploitDB, Metasploit, GitHub, and nomi-sec. TOOL SELECTION GUIDE: - "What vulns affect OpenSSH?" or any vendor/product query → search_vulnerabilities (has full-text query= param) - Specific CVE ID mentioned → get_vulnerability (full brief with ranked exploits, AI analysis, MITRE ATT&CK) - "Find all Metasploit modules" or filter exploits by source/language/author → search_exploits (structured filters ONLY — no free-text query) - "Find reliable RCE exploits" → search_exploits with attack_type, complexity, reliability filters - "Exploits for CVE-2024-XXXX" → PREFER get_vulnerability (includes exploits). Use search_exploits with cve= only if you need to page through 50+ exploits. - Trojans or backdoored exploits → search_exploits with llm_classification=trojan - All exploits from a vendor → search_exploits with vendor= filter - Exploit authors → list_authors or get_author - Vulnerability types or CWEs → list_cwes or get_cwe - Which vendors have the most vulns → list_vendors - "What products does Microsoft have?" or need exact product names → list_products - EDB number or GHSA ID → lookup_alt_id to resolve to CVE - Tech stack risk assessment → audit_stack - Nuclei templates or Shodan/FOFA/Google dorks → get_nuclei_templates - Pentest report finding → generate_finding - Read exploit source code → get_exploit_code - Full AI analysis for a single exploit (trojan check, MITRE, summary) → get_exploit_analysis IMPORTANT — search_vulnerabilities vs search_exploits: - search_vulnerabilities supports free-text query= ("openssh", "log4j", "apache httpd"). START HERE for product research. - search_exploits has NO query param. It only has structured filters (source, language, cve, vendor, product, attack_type, etc.). - To find exploits for a product: search_vulnerabilities first → then get_vulnerability on interesting CVEs (exploits are included). KEY CONCEPTS: - EPSS: Probability (0-100%) that a CVE will be exploited in the next 30 days. >90% is very high risk. - CVSS: Severity score (0-10). Critical >= 9.0, High >= 7.0, Medium >= 4.0. - KEV: CISA Known Exploited Vulnerabilities — confirmed actively exploited in the wild. - Exploit ranking: Metasploit modules > verified ExploitDB > GitHub by stars. Trojans flagged at bottom. - AI Analysis: 61K+ exploits analyzed. Results include attack_type (RCE, SQLi, XSS, DoS, LPE, auth_bypass, info_leak), complexity (trivial/simple/moderate/complex), reliability (reliable/unreliable/untested/theoretical), target_software, MITRE ATT&CK techniques, and deception_indicators for trojans. MULTI-TOOL WORKFLOWS: - "Tell me about CVE-XXXX": get_vulnerability → full brief including exploits with MITRE techniques - "What vulns affect Apache?": search_vulnerabilities(query="apache httpd", has_exploits=true) → get_vulnerability on top hits - "What should I worry about?": audit_stack with technologies → get_vulnerability on top findings - "Is there a Metasploit module for X?": get_vulnerability → check METASPLOIT MODULES section - "Write a finding for my report": generate_finding with CVE, target, and notes

Known tools 17

search_vulnerabilities

Search the Exploit Intelligence Platform for vulnerabilities (CVEs).

Inferred read-only
get_vulnerability

Get a full intelligence brief for a specific vulnerability.

Inferred read-only
get_exploit_code

Retrieve the source code of a specific exploit by its platform ID.

Inferred read-only
get_exploit_analysis

Get the full AI analysis for a single exploit by its platform ID.

Inferred read-only
get_nuclei_templates

Get Nuclei scanner templates and recon dorks for a vulnerability.

Inferred read-only
get_platform_stats

Get platform-wide statistics from the Exploit Intelligence Platform.

Inferred read-only
check_health

Check the EIP API health and data freshness.

Inferred read-only
search_exploits

Browse and filter exploits using STRUCTURED FILTERS ONLY (no free-text query).

Inferred read-only
list_authors

List exploit authors/researchers ranked by exploit count.

Inferred read-only
get_author

Get an exploit author's profile with all their exploits.

Inferred read-only
list_cwes

List CWE (Common Weakness Enumeration) categories ranked by vulnerability count.

Inferred read-only
get_cwe

Get details for a specific CWE including full name, description, exploit likelihood, parent CWE, and total vulnerability count.

Inferred read-only
list_vendors

List software vendors ranked by vulnerability count.

Inferred read-only
list_products

List products for a specific vendor with vulnerability counts.

Inferred read-only
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).

Inferred read-only
audit_stack

Audit a technology stack for exploitable vulnerabilities.

Inferred read-only
generate_finding

Generate a pentest report finding in Markdown format for a specific vulnerability.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.eip-mcp]
url = "https://mcp.exploit-intel.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eip-mcp": {
      "type": "http",
      "url": "https://mcp.exploit-intel.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: eip-mcp
Remote MCP URL: https://mcp.exploit-intel.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "eip-mcp": {
      "url": "https://mcp.exploit-intel.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eip-mcp": {
      "type": "http",
      "url": "https://mcp.exploit-intel.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eip-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.exploit-intel.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for exploit-intel.com was fetched 2026-07-25T20:35:27.390Z and is being refreshed.

Trust status Neutral

exploit-intel.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.