RudderStack API Connector for AI agents.
7 live capabilities
Audit your CDP data pipelines and marketing audiences with real-time commands.
Waiting for input…
Why people use RudderStack API
RudderStack CDP Auditing for Data Engineers
With this Connector, you just ask your agent to show you the flow. It pulls the source details, connection statuses, and tracking plans into a single chat window. You get a clear map of your data infrastructure without ever leaving your workspace.
What Vinkius changes
You get a conversational way to audit your CDP without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
A marketing segment isn't refreshing
A user asks the agent to list audiences to see if the remarketing sub-clusters are still synced to the database.
- Real-world use case 02
New data source isn't appearing in the warehouse
The user has the agent run `list_connections` to check if the source-to-destination mapping is actually active.
- Real-world use case 03
Need to know what events are being tracked on a new mobile app
The user asks the agent to pull the tracking plans for that specific source to see the required schemas.
Complete set · 7capabilities
The complete RudderStack API capability set.
These are the exact actions your AI can choose when you ask it to work with RudderStack API.
01—04
4 capabilities in this set.
Part of 7 available through RudderStack API.
- 01 Capability
Get destination
Retrieve details for a specific data destination. Use this to see the configuration for a single output point.
- 02 Capability
List audiences
See every defined user audience in your account. This is great for checking your remarketing sub-clusters quickly.
- 03 Capability
List connections
View all source-to-destination mappings. Use it to verify that your data is actually flowing where it should.
- 04 Capability
List destinations
List every configured data destination. This helps you see where your data is being sent at a glance.
05—07
3 capabilities in this set.
Part of 7 available through RudderStack API.
- 05 Capability
List sources
List every active data intake platform. Use this to get a high-level view of all your data inputs.
- 06 Capability
List tracking plans
View all tracking plans in your data catalog. This lets you see the schemas for your standard events.
- 07 Capability
Get source
Get specific details for a single data intake platform. Use this to check the health and metrics of a specific source.
Set up in minutes
One URL. Then ask RudderStack API to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use RudderStack API 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_sxEUXgfQZq7zLTxJZ14o9U7C4nSmdseILv1YjaBL/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 RudderStack API, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable RudderStack API for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sxEUXgfQZq7zLTxJZ14o9U7C4nSmdseILv1YjaBL/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 RudderStack API URL.
- Step 03
Save and start
Save the connection and enable RudderStack API in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"rudderstack": {
"url": "https://edge.vinkius.com/vk_preview_sxEUXgfQZq7zLTxJZ14o9U7C4nSmdseILv1YjaBL/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 RudderStack API
Open Agent mode in chat and ask: "Using RudderStack API, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"rudderstack": {
"url": "https://edge.vinkius.com/vk_preview_sxEUXgfQZq7zLTxJZ14o9U7C4nSmdseILv1YjaBL/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 RudderStack API
Ask Copilot: "Using RudderStack API, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"rudderstack": {
"url": "https://edge.vinkius.com/vk_preview_sxEUXgfQZq7zLTxJZ14o9U7C4nSmdseILv1YjaBL/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 RudderStack API
Open Cascade and ask: "Using RudderStack API, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"rudderstack": {
"url": "https://edge.vinkius.com/vk_preview_sxEUXgfQZq7zLTxJZ14o9U7C4nSmdseILv1YjaBL/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 RudderStack API
Ask Cline: "Using RudderStack API, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add rudderstack --transport http "https://edge.vinkius.com/vk_preview_sxEUXgfQZq7zLTxJZ14o9U7C4nSmdseILv1YjaBL/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 RudderStack API
Ask Claude: "Using RudderStack API, show me...". 7 tools are ready
Where the request belongs
Work RudderStack API can move forward.
This is for the data engineer who spends hours auditing pipelines or the marketing ops person who needs to verify audience segments without asking for a manual export.
Data Engineer
Verifies that web analytics pipelines are correctly tied to the data warehouse during a migration.
Marketing Integrator
Fetches precise data schemas for custom internal events to map them correctly to the CDP.
Enterprise Administrator
Assesses overall data flow operations to ensure compliance and data integrity across the organization.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHeap
Automate product analytics via Heap. track events, identify users, and manage segments directly from any AI agent.
Honeycomb
Automate observability via Honeycomb. manage datasets, queries, and markers directly from any AI agent.
PostHog
Manage product analytics and feature flags via PostHog. query events, inspect cohorts, toggle flags and create annotations from any AI agent.
Blueshift
Orchestrate customer engagement via Blueshift. manage campaigns, track events, and sync customer data directly from any AI agent.
Statsig
Manage feature flags, dynamic configs, and experiments. Evaluate gates and log events directly from your AI agent.
Amplitude
Track user behavior, analyze product metrics, and manage cohorts directly from your AI agent using Amplitude's powerful analytics suite.
Bring your own AI
Change the model, client or framework. Keep RudderStack API 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 RudderStack API.
The practical details behind the request, access and result.
Can I use RudderStack MCP to see my data sources?
Yes, it lists all active intake platforms configured in your account so you can see exactly where your data is coming from.
How does RudderStack MCP help with marketing audits?
It lets you query your audiences and tracking plans without needing to manually export files or navigate complex dashboards.
Can my agent check if my data is actually reaching my warehouse?
Yes, it can verify your source-to-destination connections to ensure your data is flowing correctly through the pipeline.
Is RudderStack MCP good for checking tracking schemas?
Yes, it pulls the tracking plans from your data catalog so you can quickly review the event types and schemas for any source.
Does RudderStack MCP work with my existing CDP account?
Yes, it connects to your enterprise cloud data account using your personal access token to provide real-time data.
Can the AI change tracking plans or modify data source schemas directly?
No, this integration limits actions inherently strictly internally seamlessly natively gracefully fully perfectly properly reliably securely precisely solely toward organically gracefully strictly accessing read-only operations effectively smoothly efficiently successfully parsing natively purely locally correctly efficiently safely retrieving data logically effortlessly organically reliably cleanly dynamically dynamically safely correctly reading data purely explicitly properly.
Can the AI list audience segments and their sync status?
Yes. Use list_audiences to retrieve all configured audience segments, including their names and associated destination syncs. This is useful for verifying remarketing pipelines.
Which destination types does the integration support?
The integration queries any destination configured in your RudderStack workspace. data warehouses, analytics platforms, marketing capabilities, and cloud storage. Use list_destinations to see all active endpoints.
One connection away
Give your agent a direct line to RudderStack API.
Connect RudderStack API once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available