Skip to content
LangChain

us diligence for LangChain

com.edgethirteen.www/us-diligence

Screen a US company against SEC EDGAR, OFAC sanctions, federal awards and federal court dockets.

client:LangChain transport:streamable-http

Install us diligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "us-diligence": {
            "transport": "streamable_http",
            "url": "https://www.edgethirteen.com/api/mcp/us-diligence",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

us diligence in other clients