Connection check
local install
southwest
MCP server for Southwest Airlines - search flights, manage bookings
Tools
10
GitHub stars
2
Installs / wk
—
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
10 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
cancel_reservation
from source
Cancel a Southwest Airlines reservation. Southwest issues refunds as travel funds (no change or cancellation fees). Set confirm=true only after explicit user confirmation. Cancel a Southwest Airlines reservation. Southwest issues refunds as travel funds (no change or cancellation fees). Set confirm=true only after explicit user confirmation.
check_in
from source
Check in for a Southwest Airlines flight. Southwest opens check-in exactly 24 hours before departure. Returns boarding position (e.g., A32). Check in for a Southwest Airlines flight. Southwest opens check-in exactly 24 hours before departure. Returns boarding position (e.g., A32).
get_flight_details
from source
Get detailed information about a specific Southwest flight including stops, aircraft, and fare options. Get detailed information about a specific Southwest flight including stops, aircraft, and fare options.
get_flight_status
from source
Get real-time Southwest flight status including delays, gate information, and estimated departure/arrival times. Get real-time Southwest flight status including delays, gate information, and estimated departure/arrival times.
get_rapid_rewards
from source
Get Rapid Rewards account balance, tier status (A-List, A-List Preferred, Companion Pass), and recent activity for the logged-in user. Get Rapid Rewards account balance, tier status (A-List, A-List Preferred, Companion Pass), and recent activity for the logged-in user.
get_reservations
from source
View upcoming trips and reservations linked to the logged-in Rapid Rewards account. View upcoming trips and reservations linked to the logged-in Rapid Rewards account.
login
from source
Initiate Southwest Rapid Rewards login flow. Returns a URL and instructions for the user to complete login manually. After logging in, use status to verify. Initiate Southwest Rapid Rewards login flow. Returns a URL and instructions for the user to complete login manually. After logging in, use status to verify.
logout
from source
Clear saved Southwest Rapid Rewards session and cookies. Use this to log out or reset authentication state. Clear saved Southwest Rapid Rewards session and cookies. Use this to log out or reset authentication state.
search_flights
from source
Search for Southwest Airlines flights. Returns available flights with prices, times, stops, and fare options. Southwest does not charge change fees. Search for Southwest Airlines flights. Returns available flights with prices, times, stops, and fare options. Southwest does not charge change fees.
status
from source