AI · Model Context Protocol · Beta

Talk to your
hangar.

Connect Wingbase to Claude and other AI assistants over MCP, then just ask. Your flights, hours, aircraft, reservations, costs, and maintenance — answered in plain English. It can even log a draft flight or book a reservation, all scoped to your own data.

Just ask

No dashboards, no filters. Tap a question to see the kind of answer your assistant returns once connected.

Wingbase AIvia MCP

How many hours did I fly last quarter?

47.3hrs · last quarter

22 flights · ▲ 12% vs the quarter before

Longest 3.8 hKBOS home base

Illustrative answers. Connect your account for the real thing.

What it can reach

Assistants can read your flying data and take a few scoped actions — like logging a draft flight or booking a reservation — always against your own account. They can't edit or delete existing records.

Profile
Your account profile and settings.
Flights
Your flight logs, filterable by date range.
Flight detail
A single flight by id, with Hobbs readings and status.
Flight summary
Totals, hours, and purpose breakdown across your flights.
Cost summary
Spend by aircraft and category — trip expenses plus completed maintenance.
Aircraft
Every aircraft you own or share, with ownership detail.
CAPS status
Cirrus parachute (CAPS) repack status — last repack and next due date/hours.
Reservations
Upcoming and past aircraft bookings.
Maintenance
Maintenance records and items coming due.
Scoped actionscreate-only · can't edit or delete
Log flightWrite
Create a draft flight log on an aircraft you own.
Update flightWrite
Fill Hobbs times and complete a draft flight you own.
Attach photoWrite
Attach a Hobbs-meter photo or receipt to a flight you own.
Book reservationWrite
Reserve an aircraft you own for a time window.

Connect your assistant

Wingbase speaks the open Model Context Protocol, so it works with Claude, OpenAI Codex, Cursor, and any MCP-compatible assistant. Each connects to the same URL and signs in with your Wingbase account.

Most popular
Claude

In Claude on web or desktop, open Settings → Connectors, choose Add custom connector, paste your URL, and sign in. Then just ask.

Using Claude Code? The one-line command is in the terminal below.

One click
Cursor

Install the Wingbase connector in a single click, then authorize in your browser.

Add to Cursor
CLI & dev tools
Codex & more

OpenAI Codex, Windsurf, and VS Code connect through the mcp-remote bridge using the manual config in the terminal below.

wingbase · mcpModel Context Protocol
Your MCP server URL
https://www.wingbase.io/mcp
Claude Code — one line
claude mcp add --transport http wingbase https://www.wingbase.io/mcp
Manual config — any MCP client
{
  "mcpServers": {
    "wingbase": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.wingbase.io/mcp"
      ]
    }
  }
}

Ready to talk to your hangar?

Connect in under a minute. Your assistant signs in with your Wingbase account — access stays scoped to your own data.

Connect from Settings