klaviyo_get_profile
ActiveTool of Klaviyo
declared in 0.1.0
Get a contact's full profile by ID. Returns email, name, phone, custom properties, list memberships, and subscription status.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-klaviyo-api-key",
"profile_id": "01ARZ3NDEKTSV4RRFFQ69G5FAV"
}
],
"required": [
"_apiKey",
"profile_id"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Klaviyo private API key"
},
"profile_id": {
"type": "string",
"description": "Klaviyo profile ID"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Klaviyo
https://github.com/pipeworx-io/mcp-klaviyo
1/7 registries