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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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