# I Know The Pilot (remote · iknowthepilot.com.au)

Find curated cheap flight and travel deals from Australia.

- Trust score: 72/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `iknowthepilot.com.au`: 72/100 (this document), [markdown](https://verifymcp.io/servers/au-com-iknowthepilot-flight-deals/iknowthepilot.md), [page](https://verifymcp.io/servers/au-com-iknowthepilot-flight-deals/iknowthepilot)

## Channel facts

- Endpoint: `https://iknowthepilot.com.au/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 264 tokens (~88/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http au-com-iknowthepilot-flight-deals https://iknowthepilot.com.au/mcp
```

### Codex

```toml
[mcp_servers.au-com-iknowthepilot-flight-deals]
url = "https://iknowthepilot.com.au/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "au-com-iknowthepilot-flight-deals": {
      "type": "remote",
      "url": "https://iknowthepilot.com.au/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add au-com-iknowthepilot-flight-deals --url https://iknowthepilot.com.au/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  au-com-iknowthepilot-flight-deals:
    url: "https://iknowthepilot.com.au/mcp"
```

### Other

```json
{
  "mcpServers": {
    "au-com-iknowthepilot-flight-deals": {
      "type": "http",
      "url": "https://iknowthepilot.com.au/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-03 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 70, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 67, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 66, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 65)

First indexed and scored.

## MCP tools (3)

### `search_deals` (~99 tokens)

Search Flight Deals

Search for currently active curated flight deals from Australia. Returns deals matching destination and/or price criteria. Deals are curated exceptional fares, not live inventory search.

Input parameters:

- `destination` (string): Airport code, city name, or country name (e.g. 'DPS', 'Bali', 'Japan')
- `limit` (integer): Number of results (1-20, default 5)
- `max_price` (integer): Maximum price in AUD

Output parameters:

- `deals` (array)
- `message` (string): Optional message about the results
- `total` (integer): Number of deals returned

### `list_top_deals_from` (~87 tokens)

List Top Deals From Airport

List the cheapest currently active flight deals from a specific Australian airport. Great for answering 'what's cheap from Melbourne right now?'

Input parameters:

- `limit` (integer): Number of results (1-20, default 5)
- `origin` (string, required): Australian airport code (e.g. 'MEL', 'SYD', 'BNE', 'PER', 'ADL')

Output parameters:

- `deals` (array)
- `message` (string): Optional message about the results
- `total` (integer): Number of deals returned

### `get_deal` (~33 tokens)

Get Deal Details

Get full details for a specific flight deal including routes and airlines.

Input parameters:

- `deal_id` (integer, required): The deal ID

Output parameters:

- `airlines` (array): Airline codes operating this deal
- `currency` (string): Currency code (always AUD)
- `deal_id` (integer): Unique deal identifier
- `expiry_date` (string): Deal expiry date (YYYY-MM-DD)
- `from_price` (integer): Starting price in AUD
- `routes` (array): Flight routes available for this deal
- `summary` (string): Brief description of the deal
- `title` (string): Deal headline
- `url` (string): URL to view and book the deal

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/au-com-iknowthepilot-flight-deals/iknowthepilot#diagnostics

## Score history

- 2026-08-04: 72
- 2026-08-03: 71
- 2026-08-02: 70
- 2026-08-01: 70
- 2026-07-31: 70
- 2026-07-30: 67
- 2026-07-29: 67
- 2026-07-28: 67
- 2026-07-27: 66
- 2026-07-26: 65

## Links

- Remote endpoint: https://iknowthepilot.com.au/mcp
- Changelog RSS feed: https://verifymcp.io/servers/au-com-iknowthepilot-flight-deals/iknowthepilot/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/au-com-iknowthepilot-flight-deals/iknowthepilot/changelog.json
- HTML version of this page: https://verifymcp.io/servers/au-com-iknowthepilot-flight-deals/iknowthepilot
