FacilityProof for LangChain
com.davisvillelabs/facilityproof
Source-reconciled U.S. environmental facility compliance evidence for AI agents.
client:LangChain
transport:streamable-http
tools:1
Install FacilityProof in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"facilityproof": {
"transport": "streamable_http",
"url": "https://facilityproof.davisvillelabs.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs