Bunny for LangChain
com.bunny/bunny
Billing, subscriptions and quoting for B2B SaaS
client:LangChain
transport:streamable-http
Install Bunny in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bunny": {
"transport": "streamable_http",
"url": "https://{subdomain}.bunny.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs