Give Claude, ChatGPT, or any MCP client the power to search real Indian flights in plain language. It searches — it never books, holds, or charges.
loading…
› call search_flights { origin:"DEL", destination:"BLR", departure_date:"2026-07-14", passengers:2 } ✓ 200 // display-safe · no trace_id { "count": 8, "flights": [ { "airline_name":"IndiGo", "price":5421, "departure_time":"06:10", "stops":0 }, … ] }
Tools exposed over MCP
Search available flights between two Indian airports on a date. Returns airline, times, duration, stops and price (INR). Round trips tag each leg outbound / inbound.
Connect in three steps
Copy the endpoint at the top of this page.
Add it to your MCP client — no key, no setup.
Ask naturally — "Morning flights Delhi to Bangalore, 14 July, 2 people, business."
# claude_desktop_config.json { "mcpServers": { "beepai": { "url": "…/mcp" } } }