# Skyscanner

Scan the sky with real time Skyscanner search results.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add InfoseekAI/Skyscanner

# Browse available tools
npx -y @smithery/cli@latest tool list InfoseekAI/Skyscanner

# Get full schema for a tool
npx -y @smithery/cli@latest tool get InfoseekAI/Skyscanner search_flights_sky

# Call a tool
npx -y @smithery/cli@latest tool call InfoseekAI/Skyscanner search_flights_sky '{}'
```

## Direct MCP Connection

Endpoint: `https://skyscanner--infoseekai.run.tools`

## Tools (1)

- `search_flights_sky` — Search Skyscanner flights for a structured route request and return ranked options. Do not use this for flexible date s…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get InfoseekAI/Skyscanner <tool-name>
```

## Resources

- `ui://widgets/skyscanner-flights`
