Content Tools
hello-amsterdam.com
Provides access to curated top-10 lists of venues in Amsterdam, including restaurants, bars, and attractions, with search and badge features.
ENDPOINT 1
https://hello-amsterdam.com/mcp
MCP server metadata
- Name
- hello-amsterdam-mcp
- Version
- 0.1.0
Tools for Hello Amsterdam, a bilingual (NL/EN) field guide to Amsterdam. Use `list_top_lists` to discover the published top-10 lists (best restaurants, bars, cocktailbars, clubs, brown cafés, wine bars, attractions), then `get_top_list` with a slug to fetch the ranked venues, addresses, coordinates and detail-page URLs.
Known tools 5
list_top_listsReturns all published Hello Amsterdam top-10 lists (best restaurants, bars, attractions, etc.) in Dutch or English.
Inferred read-onlyget_top_list_itemsReturns the ranked items of one published top list by slug, with rank, venue type, venue id, localized venue title and localized editorial note.
Inferred read-onlyget_venue_top_list_badgesChecks 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.
Inferred read-onlysearch_top_listsSearch published top-10 lists filtered by category group ('restaurants', 'attractions', or 'nightlife').
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hello-amsterdam.com was fetched 2026-08-03T14:24:02.520Z and is being refreshed.
hello-amsterdam.com is assessed as RestrictedContent: Domain runs technology categorized as adult content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.