iZooto Connector for AI agents.
10 live capabilities
Manage website push notifications and audience segments via natural conversation.
Waiting for input…
Why people use iZooto
IZooto : Stop Manual Push Notification Management
With this Connector, you just tell your AI agent to send a flash sale push to your VIPs. It handles the segment selection and the dispatch. You get a confirmation and a summary of the reach in seconds.
What Vinkius changes
You get a conversational interface for your entire push notification strategy.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Flash Sale Dispatch
An e-commerce owner asks their agent to send a 50% off push to the VIP segment using send_segment_push during a holiday.
- Real-world use case 02
Monthly Performance Audit
A marketing manager asks for this month's CTR and gets a summary of all campaigns via get_stats.
- Real-world use case 03
Subscriber Growth Tracking
A content creator wants to know how many new followers they have and asks for the count via get_subscriber_count.
Complete set · 10capabilities
The complete iZooto capability set.
These are the exact actions your AI can choose when you ask it to work with iZooto.
01—04
4 capabilities in this set.
Part of 10 available through iZooto.
- 01 Capability
Check izooto status
Verifies if your iZooto API is connected and responding correctly. Use this to ensure your agent has permission to act.
- 02 Capability
Create segment
Creates a new audience segment for targeted push notifications. This helps you group users by specific behaviors.
- 03 Capability
Get notification
Pulls specific details for a single notification. Use this to check the content of a previous send.
- 04 Capability
Get stats
Retrieves push analytics including clicks and impressions. It gives you a clear picture of your campaign reach.
05—07
3 capabilities in this set.
Part of 10 available through iZooto.
- 05 Capability
Get subscriber count
Returns the total number of active subscribers. Use this to track your audience growth over time.
- 06 Capability
List audiences
Provides an overview of all your current audiences. This gives you a bird's-eye view of your reach.
- 07 Capability
List notifications
Shows a list of all notifications you have sent. It helps you audit your past messaging history.
08—10
3 capabilities in this set.
Part of 10 available through iZooto.
- 08 Capability
List segments
Lists every audience segment currently in your account. Use this to see which groups you already have built.
- 09 Capability
Send push
Sends a push notification to your entire subscriber base. This is the quickest way to reach everyone at once.
- 10 Capability
Send segment push
Sends a push notification to a specific audience segment. This allows for high-precision marketing.
Set up in minutes
One URL. Then ask iZooto to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use iZooto 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_vJPOSPcVkpW4g2RvpWvDwtOe154TgVWhTQce0xW3/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 iZooto, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable iZooto for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vJPOSPcVkpW4g2RvpWvDwtOe154TgVWhTQce0xW3/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 iZooto URL.
- Step 03
Save and start
Save the connection and enable iZooto in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"izooto": {
"url": "https://edge.vinkius.com/vk_preview_vJPOSPcVkpW4g2RvpWvDwtOe154TgVWhTQce0xW3/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 iZooto
Open Agent mode in chat and ask: "Using iZooto, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"izooto": {
"url": "https://edge.vinkius.com/vk_preview_vJPOSPcVkpW4g2RvpWvDwtOe154TgVWhTQce0xW3/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 iZooto
Ask Copilot: "Using iZooto, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"izooto": {
"url": "https://edge.vinkius.com/vk_preview_vJPOSPcVkpW4g2RvpWvDwtOe154TgVWhTQce0xW3/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 iZooto
Open Cascade and ask: "Using iZooto, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"izooto": {
"url": "https://edge.vinkius.com/vk_preview_vJPOSPcVkpW4g2RvpWvDwtOe154TgVWhTQce0xW3/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 iZooto
Ask Cline: "Using iZooto, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add izooto --transport http "https://edge.vinkius.com/vk_preview_vJPOSPcVkpW4g2RvpWvDwtOe154TgVWhTQce0xW3/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 iZooto
Ask Claude: "Using iZooto, show me...". 10 tools are ready
Where the request belongs
Work iZooto can move forward.
Marketing managers who are tired of manual dashboard hopping and e-commerce owners who need to move faster on flash sales.
Marketing Manager
Monitors CTR and audience growth during a live campaign without opening a browser.
E-commerce Owner
Fires off a flash sale push to a specific segment in seconds during a peak traffic window.
Content Creator
Automates notifications for new posts to keep traffic high and engagement consistent.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPushEngage
Re-engage website visitors with browser push notifications that increase traffic, recover abandoned carts, and boost retention.
MoEngage
Engage mobile app users with personalized push notifications, in-app messages, and AI-optimized customer journeys across channels.
Aimtell
Web push notification orchestration. manage campaigns, segments, and subscribers via AI.
Fomo
Manage social proof notifications, push real-time events, and oversee templates via AI agents with Fomo.
Airship
Mobile engagement orchestration. manage push notifications, segments, and channels via AI.
Dashly
Convert more website visitors with targeted pop-ups, live chat triggers, and automated lead nurturing sequences.
Bring your own AI
Change the model, client or framework. Keep iZooto 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 iZooto.
The practical details behind the request, access and result.
What does iZooto MCP do for my marketing?
It lets you manage your push notifications and audience segments using natural language. You can send messages, create groups, and check stats without leaving your AI chat.
Can I use iZooto MCP to send notifications to specific groups?
Yes. You can create new segments and use the agent to send push notifications to those specific groups instead of your entire list.
How do I see my push analytics with iZooto MCP?
Just ask your agent for your latest stats. It will pull your clicks, impressions, and CTR directly from your account and summarize them for you.
Can iZooto MCP help me manage my website traffic?
It helps by managing your re-engagement strategy. By sending targeted push notifications, you can bring visitors back to your site more effectively.
Is iZooto MCP good for e-commerce?
It is ideal for e-commerce. You can quickly fire off flash sale alerts or promotional pushes to specific customer segments to drive immediate sales.
Does iZooto MCP require me to leave my AI chat?
No. Once connected, you can perform all your push notification tasks, from checking subscriber counts to sending campaigns, directly within your AI client.
How do I send a push notification via AI?
Use the send_push capability with a title, message body, and optional landing URL. Your notification is delivered instantly to all subscribers.
Can I target specific audience segments?
Yes. Use send_segment_push to target a specific segment, or create new segments with create_segment using custom targeting rules.
How do I check notification performance?
Use get_stats for aggregate analytics or get_notification with an ID to see impressions, clicks, and CTR for a specific notification.
One connection away
Give your agent a direct line to iZooto.
Connect iZooto once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available