MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQChangelog

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

FastAlertNow MCP Server

by FastAlertNow
Developer ToolsModerate5.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Official MCP server for FastAlert, providing tools to list channels and send notifications.

About

Official MCP server for FastAlert, providing tools to list channels and send notifications.

Security Report

5.0
Moderate5.0Moderate Risk

Valid MCP server (2 strong, 3 medium validity signals). 6 known CVEs in dependencies (0 critical, 4 high severity) Package registry verified. Imported from the Official MCP Registry.

12 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "fastalert-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

FastAlert MCP Server

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.

Features

  • Channel Discovery: List all of your channels with optional name filtering.
  • Send Notifications: Send rich messages (title, content, actions, images) to one or multiple channels.

Quick Start

{
  "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.

Available Tools

The following tools are available through this MCP server. Each tool can be called by an AI assistant to perform specific actions.

1. list_channels

Returns 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

2. send_message

Sends 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.

Integration with LLMs

Configuration in Cursor

  1. Go to Settings -> MCP.
  2. Click Add New MCP Server.
  3. Name: FastAlert
  4. Type: command
  5. Command: npx -y fastalert-mcp-server
  6. Env: Add API_KEY.

Configuration in ChatGPT

  1. Go to Settings -> Integrations.
  2. Click Add MCP Server.
  3. Use the hosted URL of your server (e.g., https://mcp.fastalert.now/mcp).
  4. Follow the OAuth prompts.

Configuration in Claude

  1. Open claude_desktop_config.json.
  2. Add the following entry:
{
  "mcpServers": {
    "fastalert": {
      "command": "npx",
      "args": ["-y", "fastalert-mcp-server"],
      "env": {
        "API_KEY": "your-api-key-here"
      }
    }
  }
}

Setup & Development

Requirements

  • Node: Version 18 or higher is recommended.
  • API_KEY: A valid FastAlert API Key is required for authentication.

Local Installation

  1. Clone the repository
  2. Copy the example environment file:
    cp .env.example .env
    
  3. Configure your environment variables in .env.
  4. Install dependencies:
    npm install
    
  5. Build the project:
    npm run build
    
  6. Run inspector tests:
    npm run inspector
    
  7. Run locally:
    npm start
    

Configuration (Environment Variables)

The following environment variables should be configured in your .env file:

VariableDescriptionExample
API_URLThe FastAlert API endpointhttps://api.fastalert.now/api
FRONT_URLYour frontend application URLhttps://fastalert.now
BASE_URLThe public URL where this MCP server is hostedhttp://localhost:3000
API_KEYYour FastAlert API Keyyour-api-key-here
PORT(Optional) Port to run the server on3000

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.


Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published February 24, 2026
Version 1.3.1
0 installs
Local Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
3
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

114
Stars
408
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
55
Installs
10.0
Security
5.0
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

89.9K
Stars
15
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
14
Installs
10.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
13
Installs
10.0
Security
No ratings yet
Local