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

How to Use the Airship MCP in CrewAI

Deploy specialized CrewAI agent teams to monitor, segment, and dispatch Airship mobile push campaigns.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Airship MCP to CrewAI

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

Multi-agent push monitoring and dispatch via CrewAI

The `send_push_notification` tool allows your dispatch agent to send mobile alerts based on instructions from other team members. A researcher agent can analyze audience behavior, while a separate writer agent crafts the push copy. This cooperative structure uses shared memory to keep track of what was sent. The dispatch agent reads the finalized copy and triggers the notification, ensuring zero manual steps over the MCP connection.

Collaborative audience targeting using the CrewAI framework

The `list_segments` and `list_static_lists` tools provide the raw audience data your analyst agents need to evaluate campaign reach. One agent pulls the static lists, while a targeting specialist agent determines which segment matches the current promotion. The agents pass these segment details back and forth using sequential execution. Once the targeting agent approves the segment, the dispatch agent takes over to run the campaign over the MCP link.

Autonomous device and user mapping with CrewAI teams

The `associate_named_user` tool connects incoming user profiles to their physical devices under the supervision of a moderator agent. A monitoring agent tracks new sign-ups, while the moderator agent verifies the channel status using `get_channel_details` before linking them. This setup runs entirely in the background without human supervision. The crew coordinates the lookup, validation, and association steps, logging the entire process via the MCP Server in their shared memory.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You can pass your Vinkius HTTP URL directly into the `mcps` array when defining your CrewAI agents. This exposes all push and channel tools to the entire crew.
Yes, you assign the copywriting task to one agent and the delivery task to another. The delivery agent uses the push tool to dispatch the finalized text produced by the writer.
You can restrict the send tool to a single moderator agent or set up strict tool filters. This keeps your creative agents focused on analysis while reserving execution for a single, controlled agent.
Yes, an analyst agent can call the segment details tool to read targeting rules. It can then share this information with the rest of the crew to refine the messaging strategy.
The MCP server runs inside a zero-trust V8 sandbox on Vinkius. Your CrewAI agents interact with the tools via secure HTTP, ensuring that your mobile push tokens and list details never touch external servers.

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