Kissmetrics Connector for AI agents.
7 live capabilities
Query behavioral analytics and track user journeys in real-time.
Waiting for input…
Why people use Kissmetrics
Kissmetrics for Behavioral Analytics: Stop Digging Through Dashboards
With this Connector, you just ask your agent to pull the count of users who haven't logged in for 30 days. It gives you the number in seconds. You can then ask it to list the properties of those users to see which plan they were on. You spend your time thinking about the why instead of the how.
What Vinkius changes
You get to interact with your behavioral analytics using natural language instead of manual dashboard navigation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Checking campaign conversion counts
A marketer needs to know how many Enterprise users signed up last week.
- Real-world use case 02
Logging a manual purchase milestone
A developer wants to log a successful purchase for a specific email.
- Real-world use case 03
Auditing available tracking events
A product manager wants to see what events are available to track.
Complete set · 7capabilities
The complete Kissmetrics capability set.
These are the exact actions your AI can choose when you ask it to work with Kissmetrics.
01—04
4 capabilities in this set.
Part of 7 available through Kissmetrics.
- 01 Capability
List event types
Get a list of all event types currently defined in your account. Use this to see what behaviors you are currently tracking.
- 02 Capability
List property names
See all the property names you're currently using for user metadata. This ensures you know exactly which attributes are available for querying.
- 03 Capability
Query metric data
Pull specific metric values for a given ID over a set period. This gives you the exact numbers you need for performance reporting.
- 04 Capability
Query people count
Find out how many people match specific criteria you define. It is the fastest way to get high-level counts for specific user segments.
05—07
3 capabilities in this set.
Part of 7 available through Kissmetrics.
- 05 Capability
Record event
Log a new behavior event for a specific user based on their email or ID. You can use this to capture custom milestones like a completed purchase.
- 06 Capability
Set person properties
Update or add specific properties to a person's profile. This keeps your customer metadata current without manual dashboard updates.
- 07 Capability
Alias identities
Link two different identities together to create a single, unified view of a user. This helps you track users who log in from multiple devices or browsers.
Set up in minutes
One URL. Then ask Kissmetrics to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Kissmetrics from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pKOryBRoVxbTRAk1Y2x2JyT3V7bb4QxsnKVZdNh9/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Kissmetrics, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Kissmetrics for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pKOryBRoVxbTRAk1Y2x2JyT3V7bb4QxsnKVZdNh9/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Kissmetrics URL.
- Step 03
Save and start
Save the connection and enable Kissmetrics in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kissmetrics": {
"url": "https://edge.vinkius.com/vk_preview_pKOryBRoVxbTRAk1Y2x2JyT3V7bb4QxsnKVZdNh9/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Kissmetrics
Open Agent mode in chat and ask: "Using Kissmetrics, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kissmetrics": {
"url": "https://edge.vinkius.com/vk_preview_pKOryBRoVxbTRAk1Y2x2JyT3V7bb4QxsnKVZdNh9/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Kissmetrics
Ask Copilot: "Using Kissmetrics, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kissmetrics": {
"url": "https://edge.vinkius.com/vk_preview_pKOryBRoVxbTRAk1Y2x2JyT3V7bb4QxsnKVZdNh9/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Kissmetrics
Open Cascade and ask: "Using Kissmetrics, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kissmetrics": {
"url": "https://edge.vinkius.com/vk_preview_pKOryBRoVxbTRAk1Y2x2JyT3V7bb4QxsnKVZdNh9/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Kissmetrics
Ask Cline: "Using Kissmetrics, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kissmetrics --transport http "https://edge.vinkius.com/vk_preview_pKOryBRoVxbTRAk1Y2x2JyT3V7bb4QxsnKVZdNh9/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Kissmetrics
Ask Claude: "Using Kissmetrics, show me...". 7 tools are ready
Where the request belongs
Work Kissmetrics can move forward.
This is for the growth team that needs to move faster than the dashboard allows and the product manager who wants to see user behavior without asking a data analyst for a report every morning.
Growth Marketer
Tracks campaign conversions and segments user behaviors in real-time without writing SQL.
Product Manager
Monitors feature adoption and engagement trends using natural language commands.
Data Analyst
Quickly pulls specific metric values or counts to answer stakeholder questions on the fly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAmplitude
Track user behavior, analyze product metrics, and manage cohorts directly from your AI agent using Amplitude's powerful analytics suite.
Howuku
Analyze user behavior via Howuku. track projects, recordings, and heatmaps.
Mixpanel (Event Analytics & Insights)
Manage product analytics via Mixpanel. query event trends, track conversion funnels, and audit user cohorts.
Matomo
Open-source web analytics via Matomo. track visits, goals, and user behavior directly from any AI agent.
Countly
Manage product analytics via Countly. track user sessions, record custom events, and query deep behavioral metrics directly from your AI agent.
Umami (Privacy Analytics)
Manage your Umami analytics. track events, manage websites, and oversee users directly through your AI agent.
Bring your own AI
Change the model, client or framework. Keep Kissmetrics connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Kissmetrics.
The practical details behind the request, access and result.
Can the Kissmetrics MCP help me see user behavior?
Yes. It lets your agent pull behavioral analytics directly. You can ask about specific user actions, event counts, and how people are moving through your product.
How do I update user properties with this Connector?
You can simply tell your agent to update a user's status or plan tier. It will update the metadata in Kissmetrics for you instantly without you having to open the UI.
Does the Kissmetrics MCP support identity resolution?
Yes. It includes a capability to link different identities together. This ensures your agent sees a single, unified view of a user even if they use different devices.
Can I use the Kissmetrics MCP to track new signups?
Absolutely. You can tell your agent to record new events like signups or purchases as they happen, keeping your behavioral data accurate and up to date.
Is the Kissmetrics MCP good for marketing teams?
It's great for marketers who need to segment users or check conversion counts quickly. You can query specific metrics using natural language instead of manual filtering.
How do I see what metrics are available in Kissmetrics?
You can ask your agent to list your event types or property names. This helps you understand what data is currently being tracked across your platform.
How do I identify a person in Kissmetrics?
You can use an email address or any unique string as the identity (person parameter) in the tracking capabilities. Use the alias_identities capability to link multiple IDs to the same person.
Can I query report data through this agent?
Yes, you can use the query_metric_data or query_people_count capabilities to retrieve aggregated values and counts based on your collected behavioral data.
Is it possible to see all my custom events?
Absolutely. Use the list_event_types capability to retrieve a comprehensive list of all events that have been defined or recorded in your account.
One connection away
Give your agent a direct line to Kissmetrics.
Connect Kissmetrics once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available