Skip to content
LangChain

coverage exception for LangChain

io.github.builtforai/coverage-exception

Why Medicare Part D restricts a drug, and the exception and appeal path to challenge it

client:LangChain transport:streamable-http tools:2

Install coverage exception in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "coverage-exception": {
            "transport": "streamable_http",
            "url": "https://insurewith.ai/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

coverage exception in other clients