Vendor Regulatory Evidence for LangChain
io.github.thryvebaseline/agent-services-001
Resolve a vendor and buy normalized public OSHA, EPA, and SAM exclusion evidence with provenance.
client:LangChain
transport:streamable-http
Install Vendor Regulatory Evidence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-services-001": {
"transport": "streamable_http",
"url": "https://experiment-001-production-90c3.up.railway.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs