INDIVIDUAL MCP TOOL
forecast_peak
查询某山峰未来 N 天(1-7)的日照金山预报。 参数 peak: 山峰名;days: 预报天数;viewpoint: 观景点名(可选,如子梅垭口); date: 起始日期 YYYY-MM-DD,缺省今天。
LIVE ENDPOINT
https://www.yilong.art/mcp
Connect to this endpoint to inspect the live schema for forecast_peak and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.kanxueshan]
url = "https://www.yilong.art/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kanxueshan": {
"type": "http",
"url": "https://www.yilong.art/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kanxueshan
Remote MCP URL: https://www.yilong.art/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": {
"kanxueshan": {
"url": "https://www.yilong.art/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kanxueshan": {
"type": "http",
"url": "https://www.yilong.art/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kanxueshan",
"transport": "streamable-http",
"url": "https://www.yilong.art/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_peak— 搜索中国雪山,返回匹配的山峰及其观景点(子梅垭口、飞来寺、台怀镇等)。 参数 name: 山峰名关键词(贡嘎山、幺妹峰、卡瓦格博、慕士塔格等)。query_peaks— 按经纬度查询周边可见雪山及今日日照金山预报(金光时段、0-100 评分、天气因子)。 参数 lat/lng: WGS-84 十进制度坐标;date: YYYY-MM-DD,缺省今天。