← fareeagle.com
INDIVIDUAL MCP TOOL
get_airport_info
Get airport guide: terminals, transport to city (metro, bus, taxi with costs), facilities (lounges, WiFi, food), operating airlines, parking, and tips.
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.fareeagle-com]
url = "https://www.fareeagle.com/mcp/server"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fareeagle-com": {
"type": "http",
"url": "https://www.fareeagle.com/mcp/server"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fareeagle-com
Remote MCP URL: https://www.fareeagle.com/mcp/server
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": {
"fareeagle-com": {
"url": "https://www.fareeagle.com/mcp/server"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fareeagle-com": {
"type": "http",
"url": "https://www.fareeagle.com/mcp/server"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fareeagle-com",
"transport": "streamable-http",
"url": "https://www.fareeagle.com/mcp/server"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_flights— Search flights between two cities and return cheapest options with booking links.search_hotels— Search hotels in a city and return options with star ratings, prices per night in INR, and booking links.search_buses— Search buses between two Indian cities.get_airline_info— Get airline details: web check-in link, PNR status link, baggage allowance, cancellation policy, fleet, hubs.prepare_booking— Confirm fare and prepare a flight booking.create_booking— Create flight booking with passenger details.prepare_hotel_booking— Confirm hotel room availability and price.create_hotel_booking— Create hotel booking with guest details.