The Company Atlas for LangChain
io.github.indotender/thecompanyatlas
Global customs trade data and company registry. Search shipments, and look up legal entities.
client:LangChain
transport:streamable-http
Install The Company Atlas in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"thecompanyatlas": {
"transport": "streamable_http",
"url": "https://thecompanyatlas.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs