← Registry

General Tools

menu.lc

Search and retrieve detailed restaurant information including categories, tags, locations, and reviews.

1 endpoint10 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://menu.lc/mcp

No auth detected

MCP server metadata

Name
DINE Malta
Version
1.0.0
Capabilities
toolsresourcesprompts

Known tools 10

search-restaurants

Search and filter restaurants.

Inferred read-only
get-restaurant

Get full details for a restaurant by slug or ID, including categories, tags, hours, reviews, and images.

Inferred read-only
list-categories

List all restaurant categories with restaurant counts.

Inferred read-only
list-tags

List all tags with restaurant counts.

Inferred read-only
list-locations

List all available locations with restaurant counts.

Inferred read-only
get-opening-hours

Get opening hours, date overrides, and upcoming events for a restaurant.

Inferred read-only
search-map

Get GeoJSON FeatureCollection of restaurant map markers.

Inferred read-only
list-articles

List published articles, paginated.

Inferred read-only
get-article

Get full article content by slug.

Inferred read-only
list-faqs

List all published FAQs ordered by sort order.

Inferred read-only

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

Trust status Neutral

menu.lc is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.