Jiminny Connector for AI agents.
10 live capabilities
Turn call recordings into actionable sales coaching data and team analytics.
Waiting for input…
Why people use Jiminny
Jiminny for Sales Coaching and Conversation Intelligence
This Connector puts that data in one place. You can ask your agent to pull call stats or transcripts immediately. You get a clear picture of your team's performance without the manual heavy lifting.
What Vinkius changes
You get instant access to your sales conversation data without leaving your primary workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rep Coaching
A manager asks the agent to use `get_transcript` for all calls where a rep failed to mention pricing to identify training gaps.
- Real-world use case 02
Activity Auditing
An enablement lead uses `list_activities` to see which teams are hitting their call targets for the week.
- Real-world use case 03
Training Progress
A lead checks `get_coaching_stats` for a new hire to see if their filler word count is dropping after the first week.
Complete set · 10capabilities
The complete Jiminny capability set.
These are the exact actions your AI can choose when you ask it to work with Jiminny.
01—04
4 capabilities in this set.
Part of 10 available through Jiminny.
- 01 Capability
Get user
Retrieves details about a specific team member. Use this to identify who belongs to which sales pod.
- 02 Capability
List activities
Lists every call and meeting in your database. This gives you a complete overview of your team's volume.
- 03 Capability
List teams
Lists all the different teams in your Jiminny account. It helps you organize your queries by department.
- 04 Capability
List users
Lists every team member in your account. This is the first step to finding specific rep stats.
05—07
3 capabilities in this set.
Part of 10 available through Jiminny.
- 05 Capability
Check jiminny status
Verifies your connection to the Jiminny API is active. This ensures your agent can always reach your data.
- 06 Capability
Get action items
Pulls the specific tasks and next steps from a call recording. You can use this to update your CRM quickly.
- 07 Capability
Get activity
Retrieves the specific details for a single call or meeting. It helps you dive deep into one conversation at a time.
08—10
3 capabilities in this set.
Part of 10 available through Jiminny.
- 08 Capability
Get call stats
Grabs aggregate analytics for your calls. Use this to see high-level trends across your whole team.
- 09 Capability
Get coaching stats
Pulls individual coaching metrics for a specific user. It is perfect for tracking a rep's progress over time.
- 10 Capability
Get transcript
Pulls the full text of a call recording. This lets your agent read and summarize what happened in the meeting.
Set up in minutes
One URL. Then ask Jiminny to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Jiminny 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_5bC3qSfCNpdg0QuUMKUQnGAoEEYMUGkxA8L4sCv3/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 Jiminny, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Jiminny for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5bC3qSfCNpdg0QuUMKUQnGAoEEYMUGkxA8L4sCv3/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 Jiminny URL.
- Step 03
Save and start
Save the connection and enable Jiminny in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"jiminny": {
"url": "https://edge.vinkius.com/vk_preview_5bC3qSfCNpdg0QuUMKUQnGAoEEYMUGkxA8L4sCv3/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 Jiminny
Open Agent mode in chat and ask: "Using Jiminny, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"jiminny": {
"url": "https://edge.vinkius.com/vk_preview_5bC3qSfCNpdg0QuUMKUQnGAoEEYMUGkxA8L4sCv3/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 Jiminny
Ask Copilot: "Using Jiminny, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"jiminny": {
"url": "https://edge.vinkius.com/vk_preview_5bC3qSfCNpdg0QuUMKUQnGAoEEYMUGkxA8L4sCv3/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 Jiminny
Open Cascade and ask: "Using Jiminny, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"jiminny": {
"url": "https://edge.vinkius.com/vk_preview_5bC3qSfCNpdg0QuUMKUQnGAoEEYMUGkxA8L4sCv3/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 Jiminny
Ask Cline: "Using Jiminny, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add jiminny --transport http "https://edge.vinkius.com/vk_preview_5bC3qSfCNpdg0QuUMKUQnGAoEEYMUGkxA8L4sCv3/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 Jiminny
Ask Claude: "Using Jiminny, show me...". 10 tools are ready
Where the request belongs
Work Jiminny can move forward.
Sales managers who need to coach 20+ reps without listening to every single call. Enablement leads who need to track training progress across different regions. Developers who want to pipe Jiminny data into custom CRM dashboards.
Sales Manager
Analyzes call stats and transcripts to identify coaching opportunities during weekly 1-on-1s.
Sales Enablement Lead
Tracks team-wide talk-to-listen ratios and filler word trends to refine sales scripts.
CRM Developer
Pulls meeting metadata and action items into a custom internal dashboard via AI queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGong
Analyze sales conversations with AI that reveals winning patterns, coach reps with data, and forecast revenue with precision.
Chorus.ai (ZoomInfo)
Analyze sales conversations and meetings via Chorus.ai. track transcripts, identify key moments, and monitor team performance directly from any AI agent.
Marchex
Marchex Conversation Intelligence. track calls, manage campaigns, and analyze performance.
Observe.AI
Analyze and evaluate contact center interactions via Observe.AI. track transcripts, QA scores, and coaching directly from your AI agent.
MiiTel
Analyze phone conversations with AI that scores call quality, identifies sentiment, and provides coaching insights for sales teams.
Thoughtly
Deploy AI voice agents to make or receive calls, manage CRM contacts, and access call histories instantly.
Bring your own AI
Change the model, client or framework. Keep Jiminny 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 Jiminny.
The practical details behind the request, access and result.
How does the Jiminny MCP help my sales team?
It lets your agent pull transcripts and coaching stats so you can see what is working and what isn't. You can quickly identify which reps need more training and which ones are hitting their marks.
Can I use the Jiminny MCP to see filler word counts?
Yes, it pulls talk-to-listen ratios and filler word data for your reps. This helps you see if your team is over-talking clients or using too many filler words during discovery.
Does the Jiminny MCP work with Claude?
It works with any Connector client, including Claude, Cursor, and Windsurf. You can connect it to your preferred AI client to start querying your sales data.
How do I get transcripts from my calls?
Your agent can pull the full text of any recording automatically. This allows you to search through conversations for specific topics or summarize long meetings in seconds.
Can I track my reps' progress over time?
Yes, you can pull coaching stats to see improvement trends for individual users. It is a great way to see if your training programs are actually moving the needle.
Is it hard to set up the Jiminny MCP?
It is very simple. You just need to get your API key from your Jiminny dashboard and connect it to your AI client. From there, you can start asking questions immediately.
How do I access call transcripts via AI?
Use the get_transcript capability with the activity ID to retrieve the full transcript with speaker identification and timestamps.
Can my agent extract action items from calls?
Yes. Use get_action_items to retrieve all AI-detected follow-ups and tasks from any recorded conversation.
How do I review coaching metrics for my team?
Use get_coaching_stats with the user ID to see call scores, framework ratings, and improvement trends for any team member.
One connection away
Give your agent a direct line to Jiminny.
Connect Jiminny once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available