← lieflat.co
INDIVIDUAL MCP TOOL
search_deals
Search nonstop, round-trip BUSINESS-class flight deals from US cities, each rated vs the route's own price history.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lieflat-co]
url = "https://lieflat.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lieflat-co": {
"type": "http",
"url": "https://lieflat.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lieflat-co
Remote MCP URL: https://lieflat.co/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lieflat-co": {
"url": "https://lieflat.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lieflat-co": {
"type": "http",
"url": "https://lieflat.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lieflat-co",
"transport": "streamable-http",
"url": "https://lieflat.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
discover_destinations— Where can I go?list_airports— Map of IATA airport code -> city/country covered by lie flat.create_price_watch— Set a price watch: alert when a business-class deal matching the filters appears at/under a target price.check_price_watch— Poll a price watch by watch_token.cancel_price_watch— Cancel a price watch by watch_token.price_trends— Is now a good time to buy?get_deal— Full detail for one deal by deal_hash — itinerary times, value rating, and all booking options.