Skip to content

hrishabhn/flight-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel Agent MCP

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.

Tools

  • getDate - Get the current date.
  • flightsAutoComplete - Get airport data from the given query.
  • flightsOneWay - Get one-way flight data from the given query.

Running in Claude

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"]
        }
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors