
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@dbsxortime/mcp-weather-server
Advanced tools
한국 기상청 API를 활용하여 한국의 날씨 정보를 제공하는 MCP 서버입니다.
AI가 날씨 정보를 조회할 때는 다음 파라미터를 입력해야 합니다:
latitude: 위도 (예: 37.5665)longitude: 경도 (예: 126.9780)// 입력 예시
{
"latitude": 37.5665123,
"longitude": 126.9780123
}
// 출력 예시
{
"current": [...],
"ultraShortForecast": [...],
"forecast": [...]
}
예시:
서울 양천구 날씨 알려줘 => 위도 자동으로 가져와 입력합니다.
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "@dbsxortime/mcp-weather-server"],
"env": {
"WEATHER_API_KEY": "<YOUR_WEATHER_API_KEY>"
}
}
}
}
MIT
문제가 있거나 문의사항이 있으시면 이슈를 생성해주세요.
FAQs
한국 기상청 API를 사용하여 날씨 정보를 제공하는 MCP 서버입니다.
The npm package @dbsxortime/mcp-weather-server receives a total of 3 weekly downloads. As such, @dbsxortime/mcp-weather-server popularity was classified as not popular.
We found that @dbsxortime/mcp-weather-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.