Back to Home
egg-breads icon

lookFor

Verified Safe

by egg-breads

Overview

This application integrates with the National Weather Service API (weather.gov) to provide weather forecasts and alerts, acting as a backend tool service for an AI model via Spring AI's Model Context Protocol (MCP).

Installation

Run Command
mvn spring-boot:run

Security Notes

No `eval` or obfuscation found. No hardcoded secrets were identified, although the `User-Agent` placeholder 'your@email.com' should be replaced with a real contact. The application makes external API calls to `api.weather.gov`, which is a legitimate public service. Spring Security is configured to disable CSRF, form login, and http basic, and permits all requests (`anyRequest().permitAll()`). While this simplifies integration for an AI tool, it means the server has no access control for any endpoint, which might be a concern depending on the broader deployment context. For its specific role as an AI tool, this level of openness might be acceptable.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens700
Stars0
Forks0
Last Update2025-12-04

Tags

WeatherForecastAlertsSpring AIMCPJava