Skip to content
LangChain

Decide Policy Notaries for LangChain

io.github.decidefyi/policy-notaries

Fail-closed refund, cancellation, return, and trial checks for 100 US subscription vendors.

client:LangChain transport:streamable-http tools:4

Install Decide Policy Notaries in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "policy-notaries": {
            "transport": "streamable_http",
            "url": "https://policy.decide.fyi/api/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

Decide Policy Notaries in other clients