loe exposure for LangChain
io.github.builtforai/loe-exposure
Drug patent expiries ranked by the Medicare Part D spending exposed to them
client:LangChain
transport:streamable-http
tools:1
Install loe exposure in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"loe-exposure": {
"transport": "streamable_http",
"url": "https://rxfinder.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs