is.mink/viking-experience
Official5 toolsMink Viking Experience
Real-time booking, 7-currency pricing, and FAQ for Reykjavik's Viking portrait photo studio.
Real-time booking and pricing system for Reykjavik's Viking portrait photo studio.
Captured live from the server via tools/list.
check_availability
Check real-time appointment availability for a specific date. Returns available start times in 24-hour HH:MM format, session duration, a pre-filled booking URL, and pricing. An empty slot list means the date is fully booked, not an error. Prices are returned in EUR (base) plus an optional secondary currency of the caller's choice.
Parameters (3)
- datestringrequired
Date to check in YYYY-MM-DD format. Must be today or future, within 60 days.
- participantsinteger
Number of people attending the session (1-20). Defaults to 1.
- currencystring
Optional ISO 4217 currency code to use as the secondary display currency alongside EUR (e.g. USD, GBP, CAD, AUD, CNY, ISK). Defaults to ISK (Mink's local currency). Invalid codes silently fall back to ISK. The full multi-currency breakdown is always available in the structured response.
find_next_available
Scan upcoming days and return the first N dates that have available slots. Use this when a visitor has no specific date in mind or when a requested date is fully booked.
Parameters (5)
- participantsinteger
Number of people attending.
- days_aheadinteger
How many days ahead to scan (max 14).
- max_datesinteger
Maximum number of dates to return (max 5).
- start_datestring
Optional starting date (YYYY-MM-DD) for the scan. Defaults to today.
- currencystring
Optional ISO 4217 currency code for the pricing display on each matched date. Defaults to ISK. Invalid codes silently fall back to ISK.
get_pricing
Return current pricing for the Mink Viking Experience including per-person rates, print pricing, gift card validity, and what is included in every session. Rates are live from the shop's multi-currency exchange-rate cache (WCML).
Parameters (1)
- currencystring
Optional ISO 4217 currency code for the primary display currency (e.g. USD, GBP, CAD, AUD, CNY, ISK). EUR is always included as the base. Defaults to ISK. Invalid codes silently fall back to ISK.
get_business_info
Return business operating hours, full street address, GPS coordinates, phone, email, and booking policy for Mink Viking Experience in Reykjavik.
No parameters.
get_booking_url
Generate a pre-filled booking URL that opens mink.is/booknow with the date and participant count already selected. Use this as the final step in a booking conversation to hand the visitor off to checkout.
Parameters (2)
- datestringrequired
Date in YYYY-MM-DD format.
- participantsinteger
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"viking-experience": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mink.is/wp-json/mink-mcp/v1/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.