Postscript-MCP-Server
If you are the rightful owner of Postscript-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for interacting with the Postscript SMS marketing platform API.
The Postscript MCP Server is designed to facilitate seamless interaction with the Postscript SMS marketing platform API. It allows users to manage various aspects of their SMS marketing campaigns, including shops, subscribers, campaigns, messages, and keywords. The server is set up using Node.js, and requires the installation of dependencies and configuration of an API key. Once configured, the server can be run in development mode and tested using the MCP Inspector. This server provides a robust interface for managing SMS marketing efforts, making it easier for businesses to engage with their audience through targeted messaging.
Features
- Shops: Get information about your Postscript shops
- Subscribers: Manage SMS subscribers (create, update, retrieve)
- Campaigns: Create and retrieve SMS campaigns
- Messages: Send direct messages to subscribers
- Keywords: Retrieve SMS keywords
Tools
get_shops
Get all Postscript shops
get_shop
Get a specific shop by ID
get_subscribers
Get subscribers for a shop
get_subscriber
Get a specific subscriber by ID
create_subscriber
Create a new subscriber
update_subscriber
Update an existing subscriber
get_campaigns
Get campaigns for a shop
create_campaign
Create a new campaign
send_message
Send a direct message to a subscriber
get_keywords
Get keywords for a shop