- Avolal Flight Search And Booking
Avolal Flight Search And Booking
Avolal MCP Server
Overview
What is Avolal MCP Server?
Avolal MCP Server is a Model Context Protocol server that enables AI assistants to search and book flights using natural language. Simply describe your trip in plain language—like "Barcelona to Madrid next Monday"—and get real-time flight results with prices, schedules, and direct booking links.
How to use Avolal MCP Server?
Install via your AI assistant's MCP configuration by adding the server URL https://www.avolal.com/api/mcp. Once configured, you can ask your AI assistant to search for flights using conversational requests. The server provides two main tools: search_flights to find available flights and refine_search to filter results by price, airline, stops, or time preferences.
Key features of Avolal MCP Server?
- Search flights using natural language queries
- Real-time flight data from multiple airlines
- Filter by price, airline, stops, departure/arrival times, and cabin class
- Support for round-trip and one-way flights
- Multi-passenger bookings (adults, children, infants)
- Direct booking links with auto-filled checkout
- Smart ranking (best flights, not just cheapest)
- Handles multi-airport cities automatically (e.g., TCI for Tenerife, LON for London)
Use cases of Avolal MCP Server?
- Booking routine business travel quickly without comparing multiple sites
- Finding flights for specific meeting times and locations
- Searching for family trips with multiple passengers
- Filtering flights by preferences (direct flights only, specific airlines, budget constraints)
- Comparing options for leisure travel planning
Installation
For Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"avolal": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://www.avolal.com/api/mcp"]
}
}
}
For Claude.ai (Web/App)
- Go to Settings → Connectors
- Click "+ Add Custom Integration"
- Name:
Avolal - URL:
https://www.avolal.com/api/mcp
For Claude Code
claude mcp add avolal -- npx -y mcp-remote https://www.avolal.com/api/mcp
For Cursor
Add to your mcp.json:
{
"mcpServers": {
"avolal": {
"url": "https://www.avolal.com/api/mcp"
}
}
}
Example Usage
Simple search:
"Find flights from Madrid to Barcelona tomorrow"
Round-trip with preferences:
"I need to fly to London next Monday, back Friday. Direct flights only, morning departures."
Refining results:
"Show me only Iberia flights under €200"
Multi-passenger:
"Find flights to Paris for 2 adults and 2 children in July"
FAQ
What airlines does Avolal support?
Avolal searches flights from major airlines worldwide through real-time flight data providers.
Do I need an API key?
No, Avolal MCP Server works without requiring any API keys for flight searches.
Can Avolal book flights directly?
Avolal provides direct booking links. When you click a booking link, you'll be taken to Avolal's checkout page with your flight details pre-filled for quick completion.
Does it support international flights?
Yes, Avolal supports both domestic and international flights worldwide.
Is Avolal free to use?
Yes, searching for flights through the MCP server is free. Booking fees (if any) are shown at checkout.
How current is the flight data?
Flight data is fetched in real-time, ensuring you see up-to-date prices and availability.
Server URL: https://www.avolal.com/api/mcp
Website: avolal.com
Support: Available through website contact form
Server Config
{
"mcpServers": {
"avolal": {
"url": "https://www.avolal.com/api/mcp"
}
}
}