mcp-weather
날씨 — 현재 기상 및 예보
모든 위치에 대한 현재 날씨와 7~10일 예보. Open-Meteo(https://open-meteo.com)를 기반으로 하며, 이는 국가 기상청 데이터(미국 NOAA, 독일 DWD 등)를 무료로 집계하는 서비스입니다. 온도, 습도, 바람, 강수량, 기상 상태를 반환합니다. 무료이며 인증이나 API 키가 필요 없습니다.
Pipeworx의 일부 — AI 에이전트를 1394개 이상의 실시간 데이터 소스에 연결하는 MCP 게이트웨이입니다.
AI 에이전트에게 중요한 이유
날씨는 에이전트가 지속적으로 알아야 하는 정보 중 하나입니다 — 여행 계획, 농업 관련 질문, 에너지 수요 맥락, 이벤트 계획, 부동산("이 지역이 홍수 위험 구역이고 현재 홍수가 진행 중인가?") 등에 필요합니다. Open-Meteo는 적합한 백엔드입니다: 무료, 정확, 전 세계 커버리지, 키 관리 불필요.
일반적인 사용 흐름:
현재 기상. "지금 도쿄 날씨" →
get_weather({location: "Tokyo"})→ 온도, 습도, 바람, 기상 상태.예보. "덴버 7일 예보" →
get_forecast({location: "Denver"})→ 일별 최고/최저 기온, 강수 확률.좌표 기준. 이름으로 지오코딩이 잘 되지 않는 장소는
get_weather({latitude: 39.74, longitude: -104.99})사용.
Related MCP server: MCP Weather Server
인증
없음. Open-Meteo는 무료이며 인증이 필요 없습니다. 관대한 공정 사용 한도(IP당 하루 약 10,000회 요청). Pipeworx는 위치별로 짧은 시간 동안 캐시하므로 반복 호출이 일일 할당량을 소진하지 않습니다.
지오코딩
location 매개변수는 다음을 허용합니다:
도시 이름 (
"Tokyo","London","Denver")도시 + 국가 (
"Paris, France"— 텍사스주 파리와 구분하기 위함)우편번호 (
"94070"미국,"SW1A 1AA"영국)별도의
latitude+longitude인수로 좌표 지정
모호한 이름의 경우 도구가 명확화 힌트를 반환합니다. 특이한 위치나 정밀도가 중요한 쿼리(해상, 원격지)의 경우 좌표를 직접 전달하세요.
업데이트 주기
데이터 | 갱신 주기 |
현재 기상 | 약 10분 |
시간별 예보 (다음 24시간) | 1~3시간마다 |
일별 예보 (1~10일) | 6시간마다 |
Pipeworx는 10분 TTL로 캐시하므로 해당 시간 내 반복 호출은 비용이 저렴합니다.
일반적인 주의사항
시간대. 예보 시간은 기본적으로 UTC입니다. 도구는 위치의 시간대도 반환하므로 사용자에게 표시할 때 클라이언트 측에서 변환하세요.
강수 확률 vs. 강수량. "비 올 확률 70%"와 "예상 강수량 0.4인치"는 서로 다른 필드입니다. 농업 및 여행 용도에서는 둘 다 중요하므로 둘 다 보고하세요.
예보 정확도는 날짜가 지날수록 낮아집니다. 1일차는 신뢰할 수 있고, 7일차 이상은 "방향성 기상 신호"입니다. 10일 예보를 확신 있는 예측으로 인용하지 마세요.
악천후 이벤트. Open-Meteo에는 위험 필드가 있지만 미국의 경우 NWS 활성 경보보다 신뢰도가 낮습니다. 악천후 에이전트의 경우 NOAA NWS API를 추가로 사용하세요.
과거 날씨. 기본 도구는 현재 + 미래입니다. 과거 데이터(어제 이전)의 경우 Open-Meteo에 별도 엔드포인트가 있습니다 — 필요하다면 pipeworx_feedback을 통해 팀에 알려주세요.
빠른 시작
MCP 클라이언트(Claude Desktop, Cursor, Windsurf 등)에 추가하세요:
{
"mcpServers": {
"weather": {
"url": "https://gateway.pipeworx.io/weather/mcp"
}
}
}또는 전체 Pipeworx 게이트웨이에 연결하여 1394개 이상의 모든 데이터 소스에 접근하세요:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}ask_pipeworx와 함께 사용하기
도구를 직접 호출하는 대신 일반 영어로 질문할 수 있습니다:
ask_pipeworx({ question: "your question about Weather data" })게이트웨이가 적절한 도구를 선택하고 인수를 자동으로 채웁니다.
더 보기
라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to fetch current weather conditions and forecasts for any city using the Open-Meteo API. Provides temperature, precipitation, and hourly forecast data through natural language queries.
- AlicenseNot gradedqualityDmaintenanceProvides real-time weather information and multi-day forecasts using the Open-Meteo API through a robust, enterprise-grade architecture. It enables AI assistants to retrieve current conditions, 7-day forecasts, and contextual weather data for any location.17MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to retrieve current weather, forecasts, and summaries for any global location using the Open-Meteo API, with no API key required.21Creative Commons Zero v1.0 Universal
- FlicenseNot gradedqualityDmaintenanceEnables AI agents like GitHub Copilot to retrieve real-time weather data for any city using the Open-Meteo API, no API key required.9
Related MCP Connectors
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server