MCP server exposing 5 tools for klaviyo.
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/klaviyo/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
klaviyo_list_profiles — Search contacts by email, name, or custom attributes. Returns profile IDs, emails, names, and properties with pagination support.klaviyo_get_profile — Get a contact's full profile by ID. Returns email, name, phone, custom properties, list memberships, and subscription status.klaviyo_list_lists — Get all email lists in your account. Returns list IDs, names, subscriber counts, and creation dates.klaviyo_list_campaigns — Search campaigns by status (draft, scheduled, sent). Returns campaign IDs, names, status, send dates, and performance metrics.klaviyo_get_campaign — Get a campaign's full details by ID. Returns name, status, subject line, recipient list, performance stats, and send history.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/klaviyo/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io