hibot for LangChain
com.hibot/hibot
HiBot public knowledge: the ANSWER framework for AI visibility, audit plans, case studies, research
client:LangChain
transport:streamable-http
tools:5
Install hibot in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hibot": {
"transport": "streamable_http",
"url": "https://hibot.com/mcp/public",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs