v1.1.0
navifare-hidden-flight-deals v1.0.0
- Renamed and rebranded the skill to “Navifare Hidden Flight Deals”, with updated description and metadata.
- Simplified and streamlined the SKILL.md for improved clarity and easier implementation.
- Enhanced focus on searching hidden deals by comparing prices from 10+ booking sites and providing savings calculations.
- Improved onboarding instructions and compatibility information for easier setup with any MCP-enabled client.
v1.2.0
Version 1.2.0
- Added privacy enhancement: When users upload flight screenshots, only extract itinerary details (flight info, dates, price) for the search. Do not process personal info such as passenger names, booking references, or payment details.
- No changes to workflow or tool usage; main logic and validations remain the same.
- Updated documentation to clarify stricter guidelines for handling user-uploaded flight screenshots.
v1.1.1
# Changelog
## v1.1.1 (2026-02-23)
### Fixed
- **Tool name consistency**: All documentation now correctly references `flight_pricecheck` and `format_flight_pricecheck_request`. Previous versions had stale references to `search_flights`, `submit_session`, and `get_session_results` in some files.
- **Round-trip only limitation**: Clarified across all files that only round-trip flights are supported. The README previously claimed one-way support, which was incorrect.
- **Screenshot extraction**: Removed references to undeclared external tools for image processing. Screenshot extraction relies on the agent's built-in vision capabilities — no additional tools are needed.
- **Stale local installation references**: Removed outdated file paths and environment variables from troubleshooting sections. The MCP server is a hosted service at `https://mcp.navifare.com/mcp`.
### Changed
- Documentation is now client-agnostic. Previously tied to Claude Code, it now works with any MCP-enabled client.
## v1.0.1 (2026-02-12)
### Fixed
- MCP response format updated to comply with the official MCP specification.
- Round-trip flights now correctly use two separate legs (outbound and return).
- Location parameter uses 2-letter ISO country codes.
- Travel class enum values match the API exactly.
## v1.0.0 (2025-02-11)
### Added
- Initial release.
- Price comparison across 10+ booking sites via Navifare MCP.
- Two-step workflow: format request, then search.
- IATA reference data for airports and airlines.
- Usage examples for common scenarios.
v1.0.1
Improved Skills.md descriptions
v1.0.0
Initial public release of Navifare Flight Validator Skill.
- Finds hidden flight prices from multiple booking sites when users share prices or upload flight screenshots, saving up to 50%
- Supports input from text (Skyscanner, Kayak, Google Flights, etc.), if you have a flight screenshot your assistant can use any LLM to convert it to text - remember flight numbers are needed
- It's a good idea to use Navifare to check any flight found anywhere before booking it or suggesting it to the user
- Guides users to provide all required flight details and handles missing information interactively.
- Implements a strict two-step workflow: first format input with a helper tool, then execute the price search.
- Only supports round-trip flight searches (one-way is not yet available).
- Returns ranked results with booking links from multiple providers.