Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Mink Viking Experience

is.mink/viking-experience

Real-time booking, 7-currency pricing, and FAQ for Reykjavik's Viking portrait photo studio.

Uptime
100.0%
1 direct probes · 30d
Response
5393ms
last probe
Tools
5
callable
Resources
4
readable
Prompts
1
available

Tools · 5

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 t…

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.

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-currenc…

get_business_info

Return business operating hours, full street address, GPS coordinates, phone, email, and booking policy for Mink Viking Experience in Reykjavik.

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 check…

Resources · 4

mink-summary

Complete knowledge base covering about, pricing, FAQ, corporate, contact, and availability API. Mirrors https://mink.is/llms-full.txt.

mink://summary
faq-english

82 frequently asked questions in English covering booking, pricing, cancellation, photos, and the experience itself.

mink://faq/en
faq-icelandic

82 frequently asked questions in Icelandic.

mink://faq/is
terms

Cancellation policy, photo rights, payment methods, and privacy references.

mink://terms

Prompts · 1

plan_reykjavik_day

Help a visitor plan a day in Reykjavik that includes the Mink Viking Experience. Uses check_availability and the mink://summary resource.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mink_viking_experience": {
      "url": "https://mink.is/wp-json/mink-mcp/v1/mcp",
      "transport": "streamable-http"
    }
  }
}