Aevum Security for LangChain
sg.com.aevumsecurity/agent-surface
Browse Aevum Security's Singapore cybersecurity services and submit a business enquiry.
client:LangChain
transport:streamable-http
tools:3
Install Aevum Security in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-surface": {
"transport": "streamable_http",
"url": "https://agents.aevumsecurity.com.sg/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs