20-minute walkthrough with 2–3 personalized examples on your real pages.
Email, chat, or 24/7 phone support included on every paid plan.
MCP Server
Connect your Personyze account to an AI assistant with the open Model Context Protocol. Ask how campaigns are performing, find where you are losing traffic, build a campaign, pause an action, manage audiences — in plain conversation, with no exports and no code.
What it is
MCP (Model Context Protocol) is the open standard AI assistants use to work with outside services — introduced by Anthropic in late 2024 and adopted across every major assistant since. Personyze runs an MCP server, so an assistant can reach your account directly rather than you copying data between tabs.
It runs on the same external API as the full-featured API, under the same permissions. Every connected assistant rides on a key belonging to your account and can see and change only what that account can.
What you can do
01
Per-action results over any date range — impressions, clicks, dismissals, your configured goals and revenue totals. It declines to quote a rate on a sample too small to mean anything, rather than quoting it anyway.
02
Site-wide traffic by page, landing page, referrer, search term, device, city or country — with the personalization impressions and clicks on those pages.
03
Describe targeting in plain words and it compiles real rules, creating the campaign in staging so live traffic is untouched. Pausing a live action is confirmed first, by name, and is reversible.
04
Create audiences, add or remove members, search visitor profiles by Personyze id, your own CRM id, or email, and update profile fields.
How it works
https://personyze.com/mcp/
The tools
list_campaigns
get_campaign_targeting
create_campaign_draft
update_campaign_draft
list_actions
get_action_content
set_action_active
get_campaign_performance
get_traffic_analytics
get_product_stats
list_audiences
create_audience
delete_audience
list_audience_members
add_audience_member
remove_audience_member
get_visitors
save_visitor
list_placeholders
create_placeholder
search_docs
open_support_ticket
personyze_api
Anything the dedicated tools do not cover falls through to personyze_api — the same REST objects available to any API client.
Safety
Campaigns an assistant creates are shown only to visitors arriving from a staging IP. Real traffic keeps seeing what is live, and you publish in the panel.
Pausing or resuming an action names the action, its campaign, and what visitors stop or start seeing — one action at a time, fully reversible.
Delete the assistant's key under Integrations to disconnect. Revocation is immediate.
OAuth 2.1 with PKCE, dynamic client registration (RFC 7591), and discovery per RFC 9728 and RFC 8414. Scope personyze:full.
personyze:full
Go deeper