mcp atlas for LangChain
io.github.leoyrh/mcp-atlas
Owner and APN lookup across 171 verified US county parcel ArcGIS endpoints. No API key needed.
client:LangChain
transport:stdio
runtime:npm
Install mcp atlas in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-atlas": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@urbankitstudio/mcp-atlas"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs