Engagespot Connector for AI agents.
9 live capabilities
Manage multi-channel notifications and user preferences through your agent.
Waiting for input…
Why people use Engagespot
Engagespot for Multi-Channel Notification Management
This Connector puts all of that into one chat window. You can ask your agent to check a user's status and trigger a message in one go. You get a clear view of your communication flow without the manual overhead.
What Vinkius changes
You get a conversational interface for your entire notification infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Troubleshooting missing alerts
A user says they aren't getting emails.
- Real-world use case 02
Testing onboarding flows
The engineer uses send_notification to trigger a welcome sequence with custom data to see how it behaves before going live.
- Real-world use case 03
Clearing user history
A user wants to clear their history.
Complete set · 9capabilities
The complete Engagespot capability set.
These are the exact actions your AI can choose when you ask it to work with Engagespot.
01—03
3 capabilities in this set.
Part of 9 available through Engagespot.
- 01 Capability
Delete user
Remove a user from your workspace to clean up old accounts that no longer need access.
- 02 Capability
Get preferences
See the notification settings for a specific user to understand why they aren't seeing certain alerts.
- 03 Capability
List notifications
Show all notifications for a user to verify that messages are being sent correctly.
04—06
3 capabilities in this set.
Part of 9 available through Engagespot.
- 04 Capability
Send notification
Trigger a specific notification workflow to send out emails, SMS, or push messages.
- 05 Capability
Update preferences
Change a user's notification settings to opt users into or out of specific communication channels.
- 06 Capability
Cancel workflow run
Stop a notification workflow that is currently running to prevent duplicate messages from being sent.
07—09
3 capabilities in this set.
Part of 9 available through Engagespot.
- 07 Capability
Create or update user
Create or sync a user profile with your system to ensure your backend and Engagespot stay in sync.
- 08 Capability
Delete all notifications
Clear every notification from a user's inbox to reset a user's view.
- 09 Capability
Delete notification
Remove a single notification by its ID to take down one specific message.
Set up in minutes
One URL. Then ask Engagespot to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Engagespot 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_ImGeFOM29BRHPqOlj1NvLQyRWkPULh9080zgnkus/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 Engagespot, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Engagespot for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ImGeFOM29BRHPqOlj1NvLQyRWkPULh9080zgnkus/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 Engagespot URL.
- Step 03
Save and start
Save the connection and enable Engagespot in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"engagespot": {
"url": "https://edge.vinkius.com/vk_preview_ImGeFOM29BRHPqOlj1NvLQyRWkPULh9080zgnkus/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 Engagespot
Open Agent mode in chat and ask: "Using Engagespot, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"engagespot": {
"url": "https://edge.vinkius.com/vk_preview_ImGeFOM29BRHPqOlj1NvLQyRWkPULh9080zgnkus/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 Engagespot
Ask Copilot: "Using Engagespot, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"engagespot": {
"url": "https://edge.vinkius.com/vk_preview_ImGeFOM29BRHPqOlj1NvLQyRWkPULh9080zgnkus/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 Engagespot
Open Cascade and ask: "Using Engagespot, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"engagespot": {
"url": "https://edge.vinkius.com/vk_preview_ImGeFOM29BRHPqOlj1NvLQyRWkPULh9080zgnkus/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 Engagespot
Ask Cline: "Using Engagespot, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add engagespot --transport http "https://edge.vinkius.com/vk_preview_ImGeFOM29BRHPqOlj1NvLQyRWkPULh9080zgnkus/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 Engagespot
Ask Claude: "Using Engagespot, show me...". 9 tools are ready
Where the request belongs
Work Engagespot can move forward.
For engineers and support staff who are tired of manual messaging logs and constant context switching between the database and the notification dashboard.
Product Engineer
Tests complex notification logic and user syncing without writing boilerplate code.
Customer Success Rep
Quickly checks a user's notification history and updates their preferences to resolve issues.
Growth Hacker
Automates transactional messaging and monitors delivery status directly from their IDE.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMoEngage
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.
MagicBell
Manage notifications and broadcasts via MagicBell. list, retrieve, and trigger multi-channel alerts directly from your AI agent.
Novu
Automate multi-channel notifications via Novu. trigger workflows, manage subscribers, and handle preferences directly from any AI agent.
Airship
Mobile engagement orchestration. manage push notifications, segments, and channels via AI.
Blueshift
Orchestrate customer engagement via Blueshift. manage campaigns, track events, and sync customer data directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Engagespot 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 Engagespot.
The practical details behind the request, access and result.
Can Engagespot MCP send SMS and emails?
Yes. It handles multi-channel notifications including SMS, Email, Push, and In-app messages through a single interface.
How do I use Engagespot MCP to manage user profiles?
You can tell your agent to create or update user data, ensuring your messaging platform stays in sync with your main database.
Can I see a user's message history with Engagespot MCP?
Yes, your agent can pull a list of notifications for any specific user so you can troubleshoot delivery issues quickly.
Is Engagespot MCP good for testing notification workflows?
It's perfect for that. You can trigger specific workflows with custom data to see exactly how they behave before going live.
Can I turn off notifications for specific users using Engagespot MCP?
Yes, your agent can retrieve and update user preferences to opt people in or out of different communication channels.
How does Engagespot MCP handle stuck notification runs?
You can use it to cancel active workflows, which is helpful for stopping duplicate messages or errors in real time.
How do I send a notification to multiple users at once?
Use the send_notification capability and provide a comma-separated list of user identifiers in the recipients field. The agent will trigger the specified workflow for all listed users.
Can I update a user's contact details like email or phone?
Yes! Use the create_or_update_user capability with the user's unique identifier. You can optionally provide a new email, phone_number, first_name, or last_name to sync their profile.
How can I check if a user has opted out of certain notification channels?
You can use the get_preferences capability. It returns the current notification preferences for the authenticated user, showing which channels are enabled or disabled for each category.
One connection away
Give your agent a direct line to Engagespot.
Connect Engagespot once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available