PingRoom for LangChain
io.pingroom/pingroom
Send mobile pings and route human questions, approvals, and handoffs from AI agents.
client:LangChain
transport:streamable-http
tools:42
Install PingRoom in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pingroom": {
"transport": "streamable_http",
"url": "https://api.pingroom.io/api/agent/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
- connection_info
- disconnect
- redeem_code
- list_rooms
- list_quick_actions
- trigger_quick_action
- broadcast
- live_status
- get_live_status
- list_room_icons
- list_notifications
- get_notification
- wait_for_notification
- wait_for_ack
- request_approval
- wait_for_approval
- get_approval
- ask_question
- wait_for_answer
- get_question
- list_questions
- cancel_question
- activate_agent_inbox
- create_handoff