TalkingData Connector for AI agents.
10 live capabilities
Monitor product analytics and user growth metrics in real-time.
Waiting for input…
Why people use TalkingData
TalkingData Product Analytics for Real-Time User Behavior Tracking
With this Connector, you just ask your AI agent for the numbers. It handles the filtering and the retrieval for you, pulling from TalkingData and giving you the answer in plain English. You get to stay in your workspace and move faster.
What Vinkius changes
You get a conversational interface for your entire product analytics suite.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Quick Pulse Check
A Product Manager wants to know how many people signed up today.
- Real-world use case 02
The Campaign Audit
A Growth Engineer needs to know if a new social media spend is working.
- Real-world use case 03
The Hardware Bug Hunt
A dev notices a crash on certain phones.
Complete set · 10capabilities
The complete TalkingData capability set.
These are the exact actions your AI can choose when you ask it to work with TalkingData.
01—04
4 capabilities in this set.
Part of 10 available through TalkingData.
- 01 Capability
Get user retention
Pull retention data to see how many users stay active over time. This helps you understand the long-term value of your product.
- 02 Capability
Get active users
Get real-time statistics on how many users are currently active. Use this to monitor live traffic spikes.
- 03 Capability
Get app info
Pull the core configuration and general info for your TalkingData application. It gives your agent the context it needs to answer questions.
- 04 Capability
Get app summary
Get a high-level overview of your application's performance metrics. This is your at a glance health check for the app.
05—07
3 capabilities in this set.
Part of 10 available through TalkingData.
- 05 Capability
Get channel data
See which marketing or distribution channels are driving your growth. Use this to figure out where to spend your next dollar.
- 06 Capability
Get device stats
Get a detailed breakdown of the hardware, models, and OS versions of your users. This is vital for debugging device-specific issues.
- 07 Capability
Get event data
Retrieve specific analytics for custom events you've tracked in your app. This helps you see exactly how users interact with specific features.
08—10
3 capabilities in this set.
Part of 10 available through TalkingData.
- 08 Capability
Get new users
Pull the total count of new user registrations for a specific period. It's the fastest way to check your daily growth.
- 09 Capability
Get session stats
Get data on average session duration and how often users are engaging. Use this to judge if your app is actually sticky.
- 10 Capability
List events
See a complete list of all the custom events currently being tracked. It's a great way to audit your tracking setup.
Set up in minutes
One URL. Then ask TalkingData to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use TalkingData 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_AzjRWV67UIdBaI75MIRQWdNLQX6sTiHS706EJhLm/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 TalkingData, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable TalkingData for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AzjRWV67UIdBaI75MIRQWdNLQX6sTiHS706EJhLm/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 TalkingData URL.
- Step 03
Save and start
Save the connection and enable TalkingData in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"talkingdata": {
"url": "https://edge.vinkius.com/vk_preview_AzjRWV67UIdBaI75MIRQWdNLQX6sTiHS706EJhLm/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 TalkingData
Open Agent mode in chat and ask: "Using TalkingData, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"talkingdata": {
"url": "https://edge.vinkius.com/vk_preview_AzjRWV67UIdBaI75MIRQWdNLQX6sTiHS706EJhLm/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 TalkingData
Ask Copilot: "Using TalkingData, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"talkingdata": {
"url": "https://edge.vinkius.com/vk_preview_AzjRWV67UIdBaI75MIRQWdNLQX6sTiHS706EJhLm/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 TalkingData
Open Cascade and ask: "Using TalkingData, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"talkingdata": {
"url": "https://edge.vinkius.com/vk_preview_AzjRWV67UIdBaI75MIRQWdNLQX6sTiHS706EJhLm/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 TalkingData
Ask Cline: "Using TalkingData, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add talkingdata --transport http "https://edge.vinkius.com/vk_preview_AzjRWV67UIdBaI75MIRQWdNLQX6sTiHS706EJhLm/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 TalkingData
Ask Claude: "Using TalkingData, show me...". 10 tools are ready
Where the request belongs
Work TalkingData can move forward.
This is for the person who needs to make data-driven decisions fast but hates the click-fatigue of traditional analytics platforms. It is for the team member who needs to answer how the app is doing without waiting for a weekly report.
Product Manager
Auditing feature adoption and checking user behavior trends during a sprint.
Growth Engineer
Monitoring real-time campaign performance and acquisition costs across different channels.
Data Analyst
Pulling quick cohort stats and device breakdowns for a stakeholder meeting.
TalkingData Power User
Automating repetitive data retrieval tasks within a unified AI workspace.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGrowingIO
Leading product analytics platform in China. manage events, segments, and metrics via AI.
Heap
Automate product analytics via Heap. track events, identify users, and manage segments 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.
Amplitude
Track user behavior, analyze product metrics, and manage cohorts directly from your AI agent using Amplitude's powerful analytics suite.
PostHog
Analyze product data via PostHog. list insights, track persons, inspect feature flags, and monitor experiments directly from any AI agent.
Mixpanel (Event Analytics & Insights)
Manage product analytics via Mixpanel. query event trends, track conversion funnels, and audit user cohorts.
Bring your own AI
Change the model, client or framework. Keep TalkingData 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 TalkingData.
The practical details behind the request, access and result.
Can TalkingData help me track user behavior?
Yes, it lets your agent pull specific custom event data so you can see exactly how people are interacting with your app features.
How do I get my growth metrics from TalkingData?
Your agent can pull new user counts, retention stats, and channel data automatically so you don't have to check the dashboard manually.
Can I see what devices my users are on via TalkingData?
Yes, it retrieves a full breakdown of hardware models, operating systems, and other device specifications.
Does TalkingData work with my current AI agent?
It connects to any MCP-compatible client like Claude or Cursor, allowing you to talk to your data instead of clicking through a portal.
Is TalkingData good for marketing attribution?
It allows your agent to pull acquisition channel data, helping you see which marketing efforts are actually driving results.
Can I check if my app is actually being used with TalkingData?
You can use it to pull session usage stats and active user counts to see real-time engagement levels.
How do I find my TalkingData App ID and API Key?
Log in to the TalkingData portal, select your application from the management console, and you will find your AppID and API Key (Access Token) in the application settings or 'App Info' section.
Can I query data for a specific date range?
Yes. Capabilities like get_active_users and get_new_users accept optional start_date and end_date parameters (in YYYY-MM-DD format) to retrieve statistics for specific periods.
Is it possible to list all custom events?
Yes! Use the list_events capability to retrieve a complete list of all custom behavioral events currently being tracked in your application, along with their unique identifiers.
One connection away
Give your agent a direct line to TalkingData.
Connect TalkingData once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available