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
- cheapest_charging_along_route
- cheapest_fuel_along_route
- check_adr_tunnel
- check_clearance_on_route
- check_style_contrast
- cluster
- create_style
- elevation
- geo_area
- geo_bbox
- geo_bearing
- geo_centroid
- geo_destination
- geo_distance
- geo_length
- geo_nearest_point_on_line
- geo_point_in_polygon
- geo_simplify
- geocode
- get_job
- get_style
- get_usage
- heritage_narration
- list_place_categories