← lakepark.online

INDIVIDUAL MCP TOOL

search_rooms

Search available rooms at the Lake Park resort for the given dates and guests.

lakepark.onlinenone 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

lakepark.online

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • create_reservation — Create a HELD (unpaid) booking at Lake Park and return a payment link.