Indian Flight Search MCP Server
by ravi-bytes
This MCP server aggregates flight information and deals from major Indian travel websites. It searches multiple providers simultaneously and finds the best prices including ongoing offers and bank deals.
Last updated: N/A
What is Indian Flight Search MCP Server?
This is an MCP (Model Context Protocol) server that aggregates flight information and deals from major Indian travel websites. It allows users to search for flights across multiple providers and find the best prices, including ongoing offers and bank deals.
How to use Indian Flight Search MCP Server?
To use this server, you need to clone the repository, install the dependencies (Node.js 16+ and npm/yarn), and start the server. You can then use the API endpoint /api/search-flights
to search for flights by providing the origin, destination, and dates in the request body.
Key features of Indian Flight Search MCP Server
Search flights across multiple providers
Find and apply best available offers and bank deals
Support for one-way and return trips
Extensible architecture for adding new providers
Use cases of Indian Flight Search MCP Server
Building a flight comparison website
Integrating flight search functionality into an existing application
Creating a travel booking platform
Automating flight price monitoring
FAQ from Indian Flight Search MCP Server
What travel websites are supported?
What travel websites are supported?
Currently, MakeMyTrip is supported. Cleartrip, EaseMyTrip, Yatra, Goibibo, and HappyFares are coming soon.
What are the prerequisites for running this server?
What are the prerequisites for running this server?
You need Node.js 16 or higher and npm or yarn.
How do I install the server?
How do I install the server?
Clone the repository, install dependencies using npm install
, and start the server using npm start
.
How do I search for flights?
How do I search for flights?
Send a POST request to /api/search-flights
with the required parameters (from, to, departDate, returnDate) in JSON format.
How can I contribute to this project?
How can I contribute to this project?
Contributions are welcome! Please feel free to submit a Pull Request.