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.

Ask
Take action
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 scoped actions — logging and completing flights, recording expenses and squawks, booking or cancelling reservations — always against your own account and aircraft. Destructive actions like deleting or merging flights preview first and require an explicit confirmation.

Profile
Your account profile and the pilot settings — medical, flight review, IPC — that currency is computed from.
Flights
Your flight logs, filterable by date range.
Flight detail
A single flight by id, with Hobbs readings, status, and its trip expenses and photos.
Flight summary
Totals, hours, and purpose breakdown across your flights, optionally filtered to one aircraft.
Logbook issues
Scans your logbook for stale drafts, duplicates, and gaps to clean up.
Cost summary
Spend by aircraft and category — trip expenses plus completed maintenance.
Aircraft
Every aircraft you own or share, with ownership detail, compliance due dates, and meter configuration.
CAPS status
Cirrus parachute (CAPS) repack status — last repack and next due date/hours.
FAA currency
Day, night, and IFR passenger currency plus flight review and medical status.
Reservations
Upcoming and past aircraft bookings, with their route and time window.
Maintenance
Squawks, shop visits, and inspections, with due dates and the work that resolved each squawk.
Scoped actionsscoped to your account · deletes confirm first
Log flightWrite
Create a draft flight log on an aircraft you own.
Update flightWrite
Edit a flight you own — fill Hobbs times and logbook fields, or complete a draft.
Complete flightWrite
Promote draft flights you own to completed.
Delete flightWrite
Delete flight logs you own — previews first, deletes only with explicit confirmation.
Merge flightsWrite
Merge duplicate flight logs you own into one — requires explicit confirmation.
Reconcile metersWrite
Preview or snapshot current meter hours from meter_readings — writes only with explicit confirmation.
Attach photoWrite
Attach a Hobbs-meter photo or receipt to a flight you own.
Add expenseWrite
Record a draft trip expense — fuel, ramp fees, lodging — against a flight you own.
Log squawkWrite
Report a defect on an aircraft you own as a pending maintenance item.
Schedule shop visitWrite
Book a maintenance shop visit for an aircraft you own.
Log maintenanceWrite
Record completed shop work on an aircraft you own.
Book reservationWrite
Reserve an aircraft you own for a time window.
Update reservationWrite
Edit a reservation you created — its time window, route, title or notes — without cancelling and rebooking.
Cancel reservationWrite
Cancel a reservation you created and notify the aircraft's co-owners.
Update maintenanceWrite
Advance or correct a maintenance record you created — close out a squawk, complete a shop visit, link a squawk to its fix.
Update expenseWrite
Correct a trip expense you recorded — a mistyped amount, the wrong category, a missing merchant.
Delete expenseWrite
Remove a trip expense you recorded — previews first, deletes only with explicit confirmation.
Remove photoWrite
Take a photo off a flight you own, deleting the stored image — previews first, removes only with explicit confirmation.
Configure aircraftWrite
Set an aircraft's CAPS repack record, compliance due dates, and meters — including which meter is primary.
Log meter readingWrite
Record a meter reading on an aircraft you own, or correct one — corrections keep the prior value in the audit log.
Update profileWrite
Update your pilot settings — medical, flight review, IPC and the currency tracking they drive.

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