
Connects Claude to Google Flights data for comprehensive flight search capabilities. You get tools for standard flight searches, finding the cheapest travel dates for a route, comparing prices across airlines, and planning multi-city itineraries. Reach for this when you're building travel planning workflows or need to pull live flight pricing into your agent without managing multiple airline APIs yourself. The streamable HTTP transport means you can run it remotely via tooloracle.io rather than installing locally, which keeps setup minimal if you're prototyping or don't want to deal with API credentials.
Travel MCP Server — 8 tools | Part of ToolOracle
# Claude Desktop / Cursor / Windsurf
npx -y mcp-remote https://tooloracle.io/flight/mcp/
// claude_desktop_config.json
{
"mcpServers": {
"flightoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tooloracle.io/flight/mcp/"]
}
}
}
| Tool | Description |
|---|---|
flight_search | Search round-trip or one-way flights between airports. Returns best flights, pri |
cheapest_flights | Find the cheapest flights across a full month. Returns price-sorted options with |
one_way_search | Search one-way flights with all filters. |
multi_city | Price a multi-city route with 2+ legs. Returns per-leg pricing and total cost ra |
price_calendar | Weekly price calendar for a route. Find the cheapest week to fly. |
route_compare | Compare flight prices by airline for a route. Shows cheapest per airline, stops, |
airport_hub | Find airport IATA codes for a city. Returns nearby airports and common codes. |
health_check | Server status, API connectivity, supported features. |
| Tier | Rate Limit | Price |
|---|---|---|
| Free | 100 calls/day | €0 |
| Pro | 10,000 calls/day | €29/month |
| Enterprise | Unlimited | Custom |
Free tier includes all tools with rate limiting. Upgrade for higher limits and priority support.
flightOracle is one of 42 specialized MCP servers in the ToolOracle ecosystem — the largest collection of production-ready MCP tools for AI agents.
Related Oracles:
https://tooloracle.io/flight/mcp/Built by FeedOracle — Evidence by Design