# Airlabs Mcp Server

> Airlabs MCP to get real-time flight status for poke.com and other agents.

- **Type:** MCP server
- **Install:** `agentstack add mcp-gsa87-airlabs-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [gsa87](https://agentstack.voostack.com/s/gsa87)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [gsa87](https://github.com/gsa87)
- **Source:** https://github.com/gsa87/airlabs-mcp-server

## Install

```sh
agentstack add mcp-gsa87-airlabs-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# AirLabs MCP Server

A specialized Model Context Protocol (MCP) server that connects AI assistants (like Poke, Claude, etc.) to real-time global flight data via [AirLabs](https://airlabs.co/).

## Features

### ✈️ Flight Data Tools

* **`airlabs_get_flight_status`**: Real-time tracking of specific flights (e.g., "KL601").

* **`airlabs_get_schedules`**: Find flight schedules between airports (e.g., "AMS" to "SFO").

* **`airlabs_get_airport_delays`**: Check for delays at specific airports.

* **`airlabs_search_airports`**: Look up IATA codes by city name (e.g., "London" -> LHR, LGW).

* **`airlabs_get_nearby_airports`**: Find airports near a specific location.

## Setup & Running Locally

1. **Clone the repo**

   ```bash
   git clone [https://github.com/gsa87/airlabs-mcp-server.git](https://github.com/gsa87/airlabs-mcp-server.git)
   cd airlabs-mcp-server
   ```

2. **Install Dependencies**

   ```bash
   pip install -r requirements.txt
   ```

3. **Configure Environment Variables**
   Copy the example environment file and add your API key:

   ```bash
   cp .env.example .env
   ```
   Open `.env` and paste your key:
   ```text
   AIRLABS_API_KEY=your_actual_api_key_here
   ```

4. **Run the Server**

   ```bash
   python src/server.py
   ```

## Deployment on Render

1. Fork this repository.

2. Create a new **Web Service** on Render.

3. Connect your GitHub repo.

4. Add the following **Environment Variable** in the Render dashboard:

   * `AIRLABS_API_KEY`

5. Deploy!

## API Key

Get a free API key from [AirLabs.co](https://airlabs.co/).

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [gsa87](https://github.com/gsa87)
- **Source:** [gsa87/airlabs-mcp-server](https://github.com/gsa87/airlabs-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-gsa87-airlabs-mcp-server
- Seller: https://agentstack.voostack.com/s/gsa87
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
