Skip to main content
Glama
Nanayeb34

MNotify MCP Server

by Nanayeb34

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MNOTIFY_API_KEYYesYour MNotify API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_quick_bulk_smsA

Send SMS to explicit phone numbers.

Parameters

  • recipient: string (comma-separated) or array of phone numbers

  • recipients: alias of recipient

  • sender_id: string, max 11 chars

  • message: string, max 460 chars

  • schedule: boolean (default false)

  • schedule_time: string 'YYYY-MM-DD HH:MM' if schedule is true

  • verify_sender: boolean, best-effort status check before sending

Returns

  • API response payload; indexes campaign id in session cache

send_bulk_group_smsB

Send an SMS to all contacts in one or more groups.

Provide group_id list and a message (≤ 460 chars). For scheduling, set schedule=true and supply schedule_time (YYYY-MM-DD HH:MM).

update_scheduled_smsB

Update a scheduled SMS campaign.

Supply id, sender_id, schedule_time, and optional message (≤ 460 chars).

sms_delivery_reportC

Get the delivery report for a specific SMS campaign by its ID.

specific_sms_delivery_reportB

Get the delivery status for a specific message within a campaign by campaign_id.

periodic_sms_delivery_reportB

Get delivery reports for campaigns within a date range (YYYY-MM-DD).

add_contactB

Add a contact to a group. Requires group_id and phone.

update_contactB

Update a contact by contact_id. Requires phone; other fields optional.

delete_contactA

Delete a contact by contact_id.

get_contact_detailsB

Fetch contact details by contact_id.

get_contact_listC

List contacts (first page as returned by the API).

get_group_contactsB

List contacts in a given group by group_id.

add_groupC

Create a new contact group with group_name.

update_groupA

Rename a contact group by group_id to group_name.

delete_groupB

Delete a contact group by group_id.

get_group_detailsC

Fetch details for a group by group_id.

get_group_listA

List all groups.

get_template_listC

List message templates.

get_message_templateB

Fetch a message template by template_id.

add_message_templateC

Create a message template with title and content.

update_message_templateA

Update a template by template_id. title and/or content optional.

delete_message_templateC

Delete a message template by template_id.

register_sender_idC

Register a sender ID (≤ 11 chars) with a purpose.

check_sender_idC

Check the status of a registered sender ID.

check_sms_balanceA

Get your current SMS balance and wallet summary.

get_context_snapshotA

Return a compact snapshot of known entities (names → IDs) gathered so far.

resolve_group_nameA

Resolve a group name (case-insensitive, substring) to known IDs from this session.

This uses the MCP server's in-memory cache populated by prior tool calls.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Nanayeb34/mnotify-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server