MCP Endpoint

LIVE

This is the remote Model Context Protocol endpoint for the Exploit Intelligence Platform. Connect any MCP-compatible AI client to query large-scale vulnerability and exploit intelligence with real-time data from NVD, CISA KEV, EPSS, ExploitDB, Metasploit, and GitHub.

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

Quick Setup

Claude Desktop / Claude.ai

Go to SettingsConnectorsAdd custom connector, then enter the endpoint URL:

Claude connector setup showing the endpoint URL

Or add to claude_desktop_config.json:

{
  "mcpServers": {
    "exploit-intel": {
      "url": "https://mcp.exploit-intel.com/mcp"
    }
  }
}

Claude Code

claude mcp add --transport http exploit-intel https://mcp.exploit-intel.com/mcp

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "exploit-intel": {
      "url": "https://mcp.exploit-intel.com/mcp"
    }
  }
}

17 Tools Available

search_vulnerabilities
get_vulnerability
search_exploits
get_exploit_code
get_exploit_analysis
get_nuclei_templates
audit_stack
list_authors
get_author
list_cwes
get_cwe
list_vendors
list_products
lookup_alt_id
generate_finding
get_platform_stats
check_health

No authentication required. Rate limited to 60 requests per minute. Full documentation at exploit-intel.com/mcp.

Full Documentation Source Code exploit-intel.com