Skip to content
LangChain

htag docs for LangChain

com.htagai/htag-docs

Public HTAG discovery for MCP tools, API endpoints, OpenAPI ops, and agents.

client:LangChain transport:streamable-http tools:5

Install htag docs in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "htag-docs": {
            "transport": "streamable_http",
            "url": "https://api.htagai.com/mcp/v1/servers/htag-docs/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

htag docs in other clients