Back to Apps

FlightFinder
Supports UIby wolfiesch
Search flights and hotels without API keys using Kiwi and Xotelo data for AI agents.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI agents to real-time travel data, allowing them to search for the cheapest flights, find hotels in major cities, and calculate estimated total trip costs without requiring any user-provided API keys.
Tools
search_flights: Find one-way flights including "anywhere" destination searches.search_roundtrip: Find round-trip flights with specified trip durations.find_location: Look up airport and city codes.search_hotels: Search for hotels by location with price and rating filters.search_trip: Combined search for both flights and hotels in one call.
Installation
Install the package with MCP support:
pip install flightfinder[mcp]
Then add to your MCP config:
{
"mcpServers": {
"flightfinder": {
"command": "python",
"args": ["-m", "flightfinder.mcp_server"]
}
}
}
Supported hosts
- claude
Quick install
pip install flightfinder[mcp]Information
- Pricing
- free
- Published
- 7/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the python -m flightfinder.mcp_server command to your claude_desktop_config.json





