flashduty-mcp-server
Verified Safeby flashcatcloud
Overview
The Flashduty MCP Server provides seamless integration with Flashduty APIs, enabling advanced incident management, automation of workflows, data extraction, and building AI-powered tools and applications.
Installation
docker run -i --rm -e FLASHDUTY_APP_KEY=<your_flashduty_app_key> registry.flashcat.cloud/public/flashduty-mcp-serverEnvironment Variables
- FLASHDUTY_APP_KEY
Security Notes
The server uses structured inputs for API calls, reducing injection risks. Authentication to the Flashduty API relies on an 'app_key' passed in URL query parameters, which is a known characteristic of the upstream Flashduty API. The server redacts this 'app_key' from log outputs for security. No hardcoded secrets were found in the provided source. While the 'mcpcurl' client-side utility includes a `gosec` nolint for arbitrary command execution (used for testing), this does not apply to the server's core functionality, which does not execute arbitrary shell commands based on user input for tool calls.
Similar Servers
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.
git-netai
Provides a unified, asynchronous Model Context Protocol (MCP) server for managing multi-platform network infrastructure (routers, firewalls, WiFi, monitoring, data centers) via a single AI-accessible API.
raycast-mcp-server
Facilitates advanced Raycast workflow automation and integration with AI assistants on macOS by exposing Raycast and system functionalities as tools.
mcp
The MCP Server provides an AI-powered framework for command execution, plugin-based tools, secure Python evaluation, and knowledge management, designed for standalone or embedded use.