Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by arjunprabhulal • Uncategorized
An MCP client that uses Google's Gemini 2.5 Pro with function calling to perform natural language flight searches via the mcp-flight-search tool.
Convert natural language flight search queries into structured API calls automatically.
Integrate Google Gemini's function calling capabilities with external MCP tools.
Perform real-time flight searches using SerpAPI data via an MCP server.
This project demonstrates integration of Google's Gemini 2.5 Pro model with the mcp-flight-search MCP tool to enable natural language flight search queries. It automatically extracts search parameters from user input using Gemini's function calling, executes flight searches through the MCP server communicating with SerpAPI, and displays formatted results. The client uses stdio communication to interact with the MCP server and supports asynchronous operations for efficient processing.