How to Use the CrowdTangle MCP in Cline
Give Cline live CrowdTangle data to build custom social listening dashboards right inside VS Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CrowdTangle MCP to Cline
Create your Vinkius account to connect CrowdTangle to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Cline builds real-time feeds via MCP Server
`list_recent_posts` streams platform identifiers, account names, and engagement metrics straight into your VS Code environment. You tell your agent to build a React feed component. It fetches the live JSON structure and writes the exact interface to match the data. To handle rich content, Cline calls `list_media_posts` to extract video and photo URLs. It writes the image tags, handles the styling, and stages the commit. You watch the application come together using actual production data instead of placeholder text.
Code automated engagement reports
`get_account_leaderboard` calculates total interactions and ranks accounts across your predefined lists. Your AI client can take this raw ranking data and write a Python script that generates weekly PDF summaries. Before hitting rate limits, Cline checks `get_account_details` to verify your workspace configuration boundaries. It adds error handling to your script based on those API limits. The resulting code is production-ready and tested against real endpoints.
Map social data structures dynamically
`search_tracking_lists` resolves list metadata based on title filters you define. When you ask Cline to map specific industry groups, it queries the API to find the exact list IDs. It then hardcodes or dynamically routes those IDs into your application logic. If you need a broader view, the agent runs `list_monitored_lists` to count the accounts within each tracking group. It uses this capacity data to optimize how your application batches future requests. The entire architecture is built around the actual shape of your tracking data.
Set up CrowdTangle MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
crowdtangle-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest CrowdTangle refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"crowdtangle-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by CrowdTangle. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about CrowdTangle MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CrowdTangle MCP today
We host it, we monitor it, we maintain it. You just paste one token.