AllFlyghts MCP Server

MCP serverSearch

This is a location-based flight search tool for your AI. Once it is added, your AI can find more flights between any two places on earth. You name a starting point and a destination, and it brings back the flight options it finds.

Available today. Use it from your connected AI after setup.

After adding it, ask your AI to find flights between two places, such as your home city and where you want to go.

Then ask your AI: use AllFlyghts MCP Server

What your AI can do with it

  • Search flights between any two places on earth
  • Find more flight options between two places
  • Run flight searches based on locations
  • Look up flights when given a starting point and destination

From the project's README

As published by dev-allflyghts/mcp-server in README.md.

TypeScript MCP server for the AllFlyghts public API.

This repository is a standalone Node.js project. It exposes AllFlyghts data through MCP tools while keeping the public API key on the server side.

Using AllFlyghts via the hosted MCP server

Most users don't need to install or run this code. AllFlyghts runs a managed MCP server.

Visit for more info: https://www.allflyghts.com/developers/mcp Full docs: https://www.allflyghts.com/mcp

To use it, configure your MCP client (Claude Desktop, Cursor, etc.) to connect to this endpoint with your AllFlyghts API token in the Authorization header:

Authorization: Bearer <your-token>

Get your token at https://www.allflyghts.com/access/sign-in

This repository contains the source code of that hosted server, made public for transparency. You can also run it locally if you want — instructions below.

Tools

  • search_locations
  • get_city
  • search_flights

Requirements

  • Node.js 20+
  • An AllFlyghts public API base URL
  • An AllFlyghts public API key, provided either directly by environment variable or through Azure Key Vault

Environment

Required:

  • ALLFLYGHTS_PUBLIC_API_BASE_URL

Choose one API key source:

  • ALLFLYGHTS_PUBLIC_API_KEY
  • PUBLIC_API_KEY_VAULT_URL together with MCP_PUBLIC_API_KEY_SECRET_NAME

Optional:

  • MCP_AUTH_TOKEN
  • MCP_AUTH_TOKEN_SECRET_NAME
  • MCP_SERVER_NAME
  • MCP_SERVER_VERSION
  • MCP_TRANSPORT
  • PORT
  • MCP_ALLOWED_ORIGINS

If MCP_AUTH_TOKEN or MCP_AUTH_TOKEN_SECRET_NAME is configured for HTTP mode, callers must send:

Authorization: Bearer <token>

Install

npm install

Run

Stdio mode:

npm run dev:stdio

HTTP mode:

npm run dev:http

Production builds:

npm run build

Then start either transport from dist/:

npm run start:stdio
npm run start:http

Notes

  • Streamable HTTP creates a fresh MCP server and transport per request.
  • Secrets are resolved from Azure Key Vault when configured, with direct environment variables as a fallback.
  • Do not commit real API keys, auth tokens, or other secrets to this repository.

Signals

Last commit
May 2026
Advanced
Delivery
mcp-server MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-dev-allflyghts-mcp-server
Source
github.com/dev-allflyghts/mcp-server
Hosted endpoint
https://mcp.allflyghts.com/mcp