mcp_server
Verified Safeby kipkemoifred
Overview
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.
Installation
java -jar target/mcp-application-0.0.1-SNAPSHOT.jarSecurity Notes
The application makes external API calls to 'https://countries.trevorblades.com/' (GraphQL) and 'https://api.weather.gov/' (REST). No hardcoded sensitive secrets are visible. There are no signs of 'eval' or other dangerous dynamic code execution patterns. The 'User-Agent' in WeatherService includes a placeholder email ('your@email.com') which should be configured for a production environment but isn't a direct security risk.
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.
MCP-Server-remote-SpringAI
This application provides a Spring AI tool for fetching current weather status, designed for integration with large language models or AI agents.
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).
openweather-mcp-server
Provides current weather data via an SSE endpoint for MCP clients and acts as an AI tool for fetching weather information.