Skip to content
LangChain

Fallax for LangChain

io.fallax/fallax

Fallax is a phishing simulation and security awareness training platform. Read your results.

client:LangChain transport:streamable-http

Install Fallax in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "fallax": {
            "transport": "streamable_http",
            "url": "https://app.fallax.io/mcp",
        }
})

tools = await client.get_tools()

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

Fallax in other clients