You're viewing a demo portfolio

Join the waitlist
PRSM

klaviyo_list_profiles

Active

Tool of Klaviyo

declared in 0.1.0

Search contacts by email, name, or custom attributes. Returns profile IDs, emails, names, and properties with pagination support.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-klaviyo-api-key"
    },
    {
      "filter": "equals(email,\"user@example.com\")",
      "_apiKey": "your-klaviyo-api-key",
      "page_size": 50
    }
  ],
  "required": [
    "_apiKey"
  ],
  "properties": {
    "filter": {
      "type": "string",
      "description": "Filter string in Klaviyo filter syntax (e.g., \"equals(email,\\\"user@example.com\\\")\")"
    },
    "_apiKey": {
      "type": "string",
      "description": "Klaviyo private API key"
    },
    "page_size": {
      "type": "number",
      "description": "Number of profiles per page (default 20, max 100)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Klaviyo

https://github.com/pipeworx-io/mcp-klaviyo

1/7 registries
View full server →
klaviyo_list_profiles — Klaviyo — PRSM MCP