Postscript-MCP-Server

Postscript-MCP-Server

3.2

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

  1. get_shops

    Get all Postscript shops

  2. get_shop

    Get a specific shop by ID

  3. get_subscribers

    Get subscribers for a shop

  4. get_subscriber

    Get a specific subscriber by ID

  5. create_subscriber

    Create a new subscriber

  6. update_subscriber

    Update an existing subscriber

  7. get_campaigns

    Get campaigns for a shop

  8. create_campaign

    Create a new campaign

  9. send_message

    Send a direct message to a subscriber

  10. get_keywords

    Get keywords for a shop