dbsxortime/mcp-weather-server
If you are the rightful owner of mcp-weather-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Weather Server provides weather information for Korea using the Korea Meteorological Administration API.
MCP Weather Server
ํ๊ตญ ๊ธฐ์์ฒญ API๋ฅผ ํ์ฉํ์ฌ ํ๊ตญ์ ๋ ์จ ์ ๋ณด๋ฅผ ์ ๊ณตํ๋ MCP ์๋ฒ์ ๋๋ค.
์ฃผ์ ๊ธฐ๋ฅ
- ๐ก๏ธ ํ์ฌ ๋ ์จ ์ ๋ณด ์ ๊ณต (์จ๋, ์ต๋, ํ์ ๋ฑ)
- ๐ ์ด๋จ๊ธฐ์๋ณด ๋ฐ ๋จ๊ธฐ์๋ณด ์ ๊ณต
- ๐ ์์น ๊ธฐ๋ฐ ๋ ์จ ๊ฒ์ (์๋/๊ฒฝ๋)
AI ์ ๋ ฅ ํ๋ผ๋ฏธํฐ
AI๊ฐ ๋ ์จ ์ ๋ณด๋ฅผ ์กฐํํ ๋๋ ๋ค์ ํ๋ผ๋ฏธํฐ๋ฅผ ์ ๋ ฅํด์ผ ํฉ๋๋ค:
latitude
: ์๋ (์: 37.5665)longitude
: ๊ฒฝ๋ (์: 126.9780)
๋ฐ์ดํฐ ์ /์ถ๋ ฅ ์์
// ์
๋ ฅ ์์
{
"latitude": 37.5665123,
"longitude": 126.9780123
}
// ์ถ๋ ฅ ์์
{
"current": [...],
"ultraShortForecast": [...],
"forecast": [...]
}
์์:
์์ธ ์์ฒ๊ตฌ ๋ ์จ ์๋ ค์ค => ์๋ ์๋์ผ๋ก ๊ฐ์ ธ์ ์
๋ ฅํฉ๋๋ค.
์ค์น ๋ฐฉ๋ฒ
NPX๋ฅผ ์ฌ์ฉํ ์ค์น
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "@dbsxortime/mcp-weather-server"],
"env": {
"WEATHER_API_KEY": "<YOUR_WEATHER_API_KEY>"
}
}
}
}
๋ผ์ด์ผ์ค
MIT
๋ฌธ์
๋ฌธ์ ๊ฐ ์๊ฑฐ๋ ๋ฌธ์์ฌํญ์ด ์์ผ์๋ฉด ์ด์๋ฅผ ์์ฑํด์ฃผ์ธ์.