MCP-Server-remote-SpringAI
Verified Safeby yashas224
Overview
This application provides a Spring AI tool for fetching current weather status, designed for integration with large language models or AI agents.
Installation
mvn clean install && java -jar target/mcp-server-remote-trial-0.0.1-SNAPSHOT.jarEnvironment Variables
- Weather-Api-Key
Security Notes
The Weather-Api-Key is correctly externalized via @Value, avoiding hardcoding. No 'eval' or malicious patterns found. External API calls to weatherapi.com are standard for such a service, but always introduce third-party dependency risks.
Similar Servers
mcp_server
A Spring Boot application demonstrating Spring AI tool integration for retrieving weather information and a GraphQL client for fetching country data, acting as a service component for conversational AI.
openweather-mcp-server
Provides current weather data via an SSE endpoint for MCP clients and acts as an AI tool for fetching weather information.
hello-mcp-server-kotlin
This server exposes a simple weather tool for consumption by an Artificial Intelligence model using the Spring AI Multimodal Conversation Protocol (MCP).
weather-mcp-server
Provides current and daily weather forecasts for specified locations or geographic coordinates using the Open-Meteo API.