# Triggercmd — MCP server on mcp.ai > Connect your Triggercmd account and use 5 tools for developer tools straight from your AI agent. Connect with your own API key. TRIGGERcmd is a cloud service that allows you to securely and remotely run commands on your computers. By: mcp.ai · official Page: https://mcp.ai/triggercmd ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_triggercmd?ms=1787291460000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/triggercmd/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/triggercmd/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/triggercmd/skill.md Postman collection (v2.1): https://mcp.ai/triggercmd/postman.json ## Tools - triggercmd_list_commands_v2() — Tool to list all available commands for the authenticated user. Use when you need to retrieve all commands configured on your computers. - triggercmd_list_computers() — Tool to list all computers associated with your TriggerCMD account. Use after authenticating with your token to retrieve connected machines. - triggercmd_list_panel_buttons() — Tool to retrieve all panel buttons configured in your TriggerCMD account. Use when you need to browse available panel buttons before triggering them. - triggercmd_trigger_command(params?: string, command: string, computer: string) — Tool to trigger a specified command on a target computer. Use when you want to remotely execute a pre-configured command after authentication. Values for `computer` and `command` must exactly match id - triggercmd_trigger_panel_button(panel: string, button: string, params?: string) — Tool to trigger a specific panel button. Panels allow grouping related commands for easier organization and triggering. Use when you want to execute a command that's part of a panel configuration. ## Example prompts - "What can I do in Triggercmd?" - "Show me a summary of my Triggercmd account" ## Links Docs: https://mcp.ai/docs/mcps/triggercmd Website: https://mcp.ai/mcps/triggercmd