@striderlabs/mcp-american
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| statusA | Check American Airlines login status and AAdvantage session info. Use this to verify authentication before performing other actions. |
| loginA | Initiate American Airlines login flow. Opens aa.com so the user can log in manually with their AAdvantage credentials. After logging in, call status to verify and save the session. |
| logoutA | Clear saved American Airlines session and cookies. Use this to log out or reset authentication state. |
| search_flightsA | Search for flights on American Airlines (aa.com). Returns flight options with flight numbers, times, stops, aircraft, and fares. |
| get_flight_detailsA | Get detailed information about a specific flight from search results, including connection info, aircraft type, baggage policy, and fare rules. |
| select_flightA | Select an outbound (and optionally a return) flight after searching. This adds the flight to your booking session. |
| get_seat_mapA | View the seat map for the selected flight showing available and occupied seats, seat types (Main Cabin Extra, Preferred, First), and fees. |
| select_seatsA | Choose seats for passengers on the selected flight. Use get_seat_map first to see available seats. |
| add_bagsA | Add checked baggage to the booking. AA charges per bag per segment. |
| checkoutA | Complete the American Airlines booking. IMPORTANT: Set confirm=true only after getting explicit user confirmation. Without confirm=true returns a preview. |
| get_reservationB | Look up an existing American Airlines reservation by record locator (confirmation code). |
| modify_tripA | Change flights on an existing American Airlines reservation. Initiates the flight change flow — use search_flights to find new options. |
| cancel_tripA | Cancel an American Airlines reservation. IMPORTANT: Set confirm=true only after explicit user confirmation. Without confirm=true returns a preview. |
| check_inA | Complete online check-in for an American Airlines flight. Available starting 24 hours before departure. |
| get_boarding_passA | Retrieve digital boarding passes for a checked-in flight. Requires prior check-in. |
| get_aadvantageA | Check AAdvantage miles balance, elite status, and account summary. Requires being logged in. |
| upgrade_requestA | Request an upgrade on an American Airlines flight using miles or elite status. Returns eligibility and waitlist position if available. |
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/markswendsen-code/mcp-american'
If you have feedback or need assistance with the MCP directory API, please join our Discord server