Blueshift Connector for AI agents.
10 live capabilities
Manage marketing campaigns and customer data through natural conversation.
Waiting for input…
Why people use Blueshift
Stop jumping between tabs with the Blueshift marketing
This Connector puts all those actions into a single conversation. You can update a profile, check a campaign's performance, and track a new user event just by asking your agent. You get a unified way to manage your marketing data without the tab-switching headache.
What Vinkius changes
You get a direct line to your marketing data without the manual overhead of a web dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking live status
A growth manager needs to see if a campaign is active.
- Real-world use case 02
Updating user data
A CRM specialist needs to change a user's status.
- Real-world use case 03
Audit user history
A marketer wants to see if a user actually clicked a link.
Complete set · 10capabilities
The complete Blueshift capability set.
These are the exact actions your AI can choose when you ask it to work with Blueshift.
01—04
4 capabilities in this set.
Part of 10 available through Blueshift.
- 01 Capability
List segments
See all your current customer segments to find the right audience. This helps you identify specific groups for targeted messaging.
- 02 Capability
Create update customer
Create a new customer profile or update an existing one's attributes. Use this to keep your user data accurate across all channels.
- 03 Capability
List campaigns
Get a full list of all your marketing campaigns in one place. It's the fastest way to see what's currently running.
- 04 Capability
List catalogs
View all your data catalogs to understand your available data sets. This gives you a clear view of your data structure.
05—07
3 capabilities in this set.
Part of 10 available through Blueshift.
- 05 Capability
Track event
Record a custom user action like a purchase or a click in real-time. This ensures your marketing stays reactive to user behavior.
- 06 Capability
Get campaign detail
Pull a detailed report for a single specific marketing campaign. Use this for deep dives into specific execution metrics.
- 07 Capability
Get campaign performance
See a high-level summary of how all your campaigns are performing. It provides a quick pulse check on your total marketing reach.
08—10
3 capabilities in this set.
Part of 10 available through Blueshift.
- 08 Capability
Get catalog items
Fetch specific items from a data catalog you've identified. This helps you grab specific data points on demand.
- 09 Capability
Get customer
Pull up a specific customer's profile to see their history and attributes. Use this to understand the individual user journey.
- 10 Capability
Get event history
View a timeline of all past events for a specific user. This is perfect for troubleshooting user behavior or tracking conversions.
Set up in minutes
One URL. Then ask Blueshift to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Blueshift 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_ZF8ifeHw1pYVbnlrJ7nP5ICCt3GLOI0BnbFLVEWB/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 Blueshift, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Blueshift for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZF8ifeHw1pYVbnlrJ7nP5ICCt3GLOI0BnbFLVEWB/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 Blueshift URL.
- Step 03
Save and start
Save the connection and enable Blueshift in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"blueshift": {
"url": "https://edge.vinkius.com/vk_preview_ZF8ifeHw1pYVbnlrJ7nP5ICCt3GLOI0BnbFLVEWB/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 Blueshift
Open Agent mode in chat and ask: "Using Blueshift, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"blueshift": {
"url": "https://edge.vinkius.com/vk_preview_ZF8ifeHw1pYVbnlrJ7nP5ICCt3GLOI0BnbFLVEWB/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 Blueshift
Ask Copilot: "Using Blueshift, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"blueshift": {
"url": "https://edge.vinkius.com/vk_preview_ZF8ifeHw1pYVbnlrJ7nP5ICCt3GLOI0BnbFLVEWB/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 Blueshift
Open Cascade and ask: "Using Blueshift, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"blueshift": {
"url": "https://edge.vinkius.com/vk_preview_ZF8ifeHw1pYVbnlrJ7nP5ICCt3GLOI0BnbFLVEWB/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 Blueshift
Ask Cline: "Using Blueshift, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add blueshift --transport http "https://edge.vinkius.com/vk_preview_ZF8ifeHw1pYVbnlrJ7nP5ICCt3GLOI0BnbFLVEWB/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 Blueshift
Ask Claude: "Using Blueshift, show me...". 10 tools are ready
Where the request belongs
Work Blueshift can move forward.
This is for marketing ops people who are tired of manual data entry and CRM specialists who need to see real-time customer behavior without hunting for it.
Marketing Ops Manager
Checks campaign statuses and updates segments during live launches.
CRM Specialist
Monitors real-time events to ensure customer profiles stay accurate.
Growth Engineer
Verifies API triggers and campaign logic using natural language.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBraze
Manage customer engagement via Braze. track users, list campaigns, and trigger canvases directly from any AI agent.
Convertlab
Marketing automation and customer data platform. manage customers, campaigns, and events via AI.
Bloomreach
Manage your marketing automation via Bloomreach. list catalogs, campaigns, and customer segments directly from any AI agent.
Customer.io
Automate customer engagement via Customer.io. track events, manage profiles, and trigger multi-channel campaigns directly from any AI agent.
Cordial
Equip your AI agent to manage subscribers, campaigns, and automated messaging through the Cordial Marketing API.
Dotdigital
Equip your AI agent to manage email campaigns, track contacts, and monitor marketing automation via the Dotdigital API.
Bring your own AI
Change the model, client or framework. Keep Blueshift 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 Blueshift.
The practical details behind the request, access and result.
Can I update my customer profiles with the Blueshift MCP?
Yes, you can update customer attributes or create new profiles directly through your AI agent. This saves you from having to log into the dashboard to make manual changes.
How do I see if my marketing campaigns are working?
You can ask your agent to pull high-level performance summaries or deep-dive reports for specific campaigns. It gives you a clear view of your reach and conversion stats instantly.
Can I track new user actions in real-time?
Yes, the Connector allows you to record custom events like purchases, clicks, or views. This helps you keep your marketing data current as users interact with your brand.
Is the Blueshift MCP good for marketing teams?
It's designed specifically for marketing ops and CRM specialists. It simplifies the way you interact with your customer data by using natural language instead of complex filters.
Can I see my customer segments using this capability?
Yes, you can list all your current segments to find the right audience for your next push. It's a fast way to verify your targeting without searching through menus.
How do I get specific campaign details?
Just ask your agent for a detailed report on a specific campaign. It will pull the execution data and performance metrics into your current chat window.
Can I check the latest events tracked for a specific customer?
Yes! Use the get_event_history capability with the customer's email or ID. Your agent will fetch the timeline of their interactions, such as purchases or email opens.
How do I see the performance summary of my current campaigns?
Simply ask the agent to get_campaign_performance. It will retrieve a high-level overview of metrics across all active and past campaigns in your account.
Does the integration allow updating customer attributes?
Yes. Use the create_update_customer capability to modify profile data such as first name, last name, or custom properties directly from the agent.
One connection away
Give your agent a direct line to Blueshift.
Connect Blueshift once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available