Skip to main content
ClaudeWave
geoxing avatar
geoxing

kanxueshan-mcp

Ver en GitHub

日照金山预报 MCP 服务器:中国雪山未来 7 天日出/日落金光时段、可见度评分与天气因子 | Golden-hour forecasts for snow mountains in China (MCP server)

MCP ServersRegistry oficial0 estrellas0 forksPythonActualizado today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/13/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · -r
Claude Code CLI
claude mcp add kanxueshan-mcp -- python -m -r
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "kanxueshan-mcp": {
      "command": "python",
      "args": ["-m", "-r"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install -r
Casos de uso

Resumen de MCP Servers

# 看雪山 MCP · Kanxueshan MCP

🏔️ **日照金山(雪山金光)预报的 MCP 服务器** —— 在 Claude、Cursor、Cherry Studio、Claude Desktop 等任何 MCP 客户端里,直接问:

> 「这个周末去子梅垭口,能看到贡嘎山日照金山吗?」
> 「明天在飞来寺,能看到卡瓦格博吗?」
> 「30.9, 102.8 附近有哪些雪山可以看?」

返回:**日出/日落金光时段**、0-100 **可见度评分**、云量/湿度/风速因子,以及观景点建议。

![看雪山](docs/screenshot.jpg)

## 直接用(推荐,无需安装)

托管端点(streamable HTTP,免费、无需 API Key):

```
https://www.yilong.art/mcp
```

**Claude Code / 命令行**

```bash
claude mcp add --transport http kanxueshan https://www.yilong.art/mcp
```

**Cursor**(`~/.cursor/mcp.json`)

```json
{
  "mcpServers": {
    "kanxueshan": { "url": "https://www.yilong.art/mcp" }
  }
}
```

**其他客户端**:在「MCP / 连接器」设置里添加远程 HTTP 服务器,地址填 `https://www.yilong.art/mcp`。
图文接入指引:<https://www.yilong.art/ai.html> ・ 网页版:<https://www.yilong.art>

## 工具(Tools)

| 工具 | 说明 | 参数 |
|---|---|---|
| `search_peak` | 搜索中国雪山及观景点(子梅垭口、飞来寺、猫鼻梁…) | `name` |
| `query_peaks` | 按经纬度查周边可见雪山 + 当日日出/日落金山预报 | `lat`, `lng`, `date?` |
| `forecast_peak` | 某山峰未来 1-7 天预报 | `peak`, `days?`, `viewpoint?`, `date?` |

## 数据与算法

- **气象**:[Open-Meteo](https://open-meteo.com/) 云量(含低云)、降水概率、湿度、风速/阵风
- **地形**:DEM 高程 + 视线分析(判断某观景点能否看到该峰)
- **金光时段**:太阳高度角(Golden Hour)+ 当地时区
- **评分**:综合云量/低云/湿度/风,0-100

覆盖中国主要雪山与观景点(贡嘎山、四姑娘山、卡瓦格博、玉珠峰、慕士塔格……),并提供多语种山峰名检索。

## 自托管(Self-host)

本仓库是 **MCP 接入层**(约 100 行),需要自行准备一份看雪山 API:

```bash
pip install -r requirements.txt
KXS_API=http://127.0.0.1:3000 python3 mcp_server.py   # 默认监听 0.0.0.0:3999
```

环境变量:`KXS_API`(后端地址)· `HOST` / `PORT`(监听,生产建议 `HOST=127.0.0.1` 走反代)·
`KXS_TOOL_LOG`(可选,设为文件路径则每次工具调用追加一行 JSONL:工具名/参数/来源 IP/耗时/成败,便于自建用量统计)·
`KXS_STATS_DB`(可选,设为 SQLite 路径则每次调用在 `toolcall` 表写一行,字段同上,便于直接查询/做面板)。
两个都不设则完全不写盘。

---

## English

**Kanxueshan MCP** — golden-hour sunrise/sunset visibility forecasts for snow mountains in China.

Ask your MCP client: *"Can I see the golden light on Gongga Mountain from Zimei Pass this weekend?"* It returns the golden-hour windows (sunrise/sunset), a 0-100 visibility score, weather factors (cloud cover, humidity, wind), and suggested viewpoints.

Hosted endpoint (no install, no API key):

```
https://www.yilong.art/mcp
```

Tools: `search_peak(name)` · `query_peaks(lat, lng, date?)` · `forecast_peak(peak, days?, viewpoint?, date?)`

Data: Open-Meteo weather + a terrain/viewshed engine (DEM, solar altitude, line-of-sight). Forecast responses are in Chinese; peak names accept both Chinese and English queries.

Web app: <https://www.yilong.art> ・ Setup guide: <https://www.yilong.art/ai.html>

## License

TBD
chinaforecastgolden-hourhikingmcpmcp-servermodel-context-protocolmountainstravelweather

Lo que la gente pregunta sobre kanxueshan-mcp

¿Qué es geoxing/kanxueshan-mcp?

+

geoxing/kanxueshan-mcp es mcp servers para el ecosistema de Claude AI. 日照金山预报 MCP 服务器:中国雪山未来 7 天日出/日落金光时段、可见度评分与天气因子 | Golden-hour forecasts for snow mountains in China (MCP server) Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-12.

¿Cómo se instala kanxueshan-mcp?

+

Puedes instalar kanxueshan-mcp clonando el repositorio (https://github.com/geoxing/kanxueshan-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar geoxing/kanxueshan-mcp?

+

Nuestro agente de seguridad ha analizado geoxing/kanxueshan-mcp y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene geoxing/kanxueshan-mcp?

+

geoxing/kanxueshan-mcp es mantenido por geoxing. La última actividad registrada en GitHub es del 2026-09-12, con 0 issues abiertos.

¿Hay alternativas a kanxueshan-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega kanxueshan-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: geoxing/kanxueshan-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/geoxing-kanxueshan-mcp)](https://claudewave.com/repo/geoxing-kanxueshan-mcp)
<a href="https://claudewave.com/repo/geoxing-kanxueshan-mcp"><img src="https://claudewave.com/api/badge/geoxing-kanxueshan-mcp" alt="Featured on ClaudeWave: geoxing/kanxueshan-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a kanxueshan-mcp