Skip to content
LangChain

Exploit Intelligence Platform — CVE, Vulnerability and Exploit Database for LangChain

com.exploit-intel/eip-mcp

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

client:LangChain transport:streamable-http runtime:pypi

Install Exploit Intelligence Platform — CVE, Vulnerability and Exploit Database in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "eip-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.exploit-intel.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Exploit Intelligence Platform — CVE, Vulnerability and Exploit Database in other clients