Google Flights search with detailed flight info, price calendars, and airport lookup
Google Flights Tools gives AI agents real-time access to flight search data through a managed google flights api — covering thousands of routes, airlines, and fare classes globally, and delivering the same live availability and pricing that developers previously accessed only through a direct google airfare api or a paid third-party aggregator.
It acts as a standardized bridge between large language models and live flight availability data. Instead of providing generic travel advice or relying on a separate google flight api free integration, models can retrieve current fares, schedules, and airport data through a controlled MCP interface for any route and date combination.
By integrating Google Flights Tools, developers enable AI agents to:
• Search available flights between any origin and destination with search_flights — returning prices, durations, layover counts, airline names, and departure times • Access a date-grid view of prices across an entire month using search_flight_calendar — essential for finding the cheapest travel window without querying each date individually • Look up airport details including IATA codes, city names, and terminal information with search_airport • Build complete travel itineraries with real, bookable pricing rather than estimates
Built for travel assistant agents, itinerary planners, google flights api fare monitoring tools, flexible date search applications, business travel management pipelines, and any AI workflow that needs accurate, real-time airfare data through a managed google flights developer api integration.
Standardized bridge for real-time model context.
Connect this server to your local or remote agent environment.
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": [
"mcp-remote",
"https://connect.mcp360.ai/v1/google-flights/mcp?token=YOUR_API_KEY"
]
}
}
}What this MCP server can do for your AI agents.
Technical specifications for the 3 available protocol tools.
search_airport tool
Production-ready REST endpoints for custom integrations.
/api/v1/google-flightscurl "https://connect.mcp360.ai/api/v1/google-flights" \
-H "Authorization: Bearer YOUR_API_KEY"/api/v1/google-flights/{tool_name}curl -X POST "https://connect.mcp360.ai/api/v1/google-flights/search_airport" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "string"
}'To authenticate, include your API key in the Authorization header using the Bearer scheme. Alternatively, you can use the X-API-KEY header.
One hub for 100+ production-ready tools with centralized management.
Access 100+ MCP servers with a single authentication token.
Test and debug any MCP server instantly in our integrated environment.
One monthly subscription for all your AI tool integrations and credits.
Google Flights Tools is an MCP server that provides structured access to google flights tools capabilities through a standardized protocol, enabling AI models to retrieve and process real-time data.
Any model that supports MCP protocol including Claude (via Claude Desktop), GPT-4, Gemini, and open-source LLMs through compatible frameworks.
The server supports OAuth 2.0 authentication with API keys. You'll receive credentials upon registration which can be configured in your MCP client.
Yes, rate limits apply based on your subscription tier. Free tier includes generous limits for development, with higher limits available in paid plans.
Absolutely. Google Flights Tools is designed for production use with enterprise-grade reliability, security, and performance.
Start building production-ready AI agent integrations in minutes with standardized protocol access.