General Tools
menu.lc
Search and retrieve detailed restaurant information including categories, tags, locations, and reviews.
ENDPOINT 1
https://menu.lc/mcp
MCP server metadata
- Name
- DINE Malta
- Version
- 1.0.0
Known tools 10
get-restaurantGet full details for a restaurant by slug or ID, including categories, tags, hours, reviews, and images.
Inferred read-onlyget-opening-hoursGet opening hours, date overrides, and upcoming events for a restaurant.
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.dine-malta]
url = "https://menu.lc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dine-malta": {
"type": "http",
"url": "https://menu.lc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dine-malta
Remote MCP URL: https://menu.lc/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": {
"dine-malta": {
"url": "https://menu.lc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dine-malta": {
"type": "http",
"url": "https://menu.lc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dine-malta",
"transport": "streamable-http",
"url": "https://menu.lc/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for menu.lc was fetched 2026-08-24T04:38:29.303Z.
menu.lc is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.