Skip to content
LangChain

Notifly for LangChain

io.notifly/notifly

Notification workflows, subscribers, topics and delivery activity; trigger a workflow with consent.

client:LangChain transport:streamable-http

Install Notifly in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Notifly in other clients