← Registry

Productivity

mink.is

Manages appointment booking and pricing for the Mink Viking Experience.

1 endpoint5 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mink.is/wp-json/mink-mcp/v1/mcp

No auth detected

MCP server metadata

Name
mink-viking-experience
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

Mink Viking Experience is a private indoor Viking portrait photography studio at Laugavegur 11, Reykjavik, Iceland. Use check_availability to find open slots for a specific date, find_next_available to scan multiple days, get_pricing for current rates, and get_business_info for hours and location. Read mink://summary for a complete knowledge base including 82 FAQ answers. This server cannot create bookings — direct users to the returned booking_url to complete their reservation at mink.is/booknow.

Known tools 5

check_availability

Check real-time appointment availability for a specific date.

Inferred read-only
find_next_available

Scan upcoming days and return the first N dates that have available slots.

Inferred read-only
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.

Inferred read-only
get_business_info

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

Potential side effects
get_booking_url

Generate a pre-filled booking URL that opens mink.

Inferred read-only

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.mink-viking-experience]
url = "https://mink.is/wp-json/mink-mcp/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mink-viking-experience": {
      "type": "http",
      "url": "https://mink.is/wp-json/mink-mcp/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mink-viking-experience
Remote MCP URL: https://mink.is/wp-json/mink-mcp/v1/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": {
    "mink-viking-experience": {
      "url": "https://mink.is/wp-json/mink-mcp/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mink-viking-experience": {
      "type": "http",
      "url": "https://mink.is/wp-json/mink-mcp/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mink-viking-experience",
  "transport": "streamable-http",
  "url": "https://mink.is/wp-json/mink-mcp/v1/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 mink.is was fetched 2026-08-23T20:02:18.138Z.

Trust status Trusted

mink.is is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.