← letsfg.co

INDIVIDUAL MCP TOOL

search_hotels

Search for hotels in a city or near coordinates.

letsfg.conone 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

letsfg.co

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.letsfg-co]
url = "https://letsfg.co/developers/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "letsfg-co": {
      "type": "http",
      "url": "https://letsfg.co/developers/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "letsfg-co": {
      "type": "http",
      "url": "https://letsfg.co/developers/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "letsfg-co",
  "transport": "streamable-http",
  "url": "https://letsfg.co/developers/api/mcp"
}
MCP Inspector

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

Related tools

  • search_flights — Search for flights between any two cities/airports worldwide.
  • resolve_location — Convert a city or airport name to IATA codes for use in flight search.
  • unlock_flight_offer — Confirm live price and reserve a flight offer for 30 minutes.
  • book_flight — Book an unlocked flight.
  • setup_payment — Attach a payment card.
  • get_agent_profile — View your agent profile — payment status and usage stats.
  • link_github — Optional, cosmetic only — link your GitHub account to be credited as a supporter.