← myalitravels.com

INDIVIDUAL MCP TOOL

get_menu

Get the full menu for a restaurant and meal (breakfast, lunch, or dinner): sections, items with descriptions and prices, dietary tags, and chef's notes.

myalitravels.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://myalitravels.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_menu and invoke it with your own arguments.

Indexed 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 server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_resorts — List the 9 Excellence-brand resorts (Excellence, Finest, Beloved) with id, brand, location, and timezone.
  • get_dining_week — Get this week's dining schedule for a resort: which restaurants serve breakfast, lunch, and dinner each day, with an is_today marker and data freshness timestamp.
  • get_restaurant_info — Get details for one restaurant at a resort: hours, cuisine, dress code (including long-pants / collared-shirt requirements), reservation policy, upcharges, which meals it serves, and a photo URL.
  • find_dining — Search a resort's dining options by cuisine, restaurant name, dress code, or dish (e.g.
  • get_specialties — Alicean Harwood's travel-planning specialties and services.
  • request_quote — Submit a free vacation quote request to Alicean Harwood, who books more Excellence Collection vacations than any other travel agent worldwide.
  • contact_alicean — Send a message to Alicean Harwood (contact form).