SimBrief MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIMBRIEF_PILOT_ID | Yes | Your SimBrief Pilot ID, found under SimBrief → Account Settings → Pilot ID |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_flight_summaryA | High-level summary of a flight plan: flight number, aircraft, route, distance, cruise altitude, estimated times and total fuel. Leave plan_id empty to get the latest dispatch. |
| get_weatherB | Current weather: METAR, TAF and ATIS for departure, arrival and alternate airports. Leave plan_id empty to get the latest dispatch. |
| get_fuel_planA | Detailed fuel breakdown: taxi, trip burn, contingency, alternate burn, reserve, minimum and planned takeoff fuel, plus any extra fuel buckets. Leave plan_id empty to get the latest dispatch. |
| get_weightsA | Aircraft weight breakdown: OEW, payload, passenger count, ZFW, TOW, ramp weight and landing weight. Leave plan_id empty to get the latest dispatch. |
| get_timesA | All flight times in UTC: scheduled OUT/OFF/ON/IN, estimated time enroute, block time, taxi times, reserve and endurance. Leave plan_id empty to get the latest dispatch. |
| get_atc_flightplanA | ATC flight plan string ready for filing, including route, callsign, flight type, flight rules and equipment codes. Leave plan_id empty to get the latest dispatch. |
| get_aircraft_infoB | Aircraft details: ICAO/IATA type codes, registration, engines, equipment codes and passenger capacity. Leave plan_id empty to get the latest dispatch. |
| get_navlogA | Full navigation log with all waypoints: identifier, type, altitude, leg distance, leg time and fuel burn per leg. Use max_fixes to limit the number of fixes shown (default 50). Leave plan_id empty to get the latest dispatch. |
| get_notamsA | All NOTAMs for the flight (departure, arrival and en-route). Leave plan_id empty to get the latest dispatch. |
| get_alternate_infoA | Alternate airport details: ICAO code, planned runway, elevation, weather and alternate navlog. Leave plan_id empty to get the latest dispatch. |
| get_performanceB | Takeoff and landing performance data (TLR): takeoff distance, climb performance and landing calculations, if available for this aircraft type. Leave plan_id empty to get the latest dispatch. |
| get_crewB | Crew assignment for the flight: captain, first officer, dispatcher, purser and flight attendants. Leave plan_id empty to get the latest dispatch. |
| get_impactsA | Performance sensitivity analysis: fuel and time impact of changing cruise altitude or cost index. Leave plan_id empty to get the latest dispatch. |
| get_full_flight_planA | Complete flight plan as raw JSON (all sections except navlog, notams and alternate navlog). Useful for deep analysis or accessing fields not covered by the other tools. Leave plan_id empty to get the latest dispatch. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Emanuele94/SimBrief-MCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server