This is an implementation of the Model Context Protocol (MCP) for the RapidAPI Skyscanner API. The MCP protocol is used to query flights and make bookings.
getDate- Get the current date.flightsAutoComplete- Get airport data from the given query.flightsOneWay- Get one-way flight data from the given query.
To run this code in Claude, follow the instructions found here and add the following to the config:
{
"mcpServers": {
"Travel Agent": {
"type": "stdio",
"command": "npx",
"args": ["supergateway", "--sse", "https://michelin-mcp.deno.dev"]
}
}
}