MCP - Server con SDK de Kotlin

by brodriro

165 downloads
Not rated
GitHub

About

This is an MCP server built with the Kotlin SDK that provides weather information for a given city and email notification capabilities via the Resend SDK. It is intended for developers integrating weather data and automated email alerts into their MCP-enabled applications.

Details

Author
brodriro
Downloads
165
Categories
Developer Tools

- Obtains geographic coordinates (lat/lon) for a city name.
- Fetches current weather data using those coordinates.
- Sends notification emails via the Resend API.
- Built entirely with Kotlin and the MCP SDK.

The server can be compiled by running ./gradlew clean build -x test (as inferred from the README). After compilation, the server binary can be executed to start serving MCP requests for weather lookups and email sending.

MCP - Server con SDK de Kotlin

FEATURES

OBTENER INFORMACION DEL CLIMA DE UNA CIUDAD

- Obtiene el geocoding de la ciudad para obtener latitud y longitud. - Obtiene el clima de la ciudad a partir de la latitud y longitud.

ENVIO DE CORREO

- Mediante el sdk de RESEND se envia un correo de notificación.

Compilacion

Ejecutar en la terminal ``./gradlew clean build -x test``

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.