LatLong Maps for LangChain
ai.latlong/map-mcp
Turn CSV or Excel data into styled choropleth and categorical maps of India from plain language.
client:LangChain
transport:streamable-http
tools:3
Install LatLong Maps in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"map-mcp": {
"transport": "streamable_http",
"url": "https://geocp.latlong.ai/mcp/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs