# Flight Agent Matrix

Search Google, Skyscanner, Skiplagged, Booking.com in real time. Get your API key at https://Infoseek.ai/mcp

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list InfoseekAI/flight-agent-matrix

# Get full schema for a tool
npx -y @smithery/cli@latest tool get InfoseekAI/flight-agent-matrix compare_flights_all_providers

# Call a tool
npx -y @smithery/cli@latest tool call InfoseekAI/flight-agent-matrix compare_flights_all_providers '{}'
```

## Direct MCP Connection

Endpoint: `https://flight-agent-matrix--infoseekai.run.tools`

## Tools (1)

- `compare_flights_all_providers` — Compare flights across Google Flights, Skyscanner, Booking.com, and skiplagged in one call. Use for exact-date flight c…

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

## Resources

- `ui://widgets/flight-agents`
