Skip to main content
Glama
Aaryan-Kapoor

Simple Ntfy MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NTFY_BASE_URLNoBase URL of ntfy serverhttps://ntfy.sh
NTFY_DEFAULT_TOPICYesDefault topic to send notifications to

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_ntfyC

Send a notification via ntfy

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of overlap or confusion between tools. The tool's purpose is clear and distinct from any other.

Naming Consistency5/5

The tool name follows a consistent verb_noun pattern using snake_case. The name is descriptive and matches the action it performs.

Tool Count4/5

The tool count is slightly below the typical 3-15 range, but it is entirely appropriate for the narrow scope of sending ntfy notifications. Adding more tools would be unnecessary and likely artificial.

Completeness5/5

The domain is specifically sending notifications, and this single tool fully covers that lifecycle. There are no obvious missing operations for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues