MCP server exposing 4 tools for postscript.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/postscript/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
postscript_list_subscribers — List SMS subscribers for a Postscript (Shopify) shop. Supports filtering by email, phone number, Shopify customer ID, and created/updated timestamps, plus sorting. Page-based pagination: returns { page_info: { page, total_pages }, subscribers: [...] }; pass page to walk results.postscript_get_subscriber — Get a single SMS subscriber by Postscript subscriber ID. Returns phone number, email, subscription status, Shopify customer linkage, and custom properties.postscript_list_keywords — List all active SMS keywords for the shop. Keywords are the text-to-join words (e.g. "JOIN") subscribers text to opt in. Returns keyword IDs, the keyword text, and associated subscription settings.postscript_get_keyword — Get a single SMS keyword by its ID. Returns the keyword text, status, and configuration (welcome message, list assignment).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/postscript/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io