Skip to content
LangChain

htag intelligence for LangChain

com.htagai/htag-intelligence

HTAG property tools for addresses, listings, estimates, markets, and demographics.

client:LangChain transport:streamable-http

Install htag intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

htag intelligence in other clients