
ALLFLYGHTS
Let your coding agent search geo-based flight routes and options between any two places while you build travel, logistics, or itinerary features.
Overview
ALLFLYGHTS is a Build-phase MCP server that lets AI assistants run geo-based flight searches between two places via a hosted streamable-http endpoint.
What is this MCP server?
- Streamable HTTP remote MCP at mcp.allflyghts.com—no local server binary required
- Geo-based flight search between arbitrary places on earth
- Bearer token auth via ALLFLYGHTS developer dashboard
- Published server schema 2025-09-29 with version 1.0.0
- GitHub source at dev-allflyghts/mcp-server with website allflyghts.com
- Server version 1.0.0 in published server.json
- Single required secret header: Authorization Bearer token
- One streamable-http remote URL: https://mcp.allflyghts.com/mcp
What problem does it solve?
You want flight route data inside an agent workflow without building and maintaining your own aviation search integration from scratch.
Who is it for?
Indie builders adding itinerary, relocation, or logistics features who already use MCP and can register an ALLFLYGHTS developer token.
Skip if: Teams that need full GDS pricing, ticketing, or compliance-heavy travel commerce without a separate booking stack.
What do I get? / Deliverables
After you add the remote MCP URL and Bearer token, your agent can query ALLFLYGHTS for flights between locations while you implement travel or logistics features.
- Agent-callable flight search between specified places
- Configured remote MCP entry pointing at mcp.allflyghts.com
- Reusable integration pattern for itinerary or logistics backends
Recommended MCP Servers
Journey fit
Flight lookup is wired into the product during implementation, not during early idea research or post-launch ops. ALLFLYGHTS is an external API bridge—canonical shelf is third-party integrations for agent-assisted backends.
How it compares
Hosted flight-search MCP integration, not a local dev skill or generic web scraper.
Common Questions / FAQ
Who is ALLFLYGHTS for?
Solo and small-team developers building travel, logistics, or map-adjacent products who want Claude Code or Cursor to call a dedicated flight-search API through MCP.
When should I use ALLFLYGHTS?
Use it during Build when you are wiring real flight discovery into an app or agent demo and have an ALLFLYGHTS Bearer token from the developer dashboard.
How do I add ALLFLYGHTS to my agent?
Register the remote MCP URL https://mcp.allflyghts.com/mcp in your client, set Authorization to Bearer plus your token from https://www.allflyghts.com/developers, and reconnect the agent.