Public Data Portal Short-term Forecast
Provides current weather information using the Korea Meteorological Administration's short-term forecast API.
공공데이터포탈 단기예보 MCP
기상청 단기예보 API를 활용해 현재 날씨 정보를 응답하는 MCP 서버입니다.
사용법
0. 공공데이터포탈 API 등록
src/util.ts 파일 내에 공공데이터포털에서 발급받은 기상청 단기예보 서비스 키를 입력합니다.
const API_SERVICE_KEY = ""; /* input your service key */
1. 의존성 설치
npm install
2. 빌드
npm run dev
3. MCP Server 등록
{
"mcpServers": {
"weather": {
"command": "node",
"args": ["/your/source/path/build/index.js"]
}
}
}
예시 프롬프트
다음과 같은 질문에 응답합니다.
이 MCP는 기상청의 실시간 단기 관측 데이터를 기반으로 하므로,
"현재 시각의 날씨"만 응답 가능하며, 내일/모레/주간 예보는 지원하지 않습니다.
지금 서울 날씨 어때?
과천은 비 와?
지금 인천 날씨 알려줘
대전 현재 날씨는?
> ⚠️ 기상청 **단기예보 실황** API만 사용합니다.
> 따라서 "지금", "현재"와 관련된 질문만 응답 가능합니다.
Related Servers
QMT MCP Server
An MCP server that interfaces with the locally running MiniQMT trading system.
SignalK MCP Server
Provides AI agents with read-only access to SignalK marine data systems, enabling queries of vessel navigation data, AIS targets, and system alarms.
DICOM MCP Server
Enables AI assistants to query, read, and move data on DICOM servers like PACS and VNA.
RuneScape
Interact with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices and player hiscores.
OctoEverywhere For 3D Printing
A 3D Printing MCP server that allows for querying for live state, webcam snapshots, and 3D printer control.
Flyworks MCP
A server for creating fast and free lipsync videos for digital avatars, supporting both realistic and cartoon styles.
Euroleague Live
Provides club information and advanced player statistics for Euroleague and Eurocup basketball from the Euroleague API.
Jade Dragon Snow Mountain
Provides live images, time-lapse videos, and current weather updates for Jade Dragon Snow Mountain.
N.I.N.A. Advanced API
Control the N.I.N.A. (Nighttime Imaging 'N' Astronomy) software through its Advanced API.
Aegntic MCP Servers
A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.