The AI story
Your flight school,
as a set of verbs an AI can use.
SharedWing publishes a remote MCP server in front of the same API the web and iOS apps use. Connect it to Claude, ChatGPT, or your own agent and it can do exactly what you can do — no more, no less — because it authenticates as you, with your role, against the same permission checks.
M. Alvarez $1,140 · 74 days
T. Okafor $860 · 68 days
J. Park $480 · 63 days
Read via
reports.ar_aging · scope billing:readArchitecture
One API. One permission model. An MCP server in front of it.
MCP is the open standard — introduced by Anthropic in late 2024 and now supported across Anthropic, OpenAI, Google, Microsoft, and AWS — for letting an assistant call real tools. SharedWing implements it as a remote server over Streamable HTTP, so there is nothing to install and nothing running on your laptop.
1 · Client
Claude, ChatGPT, or your agent
mcp.sharedwing.ai as a connector. The client discovers the server's capabilities and auth requirements from its .well-known metadata.2 · Consent
You sign in and grant scopes
3 · Tools
The server exposes your verbs
rates.update; it isn't hidden, it isn't there.4 · Execution
Same API as the apps
Why we didn't build a bot
Stateless, so it stays up
Bring your own client
Permissions
Your Wing inherits your role. Nothing more.
Authorization is two gates, not one. The OAuth grant decides which scopes this assistant may ever use; your role in the org decides what those scopes actually reach. Narrowing a grant is always allowed — widening it past your role is not possible.
Roles are the ones you already assign in SharedWing, and one person can hold more than one — their Wing gets the union. Change a role in the app and the assistant’s tool list changes on its next call.
Tool catalog
Every operation, named and typed.
Reads return structured entities the model can reason over. Writes are explicit, idempotent, and confirmable. This is the launch set — the API surface behind it is the same one our own apps use.
Scheduling
Dispatch
Squawks & maintenance
Billing
Reporting
Not exposed to any client
Siri & the native iOS app
On the ramp, the assistant is already in your pocket.
Our iPhone app is built on Apple's App Intents — the framework behind Siri, Spotlight, Shortcuts, widgets, Control Center, and the Action Button. We model SharedWing’s nouns as App Entities and its verbs as intents, then adopt Apple’s App Schemas so Siri understands what a reservation, an aircraft, or a squawk is and what can be done with it. With gloves on and a headset in one hand, you talk.
Entities
The nouns of your operation
Intents & schemas
The verbs, with parameters
Onscreen awareness
“This one,” “the last one”
Content transfer
Hand it to another app
The same sentence, four roles
Member pilot
Instructor
Maintenance officer
Admin
Safety & trust
Aviation software should be boring about permissions.
Rules live server-side
Confirmation before writes
Short-lived, scoped tokens
Everything is in the audit log
Your data isn't training data
Admins hold the switch
Beta · December 20, 2026
Want your club to be one of the first to talk to its Wing?
We’re onboarding beta orgs alongside the December 20, 2026 release. Tell us which assistant you already use and what you’d ask it first — the tool catalog is still being shaped by those answers. Free for design partners through the pilot program.