← hello-amsterdam.com

INDIVIDUAL MCP TOOL

get_top_list

Returns the full contents of one published top-10 list by slug (e.g.

hello-amsterdam.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hello-amsterdam.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_top_list 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_top_lists — Returns all published Hello Amsterdam top-10 lists (best restaurants, bars, attractions, etc.) in Dutch or English.
  • get_top_list_items — Returns the ranked items of one published top list by slug, with rank, venue type, venue id, localized venue title and localized editorial note.
  • get_venue_top_list_badges — Checks whether a venue appears in any published top-10 list and returns the badges (list slug, localized title, rank) sorted by best rank first — the same data used for the on-site badge display on venue detail pages.
  • search_top_lists — Search published top-10 lists filtered by category group ('restaurants', 'attractions', or 'nightlife').