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

How to Use the AirOps MCP in CrewAI

Assemble autonomous agent crews that orchestrate AirOps. Give your CrewAI teams the tools to execute, monitor, and manage complex AI workflows.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect AirOps MCP to CrewAI

Create your Vinkius account to connect AirOps 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

Delegate Workflow Execution to a Specialist Agent

This is what CrewAI was built for. Assign one agent the `execute_workflow_async` and `execute_workflow_sync` tools. This agent's entire job is to kick off tasks in AirOps based on instructions from the rest of the crew. A monitor agent can then use `get_execution_status` and `cancel_execution`. If a workflow hangs or fails, the monitor reports back to the crew manager to decide the next step.

Create a Research & Analysis Crew

Equip a 'Researcher' agent with the `upload_file` and `add_memory_document` tools. Its job is to find and index new information into the AirOps memory store. It constantly feeds the knowledge base. Then, an 'Analyst' agent uses `search_memory_store` to query that knowledge. It pulls relevant context and passes it to an 'Action' agent to perform a final task. This divides the labor, making the whole operation more efficient.

Build a Self-Managing CrewAI System

This MCP Server lets your crew manage the tools themselves. An 'Operations' agent can use `list_apps` to see all available AirOps applications. It can then use `get_app_details` to understand what each app does. Based on this info, the crew can dynamically re-assign tasks or even decide to use a different AirOps app for a job. This is how you move from simple task execution to truly autonomous operations.

Setup guide

Set up AirOps 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 AirOps tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent AirOps 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 AirOps MCP in CrewAI

The first agent calls `execute_workflow_async` and shares the returned execution ID through CrewAI's shared memory. The second agent can then pick up that ID and use `get_execution_status` to monitor the job's progress.
For a quick start, pass your Vinkius MCP endpoint URL into the `mcps` list when defining your Agent. If you need more control, use `MCPServerHTTP` and the `tool_filter` to assign specific tools to specific agents.
Yes, that's a perfect use case. You can have one agent dedicated to adding information with `add_memory_document` and another that's an expert at finding it with `search_memory_store`.
It allows an agent in your crew to have a conversation with an external agent hosted in AirOps. Think of it as your crew hiring an outside specialist for a very specific task that none of the crew members can do.
The server processes the data your agents send, which includes workflow definitions, document text via `add_memory_document`, and any files sent with `upload_file`. Vinkius ensures each connection is isolated in its own V8 sandbox, and the compute environment is ephemeral, meaning it's torn down after use.

Start using the AirOps 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 AirOps. 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.