fastalert-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fastalert-mcpSend 'Test Alert' to channel 'abc-123' with content 'Everything OK'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for FastAlert
A Model Context Protocol server that provides tools for discovering channels with optional search by name through the FastAlert API.
Features
Search for channels:
Name search
Send Messages:
channel-uuid
Title
Content
action
action_value
image
Related MCP server: Jon's Pushover MCP Server
Configuration
The server requires a FastAlert API key. You can get one by
Going to https://fastalert.now/
Creating an account or signing in
Going to "Settings" in your account
Get your API key
Set your API key in your MCP settings file:
{
"mcpServers": {
"fastalert-mcp": {
"command": "node",
"args": [
"/path-to-project/fastalert-mcp-server/build/index.js"
],
"env": {
"BASE_URL":"https://apialert.testflight.biz/api/v1",
"API_KEY":"your-api-key"
}
}
}
}Usage
The server provides a tool called list_channels that accepts:
Optional Parameters
name: Search term
Examples
Structured JSON Output (Default)
<use_mcp_tool>
<server_name>fastalert</server_name>
<tool_name>list_channels</tool_name>
<arguments>
{
"uuid": "sdf12sdf-6541-5d56-s5sd-1fa513e88a87",
"name": "my channels",
"subscriber": "1000"
}
</arguments>
</use_mcp_tool>Human-Readable Text Output
<use_mcp_tool>
<server_name>fastalert</server_name>
<tool_name>list_channels</tool_name>
<arguments>
{
"uuid": "sdf12sdf-6541-5d56-s5sd-1fa513e88a87",
"name": "my channels",
"subscriber": "1000"
}
</arguments>
</use_mcp_tool>Development
Clone the repository
Copy the example environment file:
cp .env.example .envAdd your FastAlert API key to
.envInstall dependencies:
npm installBuild the project:
npm run buildTest with the inspector:
npm run inspector
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables sending rich notifications to Discord and/or Slack webhooks with automatic service detection, retry logic, and support for embeds, blocks, and attachments. Provides secure webhook management with comprehensive input validation and rate limiting.3TypeScriptMIT
- AlicenseAqualityDmaintenanceEnables sending push notifications to your devices via Pushover, allowing you to receive alerts and messages with customizable titles, URLs, priorities, and sounds.12MIT

FastAlert MCP Serverofficial
Alicense-qualityDmaintenanceEnables AI agents to list FastAlert channels and send rich notifications via the FastAlert API.833MIT- FlicenseAqualityBmaintenanceEnables AI to send push notifications to your phone via a configurable gateway. It is a thin wrapper that posts to an Apprise push gateway.1
Related MCP Connectors
Send notifications, manage templates, and configure integrations with Courier.
Push notifications for AI agents - send instant iPhone notifications from any MCP client.
Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Webdev3-digi/fastalert-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server