---
name: "xpay-flight-search-discover-flights"
description: "Discover flight deals and travel inspiration. Get popular routes, find alternative nearby airports for better deals, or browse special offers from an origin city. Great for flexible travel planning."
version: "1.0.0"
price: "$0.01/call"
provider: "Flight Search"
---

# Discover Flights

Discover flight deals and travel inspiration. Get popular routes, find alternative nearby airports for better deals, or browse special offers from an origin city. Great for flexible travel planning.

**Provider:** Flight Search
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to discover flight deals and travel inspiration. get popular routes, find alternative nearby airports for better deals, or browse special offers from an origin city. great for flexible travel planning.. This is part of the Flight Search provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 3+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("flight-search/discover_flights")`
2. **`xpay_run`** — Execute: `xpay_run("flight-search/discover_flights", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `type` | string | Yes |  |
| `options` | object | No |  |
| `origin` | string | No | IATA code for the origin airport (e.g., 'LAX'). |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Flight Search (all tools)](https://xpay.tools/skills/flight-search/SKILL.md) — 4 tools
- [Search Flights](https://xpay.tools/skills/flight-search/search-flights/SKILL.md) — $0.01/call
- [Search Calendar](https://xpay.tools/skills/flight-search/search-calendar/SKILL.md) — $0.01/call
- [Get Reference Data](https://xpay.tools/skills/flight-search/get-reference-data/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/flight-search/discover-flights/
- Provider: https://xpay.tools/flight-search/
- All tools: https://xpay.tools/explore
