BondSeat for LangChain
io.github.saintmarksventures/bondseat
Snag hard-to-get Resy tables with automatic cancellation monitoring and scheduled release attempts.
client:LangChain
transport:stdio
runtime:npm
Install BondSeat in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bondseat": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@bondseat/mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs