OctoTrip Flights MCP Server

Free, no-login flight search with real-time pricing from multiple airlines.

Remote serverstreamable-http

What is the OctoTrip Flights MCP server?

OctoTrip Flights MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Free, no-login flight search with real-time pricing from multiple airlines.

What you get

Free, no-login MCP server for searching and comparing flights with real-time pricing from multiple airlines and booking platforms worldwide.

What the assistant can call

Once OctoTrip Flights is connected, these are the calls the assistant has available:

  • Parameters — The Parameters tool exposed by this server

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. OctoTrip Flights's toolset — Parameters — is a fair guide to whether it matches your workflow. It is maintained by app.octotrip; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against OctoTrip Flights's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the octotrip flights mcp server does with a few real requests.

Available tools

ToolWhat it does
ParametersThe Parameters tool exposed by this server.

How to install the OctoTrip Flights MCP server

{
  "mcpServers": {
    "flights": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use OctoTrip Flights to Parameters.

Frequently asked questions

It connects OctoTrip Flights to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Parameters) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with OctoTrip Flights directly.