Open-source MCP server

Flight search
for AI agents.

Give your AI assistant the ability to search flights, read fare rules, and hand off booking — with one MCP connection. 300+ airlines. Three tools. Works with Claude, OpenClaw, GPT, and any MCP client.

$claude mcp add skyroute
✈️
AI Assistant
SkyRoute MCP connected
connecting...
300+
Airlines
3
Tools
< 2s
Search time
MIT
Licensed

Three tools. Complete workflow.

Your agent calls them in order. Natural language in, structured data out.

1search_flights

Fuzzy airports ("Lisbon" → LIS), natural dates ("next Friday"), ranked results. Cheapest, fastest, or best value — pre-computed.

→ origin, destination, date, passengers, cabin

2get_flight_details

Fare rules in plain language. Change fees, cancellation policy, baggage, conditions — no airline jargon.

→ search_id, offer_id → rules, baggage, schedule

3book_flight

Hands off to checkout. Generates a booking redirect so the user completes payment outside the agent.

→ search_id, offer_id → booking redirect URL

Every response includes nextActions — the agent always knows what to call next.

Works the way you already talk.

No new interface to learn. Ask your AI assistant about flights. SkyRoute handles the rest.

STEP 01

Ask naturally

"Find me a cheap flight to Tokyo in April" — your agent understands context, dates, preferences.

STEP 02

Compare intelligently

"Which one is refundable?" — your agent calls get_flight_details and explains fare rules in plain English.

STEP 03

Book directly

"Book the ANA flight" — your agent generates a checkout link. You complete payment on the airline's site.

Connect in 30 seconds.

One endpoint. Works with any MCP-compatible client.

OpenClaw
1.Install the SkyRoute skill:
$openclaw skill install skyroute-mcp
2.Or add the MCP endpoint directly:
https://skyroute-mcp-production.up.railway.app/sse
3.Ask your bot: "Find flights to Lisbon"
Claude Desktop / CLI / Other

Add via Claude CLI:

$claude mcp add skyroute https://skyroute-mcp-production.up.railway.app/sse

Or add to any MCP client config:

{ "mcpServers": { "skyroute": { "url": "https://skyroute-mcp-production.up.railway.app/sse" } } }

Your agent. Real flights.

Open source. Free. Connect and search in 30 seconds.