General Tools
vasterasdestilleri.com
Provides access to a bar's upcoming events, cocktail recipes, and product listings.
ENDPOINT 1
https://www.vasterasdestilleri.com/mcp
MCP server metadata
- Name
- vasteras-destilleri
- Version
- 0.2.0
Verktyg för Västerås Destilleri (destilleri i Västerås). Använd list_upcoming_events för att hitta kommande tastings/event, list_cocktails för recept, list_products för sortimentet.
Known tools 3
list_upcoming_eventsReturnerar publicerade, kommande event (tastings, kurser, mingel) med titel, starttid, pris och antal platser kvar.
Inferred read-onlylist_cocktailsReturnerar publicerade cocktailrecept med namn, slug och kort beskrivning.
Inferred read-onlylist_productsReturnerar aktiva produkter i sortimentet med namn, slug, kategori och pris i SEK.
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.vasteras-destilleri]
url = "https://www.vasterasdestilleri.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vasteras-destilleri": {
"type": "http",
"url": "https://www.vasterasdestilleri.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vasteras-destilleri
Remote MCP URL: https://www.vasterasdestilleri.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": {
"vasteras-destilleri": {
"url": "https://www.vasterasdestilleri.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vasteras-destilleri": {
"type": "http",
"url": "https://www.vasterasdestilleri.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vasteras-destilleri",
"transport": "streamable-http",
"url": "https://www.vasterasdestilleri.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.