GoVola connector
Search live GoVola flight offers from Claude, ChatGPT and other MCP clients. No account or sign-in is needed to search.
https://mcp.govola.com/mcp
What it does
The connector exposes two tools.
search_flights
Read-only. Searches live inventory for one to three origins and destinations, one-way or round trip, on exact dates. Supports up to nine travellers across adult, youth, child and infant, and economy, premium economy, business and first. Returns up to twenty options (ten by default) with the total price for the whole party, schedule, duration, stops and carrier.
prepare_booking
App-only. Runs when you press Book on GoVola in the results view, never from conversation. It validates a short-lived reference and opens the selected offer on govola.com to finish checkout. It does not purchase a ticket, charge you, or complete checkout in the chat.
Prices and availability are live and can change between the search and checkout.
Example prompts
Find flights from Bucharest to Barcelona on 24 October 2026, returning 28 October, for two adults.
Compare flights from Heathrow or Gatwick to JFK on 14 November 2026, business class.
Search flights from Warsaw to Rome on 6 December 2026 for two adults and one child.
Setup
All clients use the same hosted server. Nothing runs locally.
Claude web, Desktop and Teams
- Open Settings, then Connectors.
- Choose Add custom connector.
- Name it GoVola and paste the URL below. On Teams a workspace admin adds it for the organisation.
https://mcp.govola.com/mcp-anthropic
Claude Code
claude mcp add --transport http govola https://mcp.govola.com/mcp-anthropic
ChatGPT
Enable developer mode, then add a connector with this URL.
https://mcp.govola.com/mcp-openai
Cursor, VS Code, Cline, Goose and other MCP clients
{
"mcpServers": {
"govola": { "type": "http", "url": "https://mcp.govola.com/mcp" }
}
}
Gemini, Grok, Agentforce and text-only clients
These endpoints return results as text, without the interactive view.
Gemini https://mcp.govola.com/mcp-gemini Grok https://mcp.govola.com/mcp-xai Agentforce https://mcp.govola.com/mcp-salesforce Other https://mcp.govola.com/mcp-universal
Scope
Covered
- Live flight search by route, dates and travellers
- Whole-party pricing
- Schedule, duration, stops and carrier
- Handoff to GoVola checkout
Not covered
- Live flight status, gates and delays
- Airline, baggage or visa policy
- Hotels and other travel products
- Price alerts, fare history, monitoring
- Changing or cancelling existing bookings
Troubleshooting
- Give an unambiguous route: a city, or a named airport if you mean one specifically.
- Use exact future dates. A return date must be on or after departure.
- At most nine travellers, with infants no more than adults.
- At most three origins and three destinations per search.
- A provider outage is reported as an error, not an empty result. Try again shortly.
- Still stuck? Write to [email protected].