mcp-webmvc-server
If you are the rightful owner of mcp-webmvc-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.
This sample project demonstrates how to create an MCP server using the Spring AI MCP Server Boot Starter with WebMVC transport.
The Spring AI MCP Weather Server Sample with WebMVC Starter is a project that illustrates the creation of a Model Context Protocol (MCP) server using the Spring AI MCP Server Boot Starter. It implements a weather service that provides tools for retrieving weather information via the National Weather Service API. The project integrates with the `spring-ai-mcp-server-webmvc-spring-boot-starter` and supports both Server-Sent Events (SSE) and STDIO transports. It features automatic tool registration using Spring AI's `@Tool` annotation and includes two weather-related tools: one for obtaining weather forecasts by location (latitude/longitude) and another for retrieving weather alerts by US state.
Features
- Integration with spring-ai-mcp-server-webmvc-spring-boot-starter
- Support for SSE and STDIO transports
- Automatic tool registration using Spring AI's @Tool annotation
- Weather forecast retrieval by location
- Weather alerts retrieval by US state