Token导航 LogoToken导航TokenDH.com
Postscript MCP Server logo
运维云端stdio官方级别未说明来源级核验

Postscript MCP Server

MCP Server

Postscript MCP Server是一个用于与Postscript短信营销平台API交互的服务器,提供商店、订阅者、活动和消息管理功能。

工具数

10

提示词数

0

GitHub Stars

0

资源数

0
JavaScript云端部署Docker

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

mattcoatsworth

提供方

mattcoatsworth

最后核验

2026/5/17 20:22

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

后期脚本MCP服务器

An MCP server for interacting with the Postscript SMS marketing platform API.

## Setup

1. Install dependencies:

npm install


2. Configure your API key:
   - Create a `.env` file in the root directory
   - Add your Postscript API key: `POSTSCRIPT_API_KEY=your_api_key_here`

3. Run the server:

npm run dev


4. Test with MCP Inspector:

npm run inspect


## Features

This MCP server provides access to the following Postscript API 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

## Available 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

## Available Resources

- `postscript://shops`: List all shops
- `postscript://shops/{shopId}`: Get a specific shop
- `postscript://shops/{shopId}/subscribers`: List subscribers for a shop
- `postscript://shops/{shopId}/subscribers/{subscriberId}`: Get a specific subscriber
- `postscript://shops/{shopId}/campaigns`: List campaigns for a shop

## API Documentation

For more information about the Postscript API, see:
- [Getting Started](https://developers.postscript.io/docs/getting-started)
- [API Reference](https://developers.postscript.io/reference/new-object-identifiers)

目录标签

目录标签

JavaScript云端部署Docker短信营销本地部署API服务器订阅者管理活动管理消息发送

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

api-key

工具数量(toolCount,工具数)

10

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdioapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP