SnowSure — Snow & Ski
Rank #59,447ai.snowsure/snow
Live ski snow, multi-model forecasts, powder rankings & a grounded Answer Engine for 500+ resorts.
SnowSure — Snow & Ski is a Model Context Protocol (MCP) server published by mikeslone. It ranks #59,447 of 115,591 servers tracked on MCP Toplist. SnowSure — Snow & Ski is listed on Official MCP, with 1 tracked version. It was first listed on Jul 2, 2026 and most recently updated on Jul 2, 2026.
Ranks ahead of 56,144 of 115,591 servers on MCP Toplist.
Use SnowSure — Snow & Ski
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http snow https://www.snowsure.ai/mcpclaude mcp add snow -- npx -y snowsure-mcp-server[mcp_servers.snow]
url = "https://www.snowsure.ai/mcp"Add to ~/.codex/config.toml.
[mcp_servers.snow]
command = "npx"
args = ["-y", "snowsure-mcp-server"]Add to ~/.codex/config.toml.
https://www.snowsure.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"snow": {
"command": "npx",
"args": [
"-y",
"snowsure-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"snow": {
"url": "https://www.snowsure.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"snow": {
"command": "npx",
"args": [
"-y",
"snowsure-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"snow": {
"type": "http",
"url": "https://www.snowsure.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"snow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"snowsure-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"snow": {
"serverUrl": "https://www.snowsure.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"snow": {
"command": "npx",
"args": [
"-y",
"snowsure-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"snow": {
"url": "https://www.snowsure.ai/mcp"
}
}
}{
"mcpServers": {
"snow": {
"command": "npx",
"args": [
"-y",
"snowsure-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.snowsure%2Fsnow)<a href="https://mcptoplist.com/server/ai.snowsure%2Fsnow"><img src="https://mcptoplist.com/badge/ai.snowsure%2Fsnow.svg" alt="MCP Toplist: #59,447 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mikeslone
Other servers by mikeslone
View all mikeslone servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.3 | Jul 2, 2026 |
Frequently asked questions
- Who maintains SnowSure — Snow & Ski?
- SnowSure — Snow & Ski is maintained by mikeslone, which publishes 4 MCP servers (3 total versions) tracked on MCP Toplist.
- Is SnowSure — Snow & Ski listed on the Official MCP Registry?
- Yes — SnowSure — Snow & Ski is listed on the Official MCP Registry.
- How many versions does SnowSure — Snow & Ski have?
- MCP Toplist tracks 1 version of SnowSure — Snow & Ski, most recently published on Jul 2, 2026.
- Where can I find the source code for SnowSure — Snow & Ski?
- The source code for SnowSure — Snow & Ski is hosted at github.com/mikeslone/snowsure-web.