Productivity
mink.is
Manages appointment booking and pricing for the Mink Viking Experience.
ENDPOINT 1
https://mink.is/wp-json/mink-mcp/v1/mcp
MCP server metadata
- Name
- mink-viking-experience
- Version
- 1.0.0
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
find_next_availableScan upcoming days and return the first N dates that have available slots.
Inferred read-onlyget_pricingReturn 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-onlyget_business_infoReturn business operating hours, full street address, GPS coordinates, phone, email, and booking policy for Mink Viking Experience in Reykjavik.
Potential side effectsCONNECT 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.
mink.is is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.