# Airship MCP for AI Agents AI Agent Connect

> Airship MCP for AI Agents. Manage mobile push notifications, audience segments, and communication channels through a natural conversation with your agent. It connects your Airship account to your AI client, letting you trigger alerts, audit user associations, and manage multi-channel tags without leaving your workspace.

## Overview
- **Category:** communication-messaging
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_1MtyaAVXx1hMrw7OCqxQtcPCmZamv83cLid3cXSi/ai-agent-connect
- **Tags:** mobile-engagement, push-notifications, omnichannel, customer-segmentation, user-retention, mobile-marketing

## Description

Managing mobile engagement usually feels like a chore of jumping between tabs and digging through complex dashboards. You have to hunt for the right audience segment, verify if a user's device is correctly linked to their profile, and then manually trigger a push notification. It's a lot of friction for a process that should be quick. This Connector changes that by letting you handle your entire Airship strategy through a simple chat. Instead of clicking through menus, you just tell your agent to send a notification to a specific group or ask it to pull up the criteria for a certain audience. It turns your mobile engagement into a conversation. Because Vinkius hosts this and thousands of other tools, you can manage your entire marketing stack from one place. You get the data you need and the actions you want without the headache of a heavy UI. It's about getting your work done faster while keeping your mobile strategy organized.

## Tools

### get_segment_details
Get segment criteria. Use this to see exactly which tags or attributes qualify users for a group.

### list_named_users
List named users. This lets you see the customer profiles mapped across your different devices.

### associate_named_user
Link device to user. Use this to connect a specific mobile device to an existing customer profile.

### send_push_notification
Send a push alert to your audience. Use this to trigger immediate mobile notifications with specific content.

### list_segments
List audience segments. This helps you see every group you have set up for marketing.

### list_channels
List app channels. This shows you all your active iOS, Android, and Web communication paths.

### get_channel_details
Get device metadata. This provides the technical details for a specific registered device.

### list_static_lists
List static audiences. Use this to find lists created from CSV uploads or manual entries.

### list_tags
List audience tags. This shows you all the custom labels you use to categorize your users.

### get_push_status
Check push delivery. This lets you see if your notifications actually reached their destination.

## Prompt Examples

**Prompt:** 
```
Send a push to the 'VIP' group saying 'Your reward is ready!'
```

**Response:** 
```
I've sent that push notification to your VIP segment. The operation ID is `push_9982`. Would you like me to check the delivery status in a few minutes?
```

**Prompt:** 
```
What are the requirements for the 'New Signups' segment?
```

**Response:** 
```
Here are the criteria for your 'New Signups' segment:

* **Tag**: `user_status` is `new` 
* **Attribute**: `signup_date` is within the last 7 days 
* **Device**: Any
```

**Prompt:** 
```
Is the user's new iPhone linked to their account?
```

**Response:** 
```
I checked the named users. The device with ID `iph-7721` is currently associated with the profile for 'Jordan Smith'. It's active and opted-in.
```

## Capabilities

### Send push alerts
Trigger notifications to specific audiences, segments, or your entire user base.

### Audit audience segments
View the exact tags and attributes that qualify users for your various groups.

### Link devices to users
Map multiple mobile devices to a single customer profile to keep your data clean.

### Check delivery status
See how your push notifications are performing and if they reached their destination.

### Manage communication channels
List and audit technical metadata for iOS, Android, and Web channels.

## Use Cases

### Sending a flash sale alert
A marketing manager needs to send a 2-hour alert. They ask the agent to send a push to the 'High Spender' segment using send_push_notification.

### Auditing segment criteria
A growth lead wants to know why a segment is too small. They ask the agent to show the criteria for the 'Active Users' group using get_segment_details.

### Linking a new device
A support lead needs to see if a user's new iPad is linked to their account. They ask the agent to check the named user list and use associate_named_user.

### Checking campaign reach
An ops lead wants to verify a push campaign's reach. They ask the agent to check the delivery status for the last send using get_push_status.

## Benefits

- Faster push sends: Trigger alerts instantly using send_push_notification without navigating the Airship dashboard.
- Clearer segment visibility: Quickly see what makes up your audiences by using list_segments and get_segment_details.
- Accurate user mapping: Connect multiple devices to one profile easily with associate_named_user to keep your data clean.
- Real-time delivery audits: Check if your messages are going out correctly using get_push_status to catch issues fast.
- Simplified channel audits: Review your iOS, Android, and Web configurations using list_channels and get_channel_details.

## How It Works

The bottom line is you get a direct line to your Airship account from your AI chat.

1. Subscribe to the Airship MCP on the Vinkius Marketplace.
2. Enter your Airship App Key, Master Secret, and your preferred Region.
3. Start asking your AI client to manage your mobile engagement and monitor delivery.

## Frequently Asked Questions

**Can I use the Airship MCP to send push notifications?**
Yes, it lets you trigger alerts to specific groups or everyone directly through your AI client.

**How do I see my audience segments with the Airship MCP?**
You can ask your agent to list all segments or show the criteria for a specific one to see exactly who is included.

**Can this Connector link my users' devices?**
Yes, it can associate multiple mobile devices to a single customer profile to keep your data organized.

**Does the Airship MCP support different mobile platforms?**
It manages channels for iOS, Android, and Web, giving you a full view of your mobile engagement.

**Can I check if my push notifications actually sent?**
Yes, you can ask the agent to check the delivery status of your recent sends to ensure your messages are reaching users.

**Is the Airship MCP good for marketing teams?**
It's ideal for marketing managers who need to act on segments quickly without the manual work of navigating a dashboard.

**How do I find my Airship App Key and Master Secret?**
Log in to the Airship dashboard, go to **Settings** > **APIs & Integrations**, and select **Tokens**. You will find your App Key and can generate/view your Master Secret there.

**Which region should I choose?**
Choose **US** if your project is hosted on `go.urbanairship.com` or **EU** if it is hosted on `go.airship.eu`. Using the wrong region will result in authentication failures.

**Can I target specific users by their email?**
Yes! Use the `send_push_notification` tool and specify the `named_user` in the audience. If your user's email is mapped as their Named User ID, Airship will deliver the push to all their associated devices.