Skip to content
LangChain

Arcgis Pflugerville for LangChain

io.github.pipeworx-io/arcgis-pflugerville

City of Pflugerville GIS — Pflugerville, Texas open geospatial data (ArcGIS).

client:LangChain transport:streamable-http tools:39

Install Arcgis Pflugerville in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "arcgis-pflugerville": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/arcgis-pflugerville/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 Pflugerville in other clients