Skip to content

[MCP] Add Google Flights price intelligence MCP App dashboard#51

Merged
vm-serpapi merged 1 commit into
mainfrom
feat/mcp-app-flights
Jun 19, 2026
Merged

[MCP] Add Google Flights price intelligence MCP App dashboard#51
vm-serpapi merged 1 commit into
mainfrom
feat/mcp-app-flights

Conversation

@vm-serpapi

Copy link
Copy Markdown
Member

Changelog

  • Adds engine-specific interactive UI for google_flights via the existing search_dashboard tool. When engine=google_flights, the dashboard auto-dispatches to a dedicated flights view.
  • Introduces ENGINE_APP_BUILDERS dispatch map so future engine-specific dashboards only need to register a builder function.

@vm-serpapi vm-serpapi requested a review from adarshdigievo June 18, 2026 13:42
Adds engine-specific interactive UI for google_flights via the existing
search_dashboard tool. When engine=google_flights, the dashboard auto-
dispatches to a dedicated flights view featuring:

- Price history AreaChart (smooth curve from price_insights.price_history)
- Metrics row: lowest price, typical range, flights count, price level badge
- Sortable flights table (airline, route, departs, arrives, duration, stops, price)
- Click-to-expand detail panel (carbon emissions, trip type, full timing)

Introduces ENGINE_APP_BUILDERS dispatch map so future engine-specific
dashboards (jobs, shopping, etc.) only need to register a builder function.
@vm-serpapi vm-serpapi force-pushed the feat/mcp-app-flights branch from 83cb24a to 89bfc4a Compare June 18, 2026 13:43

@adarshdigievo adarshdigievo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @vm-serpapi

This works perfectly when tested using MCP Inspector. The search_dashboard app now adapts to the query. Tested this with a Google light search, and one-way as well as round-trip flight searches.

@vm-serpapi vm-serpapi merged commit 50b5c99 into main Jun 19, 2026
2 checks passed
@vm-serpapi vm-serpapi deleted the feat/mcp-app-flights branch June 19, 2026 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants