Atlas Data Exchange for LangChain
com.atlasipholdingsllc.app/atlas-data-exchange
Infrastructure and hazard intelligence with provenance, spatial confidence and quality contracts.
client:LangChain
transport:streamable-http
tools:10
Install Atlas Data Exchange in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"atlas-data-exchange": {
"transport": "streamable_http",
"url": "https://app.atlasipholdingsllc.com/mcp?src=mcp_registry",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs