MCP.so
登录

Postscript MCP Server

@mattcoatsworth

关于 Postscript MCP Server

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

mattcoatsworth

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Postscript MCP Server?

An MCP server for interacting with the Postscript SMS marketing platform API. It is intended for developers who want to build AI‑powered tools that manage shops, subscribers, campaigns, messages, and keywords on Postscript.

How to use Postscript MCP Server?

Install dependencies with npm install, create a .env file containing your POSTSCRIPT_API_KEY, then run the server with npm run dev. You can test the server using MCP Inspector via npm run inspect.

Key features of Postscript MCP Server

  • Manage Postscript shops and retrieve shop details
  • Create, update, and retrieve SMS subscribers
  • Create and retrieve SMS campaigns
  • Send direct messages to subscribers
  • Retrieve SMS keywords for a shop

Use cases of Postscript MCP Server

  • Automate subscriber management for SMS marketing workflows
  • Trigger campaign creation based on AI‑driven insights
  • Send personalized messages to subscribers from a chatbot
  • Monitor shop and subscriber data via an AI assistant
  • Integrate Postscript SMS marketing into intelligent customer support systems

FAQ from Postscript MCP Server

What tools does the Postscript MCP Server provide?

It provides tools for shops, subscribers, campaigns, messages, and keywords, including operations to get, create, and update resources.

What resources are available?

Resources use the postscript:// URI scheme and cover listing and retrieving specific shops, subscribers, and campaigns.

How do I configure and run the server?

Create a .env file with POSTSCRIPT_API_KEY, then run npm install followed by npm run dev. Use npm run inspect to test with MCP Inspector.

Where can I find more information about the Postscript API?

The Postscript API documentation is available at the Getting Started guide and API Reference linked in the README.

评论

其他 分类下的更多 MCP 服务器