Skip to content
LangChain

subscriptions for LangChain

io.github.theluckystrike/subscriptions

Recurring subscriptions billing: schedule once, auto-generate due invoice PDFs.

client:LangChain transport:streamable-http runtime:mcpb tools:14

Install subscriptions in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "subscriptions": {
            "transport": "streamable_http",
            "url": "https://mcp.zovo.one/mcp/subscriptions",
        }
})

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

subscriptions in other clients