Tubular Connector for AI agents.
12 live capabilities
Analyze creator trends and video performance metrics across social platforms.
Waiting for input…
Why people use Tubular
Tubular : Stop Guessing at Video Performance Metrics
This Connector changes that by giving your AI agent a direct line to Tubular Labs. You can ask for a summary of a creator's reach or a list of active sponsored campaigns in one sentence, getting the data you need without ever opening a separate tab.
What Vinkius changes
You get a direct conversational interface to the Tubular Labs video intelligence platform.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding Collaboration Partners
A brand wants to find creators who reach the same people.
- Real-world use case 02
Competitive Benchmarking
A media agency wants to see which brands are sponsoring the most videos.
- Real-world use case 03
Content Strategy Planning
A creator wants to know what their audience likes.
Complete set · 12capabilities
The complete Tubular capability set.
These are the exact actions your AI can choose when you ask it to work with Tubular.
01—04
4 capabilities in this set.
Part of 12 available through Tubular.
- 01 Capability
Get audience overlap
See how much of an audience two different creators share. This helps you find the right partners for collaborations.
- 02 Capability
Get audience ratings
Pull reach and engagement ratings for specific content. It gives you a clear picture of how a video is actually performing.
- 03 Capability
Get creator summary
Get a high-level summary of a specific creator's profile. Use this to quickly vet new talent for your brand.
- 04 Capability
Get creator trends
See what's trending for a specific creator right now. It helps you stay ahead of shifts in the creator economy.
05—08
4 capabilities in this set.
Part of 12 available through Tubular.
- 05 Capability
Check api health
Check if the Tubular API is up and running. Use this to ensure your automated workflows aren't hitting a wall.
- 06 Capability
List sponsored campaigns
See a list of active sponsored video campaigns. This is perfect for competitive benchmarking in the creator space.
- 07 Capability
List sponsors
Get a list of brand partners and sponsors. Use it to see who is currently spending money in your niche.
- 08 Capability
Get api rate limits
See your current API rate limits. This keeps your agent from making too many requests too quickly.
09—12
4 capabilities in this set.
Part of 12 available through Tubular.
- 09 Capability
Search creators
Search for creators using names or specific keywords. It's the fastest way to build a database of potential partners.
- 10 Capability
Get video trends
List trending videos across platforms. Use this to spot new content styles before they go mainstream.
- 11 Capability
Get video demographics
Get audience demographics for a specific video. Use this to see exactly who is watching your content.
- 12 Capability
Get video insights
Get detailed insights for a specific video. It breaks down the performance metrics you need for reporting.
Set up in minutes
One URL. Then ask Tubular to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Tubular 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_bxLnM2K6KplbHnizrd8Nfo3e127NGPrdqEFwTIfI/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 Tubular, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Tubular for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bxLnM2K6KplbHnizrd8Nfo3e127NGPrdqEFwTIfI/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 Tubular URL.
- Step 03
Save and start
Save the connection and enable Tubular in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tubular": {
"url": "https://edge.vinkius.com/vk_preview_bxLnM2K6KplbHnizrd8Nfo3e127NGPrdqEFwTIfI/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 Tubular
Open Agent mode in chat and ask: "Using Tubular, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tubular": {
"url": "https://edge.vinkius.com/vk_preview_bxLnM2K6KplbHnizrd8Nfo3e127NGPrdqEFwTIfI/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 Tubular
Ask Copilot: "Using Tubular, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tubular": {
"url": "https://edge.vinkius.com/vk_preview_bxLnM2K6KplbHnizrd8Nfo3e127NGPrdqEFwTIfI/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 Tubular
Open Cascade and ask: "Using Tubular, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tubular": {
"url": "https://edge.vinkius.com/vk_preview_bxLnM2K6KplbHnizrd8Nfo3e127NGPrdqEFwTIfI/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 Tubular
Ask Cline: "Using Tubular, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tubular --transport http "https://edge.vinkius.com/vk_preview_bxLnM2K6KplbHnizrd8Nfo3e127NGPrdqEFwTIfI/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 Tubular
Ask Claude: "Using Tubular, show me...". 12 tools are ready
Where the request belongs
Work Tubular can move forward.
This is for the media buyer who needs to justify spend with real data, the content strategist hunting for the next big trend, and the data analyst who wants to stop copy-pasting metrics from different dashboards.
Media Agency Strategist
Analyzes sponsored content trends and creator reach to pitch new brand partnerships.
Content Manager
Monitors trending videos and audience demographics to decide what to film next.
Data Analyst
Pulls granular performance metrics and audience overlap data for quarterly reports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsModash
Find and analyze influencers across Instagram, TikTok, and YouTube with Modash.
YouTube
Search for videos, retrieve detailed statistics, and audit channel performance on YouTube. the world's leading video sharing platform.
Phyllo
Automate creator economy analysis via Phyllo. fetching live creator metrics, cross-platform audience growth, and campaign reach directly from any AI agent.
CrowdTangle
Equip your AI agent to track public social media insights, viral posts, and link shares via the CrowdTangle API.
EX.CO Video Experience
Equip your AI agent to manage video libraries, track interactive content, and monitor analytics via the EX.CO API.
HypeAuditor
Analyze influencers and retrieve reports via HypeAuditor API.
Bring your own AI
Change the model, client or framework. Keep Tubular 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 Tubular.
The practical details behind the request, access and result.
Can the Tubular MCP help me find the right influencers for my brand?
Yes. You can use it to search for creators by name or keywords and then pull summaries of their reach and engagement ratings to see if they fit your brand's goals.
Does the Tubular MCP work for multiple social platforms?
It does. This Connector pulls video intelligence and audience demographics from across platforms like YouTube, Facebook, and TikTok into a single conversation.
How does the Tubular MCP help with competitive research?
You can use it to list brand partners and monitor active sponsored campaigns to see exactly how your competitors are spending their marketing budget.
Can I see who is actually watching my videos with the Tubular MCP?
Yes, you can retrieve specific audience demographics like age, gender, and location for any video to see exactly who your content is reaching.
Is the Tubular MCP good for finding collab opportunities?
It's perfect for that. You can check the audience overlap between two different creators to see if their fanbases are large enough to share for a partnership.
How do I know if the Tubular MCP is working correctly?
You can ask your agent to check the connection health or view current rate limits to ensure the connection to the data source is active and stable.
Can I see the audience demographics for a specific YouTube video?
Yes! Use the get_video_demographics capability and provide the Video ID. Your agent will retrieve the age and gender breakdowns for that specific piece of content.
How do I analyze the shared audience between two different creators?
Use the get_audience_overlap capability and provide the IDs for both entities. The agent will return the percentage and metrics of the audience that both creators share.
Is it possible to see which brands are sponsoring a specific creator?
Absolutely. Run the list_sponsored_campaigns query or search for sponsors using the list_sponsors capability to retrieve data on brand partnerships within the video ecosystem.
One connection away
Give your agent a direct line to Tubular.
Connect Tubular once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available