Skip to content
LangChain

hookpulse for LangChain

net.hookpulse/hookpulse

Dead-man switch for cron and webhooks: ingest URL, miss detection, alerts and a status feed.

client:LangChain transport:streamable-http tools:41

Install hookpulse in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hookpulse": {
            "transport": "streamable_http",
            "url": "https://hookpulse.net/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

All 41 tools →

hookpulse in other clients