Geospatial System — Location Profile for LangChain
com.geospatialsystem/location-profile
Elevation, slope, terrain maps & 3-D surfaces for any site — near-global 30 m, US 10 m, AU/NZ 5 m.
client:LangChain
transport:streamable-http
tools:9
Install Geospatial System — Location Profile in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"location-profile": {
"transport": "streamable_http",
"url": "https://api.geospatialsystem.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs