Skip to content
LangChain

Verify a Company for LangChain

dev.hatchloop/company-verification

Verify a company on GLEIF LEI and SEC EDGAR, screen sanctions. No key; quota-free data.

client:LangChain transport:streamable-http tools:7

Install Verify a Company in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "company-verification": {
            "transport": "streamable_http",
            "url": "https://hatchloop.dev/mcp/company-verification",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

Verify a Company in other clients