Skip to main content
Glama

WeatherMCP

FastMCP tabanlı basit bir hava durumu MCP sunucusu. Open-Meteo kullanır, API anahtarı gerekmez. stdio taşımacı ChatGPT MCP için, http taşımacı lokal/uzak test için uygundur.

Kurulum

  • Python 3.10+

  • Bağımlılıklar: fastmcp, httpx

  • Yükleme: pip install fastmcp httpx (veya uv pip install fastmcp httpx)

Çalıştırma

  • HTTP ile: fastmcp run weather_server.py:mcp --transport http --port 8000

  • Stdio ile (ChatGPT MCP uyumlu): fastmcp run weather_server.py:mcp

ChatGPT MCP entegrasyonu

~/.mcp/servers/weather.json örneği:

{
  "command": ["fastmcp", "run", "/full/path/to/weather_server.py:mcp"],
  "transport": { "type": "stdio" },
  "name": "WeatherMCP"
}

ChatGPT ayarlarından Model Context Protocol → Add a server → bu dosyayı gösterin. Komut örnekleri:

  • get_weather_by_city city="Istanbul"

  • get_weather lat=41.01 lon=28.97 unit="metric"

  • get_forecast city="Hamburg" day_offset=1 (1=yarın, 0=bugün)

Dosyalar

  • weather_server.py: MCP sunucusu, get_weather, get_weather_by_city, get_forecast araçları.

Notlar

  • Open-Meteo ücretsiz ve anahtarsızdır; kota ve gecikme için istek başına 8s timeout tanımlıdır.

  • İsteğe göre fetch_weather içine retry veya cache eklenebilir; ücretli servis anahtarı kullanmak isterseniz aynı yapı korunur, yalnızca HTTP isteğini değiştirmeniz yeterlidir.

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/MertArtun/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server