Skip to content
LangChain

Subscription Receipt Desk for LangChain

io.github.wxt-ai/subscription-receipt-desk

Register an event callback address

client:LangChain transport:streamable-http

Install Subscription Receipt Desk in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "subscription-receipt-desk": {
            "transport": "streamable_http",
            "url": "https://openings-vote-drilling-initially.trycloudflare.com/mcp/subscription-receipt-desk",
        }
})

tools = await client.get_tools()

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

Subscription Receipt Desk in other clients