journy.io Connector for AI agents.
10 live capabilities
Manage SaaS growth metrics and audience segments through your AI client.
Waiting for input…
Why people use journy.io
Journy.io for SaaS Growth Data Analysis
This Connector lets your agent do that work in seconds. You just ask for the data, and the agent pulls the latest user health scores, campaign stats, and segment details into one clear summary.
What Vinkius changes
You get a direct bridge between your growth data and your AI's reasoning.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Churn Risk Identification
A success lead asks the agent to find the Churn Risk segment and summarize why those users might be leaving based on their recent activity.
- Real-world use case 02
Campaign ROI Analysis
A marketer asks the agent to list all campaigns and identify which ones have the highest user conversion rates to decide where to spend the next budget.
- Real-world use case 03
Pre-call Research
A support agent asks for details on a specific account ID to understand their lifecycle status and previous event history before a demo.
Complete set · 10capabilities
The complete journy.io capability set.
These are the exact actions your AI can choose when you ask it to work with journy.io.
01—04
4 capabilities in this set.
Part of 10 available through journy.io.
- 01 Capability
List segments
Identify specific cohorts like churn risks or power users. Use this for targeted growth actions.
- 02 Capability
List users
Get a list of user IDs, names, and health scores for growth analysis. Use this to identify key individuals in your database.
- 03 Capability
Get account
Get the lifecycle status and specific details of a business customer. Use this to understand a company's current standing.
- 04 Capability
Get me
Verify your current API identity and authentication status. This confirms your agent has the correct permissions.
05—07
3 capabilities in this set.
Part of 10 available through journy.io.
- 05 Capability
List properties
Find out what metadata is available for your users and accounts. This helps you understand what data points you can query.
- 06 Capability
Get user
Pull deep intelligence on a user, including custom properties and event history. It's perfect for pre-call research.
- 07 Capability
List accounts
See a high-level overview of all companies and their health metrics. Use this to scan your entire customer base.
08—10
3 capabilities in this set.
Part of 10 available through journy.io.
- 08 Capability
List campaigns
See which marketing campaigns are successfully driving high-value users. Use this to analyze your marketing ROI.
- 09 Capability
List events
View behavior patterns like plan upgrades and login history. This helps you understand how people actually use your product.
- 10 Capability
List goals
See the progress of your business objectives like user activation and retention. Use this to track your KPIs.
Set up in minutes
One URL. Then ask journy.io to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use journy.io 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_idtlEGuAHXTXVimO7qMbyKMutne81UnBYXJbNtva/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 journy.io, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable journy.io for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_idtlEGuAHXTXVimO7qMbyKMutne81UnBYXJbNtva/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 journy.io URL.
- Step 03
Save and start
Save the connection and enable journy.io in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"journyio": {
"url": "https://edge.vinkius.com/vk_preview_idtlEGuAHXTXVimO7qMbyKMutne81UnBYXJbNtva/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 journy.io
Open Agent mode in chat and ask: "Using journy.io, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"journyio": {
"url": "https://edge.vinkius.com/vk_preview_idtlEGuAHXTXVimO7qMbyKMutne81UnBYXJbNtva/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 journy.io
Ask Copilot: "Using journy.io, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"journyio": {
"url": "https://edge.vinkius.com/vk_preview_idtlEGuAHXTXVimO7qMbyKMutne81UnBYXJbNtva/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 journy.io
Open Cascade and ask: "Using journy.io, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"journyio": {
"url": "https://edge.vinkius.com/vk_preview_idtlEGuAHXTXVimO7qMbyKMutne81UnBYXJbNtva/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 journy.io
Ask Cline: "Using journy.io, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add journyio --transport http "https://edge.vinkius.com/vk_preview_idtlEGuAHXTXVimO7qMbyKMutne81UnBYXJbNtva/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 journy.io
Ask Claude: "Using journy.io, show me...". 10 tools are ready
Where the request belongs
Work journy.io can move forward.
This is for SaaS growth teams who are tired of manually exporting CSVs to see who is actually using their software. It's for the marketing lead who needs to know which ads are working and the success manager who needs to know a customer's history before a call.
Growth Marketing Manager
Uses the Connector to quickly identify which marketing campaigns are driving the highest quality signups.
Customer Success Lead
Pulls user history and account status to prepare for high-priority customer meetings.
SaaS Founder
Checks on high-level growth goals like user activation and retention to report to stakeholders.
Data Analyst
Queries specific audience segments and properties to build reports on user behavior.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPlanhat
Manage customer success via Planhat. list companies, track end users, and monitor tasks directly from any AI agent.
Gainsight CS
Manage customer success, track health scores, and oversee the timeline via AI agents with Gainsight CS.
Convertlab
Marketing automation and customer data platform. manage customers, campaigns, and events via AI.
GetResponse
Grow your audience with email marketing, landing pages, webinars, and marketing automation that works together seamlessly.
Customerly
Combine live chat, email marketing, and customer surveys in one platform that helps SaaS companies grow and retain users.
Adobe Analytics
Customer journey insights. retrieve reports, manage segments, and audit metrics via AI.
Bring your own AI
Change the model, client or framework. Keep journy.io 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 journy.io.
The practical details behind the request, access and result.
Can the Journy.io MCP help me identify at-risk customers?
Yes. It allows your agent to pull specific audience segments like Churn Risk. Your agent can then analyze these cohorts to help you prioritize outreach.
How does the Journy.io MCP connect to my existing data?
It connects directly to your journy.io account via API. Once connected, your AI client can query user profiles, campaigns, and goals in real-time.
Can I use the Journy.io MCP to see my marketing campaign ROI?
Yes. The Connector can list all your tracked marketing campaigns, allowing your agent to summarize which ones are driving the most high-value users.
Does the Journy.io MCP support custom user properties?
Yes, it can pull all defined properties for your users and accounts. This lets your agent understand specific details like industry or setup status.
Can I track my SaaS activation goals with this Connector?
Absolutely. You can list all your growth goals to see how close you are to hitting targets like user activation or retention.
What kind of behavior data can the Journy.io MCP retrieve?
It can list all tracked events, such as plan upgrades or logins. This helps your agent understand how users actually interact with your product.
How do I get journy.io API credentials?
Log in to your journy.io account, navigate to Settings > API, and find your API Key.
Can I see user properties?
Yes, the list_properties and get_user capabilities allow you to retrieve all data points associated with your tracked users.
Does it support event tracking?
Yes, you can list tracked events using the list_events capability to monitor user interactions.
One connection away
Give your agent a direct line to journy.io.
Connect journy.io once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available