Skip to main content
Glama
pushpad

Pushpad MCP

Official
by pushpad

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PUSHPAD_TOKENYesYour Pushpad API token for authentication

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
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
notifications_listA

To list the latest notifications for your project, send a GET request to /projects/PROJECT_ID/notifications.

Only the notifications created in the last 35 days are available.

The response body will be an array containing objects each representing a notification.

notifications_createC

To send a web push notification, send a POST request to /projects/PROJECT_ID/notifications.

notifications_getA

To get a notification and its stats, send a GET request to /notifications/NOTIFICATION_ID.

Only the notifications created in the last 35 days are available.

notifications_cancelB

To cancel a scheduled notification, send a DELETE request to /notifications/NOTIFICATION_ID/cancel.

subscriptions_listA

To list all subscriptions in your project, send a GET request to /projects/PROJECT_ID/subscriptions.

The response body will be an array containing objects each representing a subscription.

subscriptions_createA

To create a new subscription, send a POST request to /projects/PROJECT_ID/subscriptions setting the required attributes.

A subscription will be created using the provided information.

The response body will contain a JSON object with the attributes of your new subscription.

This operation is mainly intended to import subscriptions from another service into Pushpad.

This is not the standard way to collect subscriptions: usually you collect them using the JavaScript SDK.

subscriptions_getA

To show information about an individual subscription, send a GET request to /projects/PROJECT_ID/subscriptions/SUBSCRIPTION_ID.

subscriptions_deleteA

To delete a subscription, send a DELETE request to /projects/PROJECT_ID/subscriptions/SUBSCRIPTION_ID.

The subscription will be permanently deleted.

A successful request will receive a 204 status code with no body in response.

subscriptions_updateB

To update a subscription, send a PATCH request to /projects/PROJECT_ID/subscriptions/SUBSCRIPTION_ID.

The subscription will be updated using the provided information.

The response body will contain a JSON object with the attributes of your subscription.

projects_listA

To list all projects in your account, send a GET request to /projects.

The response body will be an array containing objects each representing a project.

projects_createA

To create a new project, send a POST request to /projects setting the required attributes.

A project will be created using the provided information.

The response body will contain a JSON object with the attributes of your new project.

projects_getA

To show information about an individual project, send a GET request to /projects/PROJECT_ID.

projects_deleteA

To delete a project, send a DELETE request to /projects/PROJECT_ID.

The project will be deleted asynchronously. The actual processing of the request is performed later.

A successful request will receive a 202 status code with no body in response.

projects_updateC

To update a project, send a PATCH request to /projects/PROJECT_ID.

The project will be updated using the provided information.

The response body will contain a JSON object with the attributes of your project.

senders_listB

To list all senders in your account, send a GET request to /senders.

The response body will be an array containing objects each representing a sender.

senders_createC

To create a new sender, send a POST request to /senders setting the required attributes.

A sender will be created using the provided information.

The response body will contain a JSON object with the attributes of your new sender.

senders_getC

To show information about an individual sender, send a GET request to /senders/SENDER_ID.

senders_deleteA

To delete a sender, send a DELETE request to /senders/SENDER_ID.

The sender will be permanently deleted.

You cannot delete a sender if it has associated projects.

A successful request will receive a 204 status code with no body in response.

senders_updateC

To update a sender, send a PATCH request to /senders/SENDER_ID.

The sender will be updated using the provided information.

The response body will contain a JSON object with the attributes of your sender.

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/pushpad/pushpad-mcp'

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