CrowdTangle Connector for AI agents.
10 live capabilities
Track viral social media trends and link shares across Facebook and Instagram.
Waiting for input…
Why people use CrowdTangle
CrowdTangle Social Media Trend Tracking for Newsrooms
This Connector lets your agent do the heavy lifting. You can ask it to find the most engaging posts for a specific topic or see which pages are sharing your links. You get a clear summary of the conversation instead of a mountain of raw data.
What Vinkius changes
You get instant access to public social media data without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Viral Trend Spotting
A journalist asks the agent to find high-performing posts about 'climate change' on Instagram to find a new lead.
- Real-world use case 02
Competitor Audit
A marketer uses the agent to generate a leaderboard for a list of competitor accounts to see whose engagement is dipping.
- Real-world use case 03
Link Impact Tracking
A PR pro asks the agent to see which Facebook pages shared a specific press release link and how many interactions it got.
Complete set · 10capabilities
The complete CrowdTangle capability set.
These are the exact actions your AI can choose when you ask it to work with CrowdTangle.
01—04
4 capabilities in this set.
Part of 10 available through CrowdTangle.
- 01 Capability
Get account leaderboard
Get a ranking of accounts in your lists based on total interactions and engagement rates.
- 02 Capability
Search posts by keyword
Search for posts across multiple platforms using a specific keyword to find relevant content.
- 03 Capability
Get post details
Get a full breakdown of reactions, shares, and platform-specific metadata for a single post.
- 04 Capability
List monitored lists
Get a list of all the account lists you're currently tracking, including names and platform info.
05—07
3 capabilities in this set.
Part of 10 available through CrowdTangle.
- 05 Capability
List media posts
Find recent posts that specifically include photos or videos across supported platforms.
- 06 Capability
List recent posts
Pull a list of recent social media posts with content, platform IDs, and engagement metrics.
- 07 Capability
Search tracking lists
Find specific tracking lists by searching for their titles.
08—10
3 capabilities in this set.
Part of 10 available through CrowdTangle.
- 08 Capability
Get link shares
See which public accounts shared a specific URL along with their follower counts and interaction totals.
- 09 Capability
Get account details
Pull metadata for your CrowdTangle account, including API limits and workspace settings.
- 10 Capability
Get top performing posts
Identify the highest performing posts based on actual vs. expected interaction scores.
Set up in minutes
One URL. Then ask CrowdTangle to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CrowdTangle 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_2qdWOB08jWzYK5Oo82fuaSdncQdLNOxfDhVT6FUl/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 CrowdTangle, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CrowdTangle for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_2qdWOB08jWzYK5Oo82fuaSdncQdLNOxfDhVT6FUl/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 CrowdTangle URL.
- Step 03
Save and start
Save the connection and enable CrowdTangle in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"crowdtangle": {
"url": "https://edge.vinkius.com/vk_preview_2qdWOB08jWzYK5Oo82fuaSdncQdLNOxfDhVT6FUl/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 CrowdTangle
Open Agent mode in chat and ask: "Using CrowdTangle, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"crowdtangle": {
"url": "https://edge.vinkius.com/vk_preview_2qdWOB08jWzYK5Oo82fuaSdncQdLNOxfDhVT6FUl/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 CrowdTangle
Ask Copilot: "Using CrowdTangle, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"crowdtangle": {
"url": "https://edge.vinkius.com/vk_preview_2qdWOB08jWzYK5Oo82fuaSdncQdLNOxfDhVT6FUl/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 CrowdTangle
Open Cascade and ask: "Using CrowdTangle, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"crowdtangle": {
"url": "https://edge.vinkius.com/vk_preview_2qdWOB08jWzYK5Oo82fuaSdncQdLNOxfDhVT6FUl/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 CrowdTangle
Ask Cline: "Using CrowdTangle, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add crowdtangle --transport http "https://edge.vinkius.com/vk_preview_2qdWOB08jWzYK5Oo82fuaSdncQdLNOxfDhVT6FUl/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 CrowdTangle
Ask Claude: "Using CrowdTangle, show me...". 10 tools are ready
Where the request belongs
Work CrowdTangle can move forward.
This is for social media managers who need to prove ROI, journalists hunting for breaking news, and market researchers who need to see how the public is actually reacting to a brand or topic.
Social Media Manager
They use this on a Tuesday to see which of their recent posts actually went viral and which ones flopped.
Journalist
They use this to spot a story as it starts to trend across Instagram and Facebook to get the scoop first.
Market Research Analyst
They use this to audit competitor engagement and see who the biggest influencers are for a specific niche.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMeltwater
Media intelligence and social monitoring via Meltwater. track news, mentions, and analytics.
Determ
Equip your AI agent to monitor media mentions, track keywords, and analyze sentiment via the Determ (formerly Mediatoolkit) API.
Curator.io
Equip your AI agent to manage social media feeds, monitor posts, and audit sources directly via the Curator.io API.
Mention
Monitor brand mentions across the web, social media, and news in real time to protect your reputation and spot trends early.
Sprout Social
Empower your AI with a full social media command center. Draft posts, track global analytics, and master listening topics natively across all brands.
Metricool
Social media analytics and scheduling via Metricool. track Instagram, Facebook, and Twitter metrics.
Bring your own AI
Change the model, client or framework. Keep CrowdTangle 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 CrowdTangle.
The practical details behind the request, access and result.
Can CrowdTangle MCP track private Facebook groups?
No, this Connector only accesses public social media data. It is designed to monitor public trends, link shares, and public account engagement.
How does CrowdTangle MCP find viral content?
It identifies viral content by comparing actual engagement metrics against expected interaction scores, helping you find what is truly overperforming.
Can I use CrowdTangle MCP to see who shared my link?
Yes, you can ask your agent to identify which public accounts and pages have shared a specific URL, including their follower counts.
Can CrowdTangle MCP help with competitor research?
Absolutely. You can use it to generate engagement leaderboards for lists of competitor accounts to see who is leading the conversation.
Does CrowdTangle MCP work for both Facebook and Instagram?
Yes, it supports data retrieval for both Facebook and Instagram, along with other supported platforms, making it a great capability for multi-platform monitoring.
How do I get a CrowdTangle API Token?
Log in to your CrowdTangle dashboard, go to Settings > API, and you will find your API Token there. Ensure your account has API access enabled.
Which social platforms are supported?
CrowdTangle primarily supports Facebook and Instagram public data. It also tracks specific types of data from Reddit and Twitter (limited).
Can the agent see private accounts?
No, CrowdTangle only tracks public posts and data from verified pages, groups, and public accounts. Private profiles are not accessible via this API.
One connection away
Give your agent a direct line to CrowdTangle.
Connect CrowdTangle once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available