Skip to content
LangChain

htag spatial for LangChain

com.htagai/htag-spatial

HTAG H3 spatial tools for price/rent, indicators, geometry, and concordance.

client:LangChain transport:streamable-http

Install htag spatial in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "htag-spatial": {
            "transport": "streamable_http",
            "url": "https://api.htagai.com/mcp/v1/servers/htag-spatial/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

htag spatial in other clients