Skip to content
LangChain

intent hub for LangChain

io.github.bartek-filipiuk/intent-hub

Book a local business by saying what you need; matching businesses bid and you confirm one.

client:LangChain transport:streamable-http tools:11

Install intent hub in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "intent-hub": {
            "transport": "streamable_http",
            "url": "https://openintentprotocol.com/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

intent hub in other clients