Skip to content
LangChain

Execute binary-exploitation-shield-mcp for LangChain

io.github.evozim/binary-exploitation-shield-mcp

Premium agentic endpoint for binary-exploitation-shield-mcp.

client:LangChain transport:sse

Install Execute binary-exploitation-shield-mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "binary-exploitation-shield-mcp": {
            "transport": "streamable_http",
            "url": "https://api.m2mcent.com/binary-exploitation-shield-mcp/sse",
        }
})

tools = await client.get_tools()

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

Execute binary-exploitation-shield-mcp in other clients