← skiplagged.com

INDIVIDUAL MCP TOOL

sk_resolve_location

Resolve latitude and longitude to the IATA code of nearest airport and city information

skiplagged.comnone authenticationAvailability not checked

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

skiplagged.com

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.skiplagged-mcp]
url = "https://mcp.skiplagged.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "skiplagged-mcp": {
      "type": "http",
      "url": "https://mcp.skiplagged.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: skiplagged-mcp
Remote MCP URL: https://mcp.skiplagged.com/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": {
    "skiplagged-mcp": {
      "url": "https://mcp.skiplagged.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "skiplagged-mcp": {
      "type": "http",
      "url": "https://mcp.skiplagged.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "skiplagged-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.skiplagged.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • sk_flights_search — Search Skiplagged for flights between specific locations with filtering options for passengers, fare class, stops, airlines, and timing preferences
  • sk_destinations_anywhere — Find cheapest destinations from a departure city when flexible about where to go.
  • sk_flex_departure_calendar — Generate a flexible calendar of the lowest one-way fares around a chosen departure, returning date → cheapest-price entries to help pick the best day to fly.
  • sk_flex_return_calendar — Generate a flexible round-trip price calendar for a fixed-length stay around a chosen travel window.
  • sk_hotels_search — Search Skiplagged for hotels in a city with specific check-in and check-out dates, including ratings and pricing.
  • sk_cars_search — Search Skiplagged for rental cars between pickup and dropoff locations/dates, returning prices, companies, and car details.
  • sk_hotel_details — Fetch room-level availability, pricing, and amenities for a specific hotel and stay dates.
  • sk_faq_search — Search FAQ for relevant answers about Skiplagged - company, stuff, its products, and policies.