DeskMonitor for LangChain
com.thedeskmonitor/mcp
DeskMonitor: 24 workforce-intelligence MCP tools, OAuth 2.1, free demo key included.
client:LangChain
transport:streamable-http
tools:24
Install DeskMonitor in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://api.thedeskmonitor.com/api/mcp/v1",
}
})
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
- get_started_guide
- get_data_dictionary
- switch_to_demo
- switch_to_production
- get_demo_scenarios
- get_dashboard_summary
- list_employees
- get_employee_details
- list_my_timesheet
- summarize_team_hours
- list_pending_approvals
- list_recent_activity
- get_workload_alerts
- get_productivity_overview
- clock_in
- clock_out
- invite_staff
- get_capabilities
- get_pricing_and_plans
- start_free_trial
- ask_workforce
- get_analytics_questions
- get_analytics_overview
- get_analytics_feature_usage