I Know The Pilot
https://iknowthepilot.com.au/mcpskills: {'id': 'search_deals', 'name': 'search_deals', 'description': 'Search for currently active curated flight deals from Australia. Returns deals matching destination and/or price criteria. Deals are curated exceptional fares, not live inventory search.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_top_deals_from', 'name': 'list_top_deals_from', 'description': "List the cheapest currently active flight deals from a specific Australian airport. Great for answering 'what's cheap from Melbourne right now?'", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_deal', 'name': 'get_deal', 'description': 'Get full details for a specific flight deal including routes and airlines.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 1357.3ms; conformance: pass
How to connect
https://iknowthepilot.com.au/mcp
curl -X POST https://iknowthepilot.com.au/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'