Live · read-only · India

Flight search,
wired into your agent.

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…
Open access · no key required · just paste the URL and go
search_flights
 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_flights

Read

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.

origindestinationdeparture_date return_datepassengerscabin_class

Connect in three steps

1

Copy the endpoint at the top of this page.

2

Add it to your MCP client — no key, no setup.

3

Ask naturally — "Morning flights Delhi to Bangalore, 14 July, 2 people, business."

# claude_desktop_config.json
{
  "mcpServers": {
    "beepai": {
      "url": "…/mcp"
    }
  }
}