distress diligence for LangChain
com.dropwatchhq/distress-diligence
Distressed-SMB diligence: bankruptcy, lawsuits, recalls, exclusions, WARN layoffs, liens (sourced).
client:LangChain
transport:streamable-http
tools:5
Install distress diligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"distress-diligence": {
"transport": "streamable_http",
"url": "https://diligence.dropwatchhq.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs