Skip to content
LangChain

DeepMap AI -- Earth Grounding for LangChain

com.deepmapai/earth-grounding

Verifiable Earth ground truth for AI agents: water, hazard, ground stability, resource, with proof.

client:LangChain transport:streamable-http runtime:pypi tools:11

Install DeepMap AI -- Earth Grounding in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "earth-grounding": {
            "transport": "streamable_http",
            "url": "https://deepmapai.com/mcp",
        }
})

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

DeepMap AI -- Earth Grounding in other clients