Skip to content
LangChain

MapMap for LangChain

ai.mapmap/mapmap

Maps built for agents: routing incl. truck/ADR, geocoding, matrices, isochrones — 34 tools.

client:LangChain transport:streamable-http tools:47

Install MapMap in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mapmap": {
            "transport": "streamable_http",
            "url": "https://mcp.mapmap.ai/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

All 47 tools →

MapMap in other clients