go-temperature-server

go-temperature-server

3.1

If you are the rightful owner of go-temperature-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Go Temperature Server is a simple Go-based MCP server that provides the current temperature for a given location via a REST API.

The Go Temperature Server is designed to offer a straightforward solution for retrieving current temperature data for specified locations. It leverages the OpenWeatherMap API to fetch real-time weather information. Users can either set their API key as an environment variable or pass it directly as a query parameter when making requests. The server is built using the Go programming language and operates as a RESTful API, making it accessible and easy to integrate with other applications. The server is configured to run on a default port of 8080, but this can be customized as needed. This setup is ideal for developers looking to incorporate weather data into their applications without the overhead of managing complex infrastructure.

Features

  • Simple REST API for temperature data retrieval
  • Supports environment variable and query parameter for API key
  • Configurable server port
  • Built with Go for performance and simplicity
  • Real-time data from OpenWeatherMap