Geo-based flight search MCP server. Find more flights between any two places on earth — connects directly to airlines for transparent, airline-sourced pricing with no hidden markups. Three tools: search_locations, get_city, search_flights. Supports one-way, return, and multi-city itineraries.
Server Config
{
"mcpServers": {
"allflyghts": {
"type": "http",
"url": "https://mcp.allflyghts.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
}