4,500+ servers built on MCP Fusion
Vinkius
CrowdTangle logo
Vinkius
CrewAI logo

How to Use the CrowdTangle MCP in CrewAI

Deploy autonomous agent crews on CrowdTangle data. Let your CrewAI teams research, analyze, and report on social trends 24/7.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

CrowdTangle MCP on Cursor AI Code Editor MCP Client CrowdTangle MCP on Claude Desktop App MCP Integration CrowdTangle MCP on OpenAI Agents SDK MCP Compatible CrowdTangle MCP on Visual Studio Code MCP Extension Client CrowdTangle MCP on GitHub Copilot AI Agent MCP Integration CrowdTangle MCP on Google Gemini AI MCP Integration CrowdTangle MCP on Lovable AI Development MCP Client CrowdTangle MCP on Mistral AI Agents MCP Compatible CrowdTangle MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect CrowdTangle MCP to CrewAI

Create your Vinkius account to connect CrowdTangle to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Assign a Research & Analysis Crew

Split up the work between specialized agents. You can create a 'Researcher' agent equipped with `search_posts_by_keyword` to find content about a topic. It then passes the most relevant post IDs to an 'Analyst' agent, which uses `get_post_details` to do a deep dive on engagement. This is what CrewAI was built for. The agents use a shared context to pass information back and forth. The Researcher finds the needles; the Analyst examines them. They work together without you orchestrating every step.

Build a Viral Tracker MCP Server Crew

Set up a crew to spot and track viral content autonomously. A 'Scout' agent can run `get_top_performing_posts` every hour. When it finds a post with an unusually high score, it adds the post ID to the crew's shared context and flags it for investigation. A second 'Investigator' agent sees the flag and immediately gets to work. It uses `get_link_shares` to find out which accounts are spreading the post and reports its findings. This is a sequential pipeline in action, running completely on its own.

Run Continuous Account Monitoring

Create a team of agents to keep a constant watch on your social accounts. One agent's only job is to use `list_monitored_lists` to maintain an up-to-date list of accounts to watch. It passes this list to a 'Performance' agent. The Performance agent then cycles through the list, calling `get_account_leaderboard` for each one to track changes in engagement and rank over time. This creates a persistent, autonomous system for competitive analysis.

Setup guide

Set up CrowdTangle MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke CrowdTangle tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="CrowdTangle Analyst",
    goal="Access and analyze CrowdTangle data via MCP.",
    backstory="Expert analyst with direct CrowdTangle access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent CrowdTangle transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 CrewAI

You assign different CrowdTangle tools to specialized agents. For example, give one agent `search_posts_by_keyword` and `list_recent_posts` for discovery, and another agent `get_post_details` for analysis. They collaborate to complete the task.
Yes, that's a primary use case for CrewAI. The first agent finds posts and puts their IDs into the shared context. The second agent can then access those IDs from the context and run its own tools on them.
You can, and you should. When defining your agent in CrewAI, you can use a `tool_filter` with the MCP Server connection. This lets you grant each agent only the specific tools it needs for its role, which is key to building effective, specialized crews.
Definitely. You can have a 'Watcher' agent that finds interesting links and a 'Tracker' agent whose sole purpose is to use the `get_link_shares` tool. The Watcher passes URLs to the Tracker, which then reports on who is sharing them.
Yes. Vinkius secures the connection, and your CrewAI agents never handle your actual API keys. Every operation, whether it's touching post content or follower counts, is stateless and runs in an ephemeral environment that leaves no trace.

Start using the CrowdTangle MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for CrowdTangle. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.