https://github.com/hrishabhn/flight-mcp
https://github.com/hrishabhn/flight-mcp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hrishabhn/flight-mcp
- Owner: hrishabhn
- Created: 2025-04-05T22:59:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T12:36:37.000Z (6 months ago)
- Last Synced: 2025-04-06T13:32:49.782Z (6 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - hrishabhn/flight-mcp
- awesome-mcp-servers - **flight-mcp** - TypeScript-based `api` `http` `git` `github` `typescript` `npm install hrishabhn/flight-mcp` (Other)
- awesome-mcp-servers - **flight-mcp** - TypeScript-based `api` `http` `git` `github` `typescript` `npm install hrishabhn/flight-mcp` (Other)
README
# Travel Agent MCP
This is an implementation of the Model Context Protocol (MCP) for the [RapidAPI Skyscanner API](https://rapidapi.com/Champlion/api/skyscanner89). 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](https://modelcontextprotocol.io/quickstart/user) and add the following to the config:
```json
{
"mcpServers": {
"Travel Agent": {
"type": "stdio",
"command": "npx",
"args": ["supergateway", "--sse", "https://michelin-mcp.deno.dev"]
}
}
}
```