Bleep for LangChain
com.usebleep/bleep
Create Tasks and run Workflows in Bleep from Claude, ChatGPT, and other AI assistants.
client:LangChain
transport:streamable-http
Install Bleep in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bleep": {
"transport": "streamable_http",
"url": "https://app.usebleep.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs