Skip to content
LangChain

Check Before You Pay for LangChain

io.github.leosuhail-cmd/check-before-you-pay

Before an agent pays, get a verdict and a keepable receipt. Not insurance. Not custody.

client:LangChain transport:streamable-http

Install Check Before You Pay in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "check-before-you-pay": {
            "transport": "streamable_http",
            "url": "https://check.opulencedigitech.ca/mcp",
        }
})

tools = await client.get_tools()

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

Check Before You Pay in other clients