← Registry

API Tools

dine.mt

Provides access to restaurant data including search, details, categories, tags, and locations.

1 endpoint10 known toolsFirst detected June 29, 2026Last detected August 3, 2026

ENDPOINT 1

https://dine.mt/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://dine.mt/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dine-malta": {
      "type": "http",
      "url": "https://dine.mt/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dine-malta
Remote MCP URL: https://dine.mt/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://dine.mt/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "dine-malta",
  "transport": "streamable-http",
  "url": "https://dine.mt/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 dine.mt was fetched 2026-07-25T18:47:29.362Z and is being refreshed.

Trust status Trusted

dine.mt is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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