提供全球城市天气信息查询服务
方法名: get_weather_from_cityname_tool
输入城市拼音名称,获取该城市的实时天气信息
方法名: get_weather_from_latitude_longitude_tool
输入地理坐标(经度和纬度),获取该位置的实时天气信息
提供精确的当前时间获取服务
方法名: get_current_time_tool
获取格式化的当前时间信息
服务配置JSON
{ "mcpServers": { "weather-sse": { "url": "https://weather.mcp.minglog.cn/mcp", "name": "weather-http" }, "time-sse": { "url": "https://time.mcp.minglog.cn/mcp", "name": "time-http" } } }