loading…
Search for a command to run...
loading…
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 no
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.
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.
{
"mcpServers": {
"fastalert": {
"command": "npx",
"args": ["-y", "fastalert-mcp-server"],
"env": {
"API_KEY": "your-api-key-here"
}
}
}
}
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:
{
"name": "Service Alerts"
}
Structured JSON Output (Default):
{
"status": true,
"message": "You have fetch channels successfully",
"data": {
"channels": [
{
"uuid": "sdf12sdf-6541-5d56-s5sd-1fa513e88a81",
"name": "Service Alerts",
"subscriber": 1000
}
]
}
}
Human-Readable Text Output:
Here are your FastAlert channels:
Service Alerts
UUID: sdf12sdf-6541-5d56-s5sd-1fa513e88a81
Subscribers: 1000
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:
{
"channel-uuid": "sdf12sdf-6541-5d56-s5sd-1fa513e88a81",
"title": "System Update",
"content": "A new version of the system is now live.",
"action": "website",
"action_value": "https://fastalert.now/updates"
}
Structured JSON Output (Default):
{
"status": true,
"message": "Message has been sent successfully"
}
Human-Readable Text Output:
Message Sent Successfully!
Your message "System Update" has been sent to Service Alerts.
Channel UUID: sdf12sdf-6541-5d56-s5sd-1fa513e88a81
Title: System Update
Content: A new version of the system is now live.
FastAlertcommandnpx -y fastalert-mcp-serverAPI_KEY.https://mcp.fastalert.now/mcp).claude_desktop_config.json.{
"mcpServers": {
"fastalert": {
"command": "npx",
"args": ["-y", "fastalert-mcp-server"],
"env": {
"API_KEY": "your-api-key-here"
}
}
}
}
cp .env.example .env
.env.npm install
npm run build
npm run inspector
npm start
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.
Run in your terminal:
claude mcp add fastalertnow-mcp-server -- npx Yes, FastAlertNow/mcp-server MCP is free — one-click install via Unyly at no cost.
No, FastAlertNow/mcp-server runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open FastAlertNow/mcp-server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs