magicbell for LangChain
io.usefulapi/magicbell
Read MagicBell broadcasts, users, events, workflows and channels; create and update user records.
client:LangChain
transport:streamable-http
Install magicbell in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"magicbell": {
"transport": "streamable_http",
"url": "https://magicbell.usefulapi.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs