streamable-httpupdated 4mo ago
| Tool | Description | |------|-------------| | flightsearch | Search round-trip or one-way flights between airports. Returns best flights, pri | | cheapestflights | Find the cheapest flights across a full month. Returns price-sorted options with | | onewaysearch | Search one-way flights with all filters. | | multicity | Price a multi-city route with 2+ legs. Returns per-leg pricing and total cost ra | | pricecalendar | Weekly price calendar for a route. Find the cheapest week to fly. | | routecompare | Compare flight prices by airline for a route.
What can you do with flightoracle?
✈️ flightOracle
Travel MCP Server — 8 tools | Part of ToolOracle
Quick Connect
# Claude Desktop / Cursor / Windsurf
npx -y mcp-remote https://tooloracle.io/flight/mcp/
// claude_desktop_config.json
{
"mcpServers": {
"flightoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tooloracle.io/flight/mcp/"]
}
}
}
Tools (8)
| Tool | Description |
|---|---|
flight_search |
Search round-trip or one-way flights between airports. Returns best flights, pri |
cheapest_flights |
Find the cheapest flights across a full month. Returns price-sorted options with |
one_way_search |
Search one-way flights with all filters. |
multi_city |
Price a multi-city route with 2+ legs. Returns per-leg pricing and total cost ra |
price_calendar |
Weekly price calendar for a route. Find the cheapest week to fly. |
route_compare |
Compare flight prices by airline for a route. Shows cheapest per airline, stops, |
airport_hub |
Find airport IATA codes for a city. Returns nearby airports and common codes. |
health_check |
Server status, API connectivity, supported features. |
Pricing
| Tier | Rate Limit | Price |
|---|---|---|
| Free | 100 calls/day | €0 |
| Pro | 10,000 calls/day | €29/month |
| Enterprise | Unlimited | Custom |
Free tier includes all tools with rate limiting. Upgrade for higher limits and priority support.
Part of ToolOracle
flightOracle is one of 42 specialized MCP servers in the ToolOracle ecosystem — the largest collection of production-ready MCP tools for AI agents.
Related Oracles:
- FeedOracle — Evidence-grade compliance data infrastructure
- ToolOracle — 42 Oracles, 390+ MCP Tools
Links
- 🌐 Live:
https://tooloracle.io/flight/mcp/ - 📚 Docs: tooloracle.io/docs
- 🏠 Platform: tooloracle.io
Built by FeedOracle — Evidence by Design
Install
Add flightoracle to your client. Pick the one you use.
claude mcp add --transport http flightoracle https://tooloracle.io/flight/mcp/codex mcp add flightoracle --url https://tooloracle.io/flight/mcp/{
"mcpServers": {
"flightoracle": {
"url": "https://tooloracle.io/flight/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"flightoracle": {
"type": "http",
"url": "https://tooloracle.io/flight/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"flightoracle": {
"url": "https://tooloracle.io/flight/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"flightoracle": {
"serverUrl": "https://tooloracle.io/flight/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 tools
flightoracle exposes 8 tools to a connected agent.
- flight_search
- Search round-trip or one-way flights between airports. Returns best flights, pri
- cheapest_flights
- Find the cheapest flights across a full month. Returns price-sorted options with
- one_way_search
- Search one-way flights with all filters.
- multi_city
- Price a multi-city route with 2+ legs. Returns per-leg pricing and total cost ra
- price_calendar
- Weekly price calendar for a route. Find the cheapest week to fly.
- route_compare
- Compare flight prices by airline for a route. Shows cheapest per airline, stops,
- airport_hub
- Find airport IATA codes for a city. Returns nearby airports and common codes.
- health_check
- Server status, API connectivity, supported features.
Score
55 / 100
Adequate
- Documentation18/25
- Maintenance13/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 114 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Mar 18, 2026 |