The Agent Bar for LangChain
bar.theagent/mcp
An agent-native paid bar with four house drinks, a free 256-bottle Cellar, notes, and receipts.
client:LangChain
transport:streamable-http
tools:5
Install The Agent Bar in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://theagent.bar/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs