MCP.so
Sign In

Turkish Weather Application

@emredeveloper

About Turkish Weather Application

Overview

What is Turkish Weather Application?

Turkish Weather Application is an MCP (Model Context Protocol) server that provides real-time weather data, forecasts, and air quality information for cities in Turkey. It is designed to be used with any MCP-compatible client such as Copilot, ChatGPT, or other language models that support the protocol. The application targets developers and users who need Turkish weather data integrated into AI workflows.

How to use Turkish Weather Application?

Install Python 3.11+, run pip install httpx mcp, obtain an OpenWeatherMap API key and set it in config.py, then start the server with python weather.py. Once running, any MCP client can call the provided tools (e.g., hava_durumu_sehir) to fetch weather data.

Key features of Turkish Weather Application

  • Current weather conditions for Turkish cities
  • Hourly weather forecasts
  • Air quality index (AQI) data
  • Cross‑city weather comparison
  • Activity recommendations based on weather
  • Weather alerts and notifications

Use cases of Turkish Weather Application

  • Ask a language model for today’s weather in Istanbul
  • Compare hourly forecasts between Ankara and İzmir
  • Get air quality warnings before planning outdoor events
  • Receive activity suggestions like “good day for a walk” based on conditions

FAQ from Turkish Weather Application

What is MCP and how does this application use it?

MCP (Model Context Protocol) is an open standard that enables communication between language models and external tools. This application acts as an MCP server, allowing any MCP‑compatible client to call its weather tools.

Do I need an API key to use this application?

Yes, you must obtain a free or paid API key from OpenWeatherMap (https://openweathermap.org/api) and set it in the config.py file before starting the server.

Which cities are supported?

The application supports cities in Turkey; a predefined list is stored in config.py. Additional cities can be added by modifying that file, though the README does not specify any built‑in coverage limits.

What is the licensing for this application?

It is released under the MIT license, allowing free use, modification, and distribution.

Are there any known usage limits or costs?

The README does not mention any usage limits or costs beyond the optional OpenWeatherMap API key pricing. No built‑in rate limiting is documented.

Comments

More Other MCP clients