Skip to content
LangChain

Arcgis Glasgow for LangChain

io.github.pipeworx-io/arcgis-glasgow

Glasgow City Council GIS — Glasgow, Scotland (UK) open geospatial data (ArcGIS).

client:LangChain transport:streamable-http tools:39

Install Arcgis Glasgow in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "arcgis-glasgow": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/arcgis-glasgow/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 39 tools →

Arcgis Glasgow in other clients