MCP server to list FastAlert channels and send notifications with rich content via FastAlert API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.
nameCallable MCP tool function
channel-uuidCallable MCP tool function
titleCallable MCP tool function
contentCallable MCP tool function
actionCallable MCP tool function
action_valueCallable MCP tool function
Official Model Context Protocol (MCP) server for FastAlert. This server allows AI agents (like Claude, ChatGPT, and Cursor) to list of your channels and send notifications directly through the FastAlert API.
You can find your API key by visiting FastAlert and navigating to Settings.
The following tools are available through this MCP server. Each tool can be called by an AI assistant to perform specific actions.
list_channelsReturns a list of available FastAlert channels.
Input Parameters:
name (string, optional): A search term to filter channels by name.Example Call:
Structured JSON Output (Default):
Human-Readable Text Output:
send_messageSends a notification message to one or more channels.
Input Parameters:
channel-uuid (string, required): The unique identifier for the target channel.title (string, required): The title of the alert notification.content (string, required): The main body text of the notification.action (string, optional): Type of action ('call', 'email', 'website', 'image').action_value (string, optional): The value for the action (e.g., a URL or phone number).image (string, optional): URL or identifier for an image to include.Example Call:
Structured JSON Output (Default):
Human-Readable Text Output:
FastAlertcommandnpx -y fastalert-mcp-serverAPI_KEY.https://mcp.fastalert.now/mcp).claude_desktop_config.json..env.The following environment variables should be configured in your .env file:
| Variable | Description | Example |
|---|---|---|
API_URL | The FastAlert API endpoint | https://api.fastalert.now/api |
FRONT_URL | Your frontend application URL | https://fastalert.now |
BASE_URL | The public URL where this MCP server is hosted | http://localhost:3000 |
API_KEY | Your FastAlert API Key | your-api-key-here |
PORT | (Optional) Port to run the server on | 3000 |
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/fastalertnow-mcp-server)<a href="https://allmcps.com/mcp/fastalertnow-mcp-server"><img src="https://allmcps.com/api/badge/fastalertnow-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>