Froged Connector for AI agents.
11 live capabilities
Manage customer success and omnichannel support from your favorite AI client.
Waiting for input…
Why people use Froged
Froged for Faster Customer Success and Support
With this Connector, you can ask your agent to do all of that in one go. Your agent can pull the user's metadata, find the right help article, and draft a reply based on that information. You get to stay in your flow while the agent handles the data heavy lifting.
What Vinkius changes
You get a direct line into your customer success data without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a complex support ticket
An agent sees a user is upset.
- Real-world use case 02
Tracking a successful upgrade
A user just changed their plan.
- Real-world use case 03
Quick customer lookup
A manager needs to know who a user is.
Complete set · 11capabilities
The complete Froged capability set.
These are the exact actions your AI can choose when you ask it to work with Froged.
01—04
4 capabilities in this set.
Part of 11 available through Froged.
- 01 Capability
Verify api status
Check if your Froged account is connected correctly. Use this to troubleshoot your connection quickly.
- 02 Capability
Get contact details
Get the metadata for a specific customer. This helps you see a user's history and details in one go.
- 03 Capability
Get chat details
See the history of a specific conversation. Use this to get context before jumping into a reply.
- 04 Capability
List marketing campaigns
See all your active marketing and in-app campaigns. Use this to monitor your current reach.
05—08
4 capabilities in this set.
Part of 11 available through Froged.
- 05 Capability
List cs contacts
List all the contacts in your Froged account. This gives you a bird's eye view of your customer base.
- 06 Capability
List support conversations
See all active support chats. Use this to find where you need to step in and help.
- 07 Capability
List behavioral events
View a list of tracked user actions. Use this to see what your customers are doing on your platform.
- 08 Capability
List kb articles
Pull help articles from your knowledge base. This helps you find the right answers for customers quickly.
09—11
3 capabilities in this set.
Part of 11 available through Froged.
- 09 Capability
Send chat message
Send a reply to a support conversation. Use this to respond to customers across any channel.
- 10 Capability
Track custom event
Log a specific user behavior. This is great for triggering marketing workflows or tracking upgrades.
- 11 Capability
Upsert contact
Create or update a customer profile. Use this to keep your CRM data accurate and up to date.
Set up in minutes
One URL. Then ask Froged to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Froged 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_xf9V6CtwLMVjVz0KuuBdXiflNSA8gyboYGz7Szh8/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 Froged, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Froged for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xf9V6CtwLMVjVz0KuuBdXiflNSA8gyboYGz7Szh8/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 Froged URL.
- Step 03
Save and start
Save the connection and enable Froged in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"froged": {
"url": "https://edge.vinkius.com/vk_preview_xf9V6CtwLMVjVz0KuuBdXiflNSA8gyboYGz7Szh8/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 Froged
Open Agent mode in chat and ask: "Using Froged, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"froged": {
"url": "https://edge.vinkius.com/vk_preview_xf9V6CtwLMVjVz0KuuBdXiflNSA8gyboYGz7Szh8/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 Froged
Ask Copilot: "Using Froged, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"froged": {
"url": "https://edge.vinkius.com/vk_preview_xf9V6CtwLMVjVz0KuuBdXiflNSA8gyboYGz7Szh8/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 Froged
Open Cascade and ask: "Using Froged, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"froged": {
"url": "https://edge.vinkius.com/vk_preview_xf9V6CtwLMVjVz0KuuBdXiflNSA8gyboYGz7Szh8/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 Froged
Ask Cline: "Using Froged, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add froged --transport http "https://edge.vinkius.com/vk_preview_xf9V6CtwLMVjVz0KuuBdXiflNSA8gyboYGz7Szh8/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 Froged
Ask Claude: "Using Froged, show me...". 11 tools are ready
Where the request belongs
Work Froged can move forward.
This is for customer success leads and support teams who are drowning in tickets and need to see a user's full history instantly without clicking through five different dashboards.
Customer Success Manager
Checks user activity and logs plan upgrades to trigger follow-up campaigns.
Support Agent
Handles high-volume chats by pulling help articles and sending replies quickly.
Marketing Operations
Tracks specific user actions to see which campaigns are actually moving the needle.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCrisp
Chat with website visitors in real time, manage support conversations, and build a knowledge base that reduces ticket volume.
Intercom
Connect with customers through AI-powered chat, targeted messages, and product tours that drive engagement and reduce churn.
Bright Pattern
Orchestrate your contact center via Bright Pattern. manage users, track interactions, and monitor real-time stats directly from any AI agent.
Gorgias
Manage your customer support tickets, messages, and user profiles via AI.
Dixa
Route customer conversations to the right agent across phone, email, chat, and messaging with intelligent prioritization.
Chatwoot
Manage customer engagement via Chatwoot. track conversations, reply to messages, and manage contacts directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Froged 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 Froged.
The practical details behind the request, access and result.
Can I use Froged MCP to reply to my customers?
Yes, you can use it to send replies to support conversations across all your connected channels directly through your AI client.
How does Froged MCP help with customer retention?
It lets your agent access customer profiles and behavioral history so you can provide more personalized service.
Can I see my marketing campaigns with this?
Yes, you can ask your agent to list all active marketing and in-app campaigns to see what's currently running.
Does Froged MCP work with Claude or Cursor?
It works with any MCP-compatible client, including Claude, Cursor, and Windsurf.
Can I use it to track specific user actions?
Yes, you can log custom behavioral events like plan upgrades to help trigger your marketing workflows.
How do I connect my Froged account?
You just need to subscribe via Vinkius and enter your Froged API key in your client settings.
Can it find help articles for me?
Yes, it can fetch published articles from your Froged Knowledge Base to help you answer customer questions faster.
How do I get an API Key for Froged?
Log in to your Froged Admin Panel, navigate to Settings > Integrations > API, and you can generate or copy your active API Key.
Can I track custom events to trigger campaigns?
Yes! Use the 'track_custom_event' capability. Provide the event name and the user's email to log the behavior and trigger any associated workflows.
Is it possible to reply to support chats through the agent?
Yes, use the 'send_chat_message' capability with the specific Conversation ID to post replies directly to the omnichannel inbox.
How do I sync a new user to Froged?
Use the 'upsert_contact' capability. Provide the user's email address, and if they don't exist, a new profile will be created. If they do, their metadata will update.
One connection away
Give your agent a direct line to Froged.
Connect Froged once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available