Skip to content
LangChain

secureflows mcp for LangChain

io.github.michal-lefler/secureflows-mcp

MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

client:LangChain transport:streamable-http tools:18

Install secureflows mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "secureflows-mcp": {
            "transport": "streamable_http",
            "url": "https://www.secure-flows.com/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

secureflows mcp in other clients