← exploit-intel.com
INDIVIDUAL MCP TOOL
get_exploit_code
Retrieve the source code of a specific exploit by its platform ID.
LIVE ENDPOINT
https://mcp.exploit-intel.com/mcp
Connect to this endpoint to inspect the live schema for get_exploit_code and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_vulnerabilities— Search the Exploit Intelligence Platform for vulnerabilities (CVEs).get_vulnerability— Get a full intelligence brief for a specific vulnerability.get_exploit_analysis— Get the full AI analysis for a single exploit by its platform ID.get_nuclei_templates— Get Nuclei scanner templates and recon dorks for a vulnerability.get_platform_stats— Get platform-wide statistics from the Exploit Intelligence Platform.check_health— Check the EIP API health and data freshness.search_exploits— Browse and filter exploits using STRUCTURED FILTERS ONLY (no free-text query).list_authors— List exploit authors/researchers ranked by exploit count.