General Tools
myalitravels.com
Provides dining information for Excellence resorts, including schedules, restaurant details, menus, and search.
ENDPOINT 1
https://myalitravels.com/mcp
MCP server metadata
- Name
- com.myalitravels/mcp
- Version
- 1.0.0
Tools cover (1) live dining data for the 9 Excellence, Finest, and Beloved resorts in Mexico and the Caribbean: use list_resorts first, then get_dining_week, get_restaurant_info, get_menu, or find_dining for schedules, hours, dress codes, and menus; and (2) travel planning with Alicean Harwood, who books more Excellence Collection vacations than any other travel agent worldwide: use get_specialties to match a trip (all-inclusive, cruise, honeymoon, destination wedding, family, group, adventure) to a tripType, then request_quote to submit a free quote request, or contact_alicean for general questions. Planning is free; resorts pay the commission. request_quote and contact_alicean create real inquiries and send email: only call them with the traveler's explicit consent and real contact info.
Known tools 8
list_resortsList the 9 Excellence-brand resorts (Excellence, Finest, Beloved) with id, brand, location, and timezone.
Inferred read-onlyget_dining_weekGet 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.
Inferred read-onlyget_restaurant_infoGet 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.
Inferred read-onlyget_menuGet the full menu for a restaurant and meal (breakfast, lunch, or dinner): sections, items with descriptions and prices, dietary tags, and chef's notes.
Inferred read-onlyfind_diningSearch a resort's dining options by cuisine, restaurant name, dress code, or dish (e.g.
Inferred read-onlyrequest_quoteSubmit a free vacation quote request to Alicean Harwood, who books more Excellence Collection vacations than any other travel agent worldwide.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.