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
- list_environments
- create_environment
- get_environment
- create_device_input
- list_device_inputs
- get_device_input_setup
- list_device_input_history
- get_device_input_batch
- delete_device_input
- set_device_input_active
- list_input_fleet
- report_environment
- list_collections
- create_collection
- get_collection_series
- update_collection
- delete_collection
- update_environment
- delete_environment
- api_index
- health
- create_guest
- list_endpoints
- create_endpoint