# Flystack MCP for AI Agents AI Agent Connect

> Flystack. Manage cloud infrastructure by auditing deployments, checking cluster health, and pulling real-time performance metrics through your AI client. It turns complex cloud data into a conversational interface for DevOps and SRE teams.

## Overview
- **Category:** cloud-infrastructure
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_if3hKQNHyk1KZFSZ1tlM4V31U1AyDcvmjO34ifLn/ai-agent-connect
- **Tags:** infrastructure-auditing, cluster-management, deployment-monitoring, performance-metrics, cloud-ops

## Description

Imagine you're in the middle of a production incident or a high-stakes security audit. Instead of jumping between five different cloud consoles to find out why a specific deployment is lagging or which cluster is hitting its memory limit, you just ask your agent. This Connector gives your AI the eyes it needs to see your actual infrastructure. It pulls the live data, including deployment status, region details, and cluster health, so you can get answers in seconds. It's about moving from 'where do I find that?' to 'tell me what's wrong.' Because Vinkius makes it easy to connect these tools, you can plug this into your existing workflow and stop hunting for metadata. Your agent becomes a real-time infrastructure consultant that knows your environment as well as you do. You get a conversational interface for your entire cloud infrastructure, turning a 15-minute search into a 5-second conversation. It takes the friction out of cloud operations by putting the data where you actually work. You can ask about your global footprint to see every cluster you own, or drill down into a single deployment to find out exactly where it's running and when it last updated. It handles the heavy lifting of querying your cloud environment so you can stay focused on solving problems instead of navigating menus.

## Tools

### check_api_status
Check if the Flystack service is currently online. This helps ensure your connection is active before starting a heavy audit.

### get_cluster_metrics
Pull real-time CPU and memory usage for a specific cluster. Use this to spot performance bottlenecks quickly.

### get_deployment_details
Get every piece of metadata for a specific deployment ID. This is perfect for deep-diving into a single service's config.

### list_flystack_clusters
See every cluster in your account at once. Use this to get an overview of your global infrastructure footprint.

### list_flystack_deployments
Get a full list of all active deployments. This helps you see exactly what's running across your different environments.

## Prompt Examples

**Prompt:** 
```
Are there any active deployments in the us-east-1 region?
```

**Response:** 
```
I've checked your deployments in us-east-1. Here is what's currently running:

| Deployment Name | Status | Last Updated |
| :--- | :--- | :--- |
| web-production | Active | 2 hours ago |
| api-gateway | Active | 5 hours ago |
| auth-service | Active | 1 day ago |

Would you like to see the specific metadata for any of these?
```

**Prompt:** 
```
What's the CPU usage for cluster-99?
```

**Response:** 
```
I've retrieved the real-time metrics for **cluster-99**:

* **CPU Usage**: 45%
* **Memory Usage**: 60%
* **Status**: Healthy

Everything looks stable. Do you want me to check the metrics for any other clusters?
```

**Prompt:** 
```
Give me a summary of all our clusters.
```

**Response:** 
```
I've pulled the list of clusters from your Flystack account:

* **Cluster-01**: Production environment (US-East)
* **Cluster-02**: Staging environment (US-West)
* **Cluster-99**: Analytics cluster (EU-Central)

Let me know if you'd like to see the performance metrics for any of these.
```

## Capabilities

### List all active deployments
Get a bird's eye view of every service currently running in your account.

### Audit cluster health
Check if your infrastructure clusters are stable and configured correctly.

### Pull real-time performance metrics
See live CPU and memory usage for your clusters instantly.

### Retrieve deployment metadata
Get specific details for a single deployment ID to understand its configuration.

### Check service availability
Verify that the Flystack service is online before starting your research.

## Use Cases

### Incident Response
An SRE asks for metrics on a lagging cluster. The agent uses `get_cluster_metrics` to find the bottleneck immediately.

### Security Audit
A CISO needs a list of all regions. The agent uses `list_flystack_deployments` to generate a report of all active services.

### Deployment Verification
A dev wants to know if the 'api-gateway' is live. The agent uses `get_deployment_details` to confirm the region and status.

### Capacity Planning
An ops lead wants to see all clusters. The agent uses `list_flystack_clusters` to map out the current infrastructure footprint.

## Benefits

- Stop manual dashboard hopping by using `list_flystack_clusters` to see your whole footprint in one go.
- Identify performance bottlenecks faster with `get_cluster_metrics` pulling live CPU and memory data.
- Speed up security audits by using `get_deployment_details` to grab metadata without manual searching.
- Verify production status instantly with `list_flystack_deployments` during high-pressure incidents.
- Ensure your data source is live by running `check_api_status` before starting complex queries.

## How It Works

The bottom line is you get a conversational interface for your entire cloud infrastructure.

1. Subscribe to the Flystack MCP on Vinkius.
2. Add your Flystack API key to your preferred AI client.
3. Ask your agent to list deployments, check cluster metrics, or audit health.

## Frequently Asked Questions

**Can Flystack help with cloud audits?**
Yes, it pulls all deployment metadata so you can see exactly what's running in your environment without manual searching.

**How do I see my cluster metrics?**
Your agent can pull live CPU and memory data for any cluster, giving you a real-time look at performance.

**Can it show me all deployments at once?**
Yes, it lists every active deployment in your account, making it easy to get a bird's eye view of your services.

**Is Flystack good for SREs?**
It's great for quickly checking infrastructure health and metrics during an incident to find the root cause faster.

**How does it help with security?**
It lets you audit deployment statuses and regions, helping you verify your infrastructure state for compliance reports.

**Does it work with Cursor?**
Yes, you can connect it to Cursor or any other MCP-compatible client to query your cloud data via natural language.

**How do I find my Flystack API Key?**
Log in to your [**Flystack dashboard**](https://app.flystack.dev/), go to your account settings or API section, and generate a new token. Copy and paste it below.

**Does it support real-time metrics?**
Yes. The `get_cluster_metrics` tool retrieves the latest available CPU and memory usage metadata for your specified infrastructure cluster.

**Can the agent list multiple deployments?**
Yes. The `list_flystack_deployments` tool provides a comprehensive list of all active deployments in your account instantly.