π¦
Spring Boot MCP Server
No description available
0 installs
Trust: 30 β Low
Devtools
Ask AI about Spring Boot MCP Server
Powered by Claude Β· Grounded in docs
I know everything about Spring Boot MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Spring Boot MCP Server
This is a basic demo project using Spring Boot and Model Context Protocol. It provides weather forecast and alert data by integrating with the National Weather Service (NWS) APIs.
Features
- π Get weather forecasts by latitude and longitude
- β οΈ Get active weather alerts for any US state
- π§ Integrates with Spring AI's tool mechanism using
@Toolannotations - π Based on Spring Boot 3.5.3
Technologies
- Java 17
- Spring Boot
- Spring Web
- Spring AI MCP Server Starter
- Jackson (for JSON parsing)
- Spring's
RestClient(HTTP client)
Getting Started
Clone the repository and run the project:
git clone https://github.com/ismailsengul/spring-boot-mcp-server
cd mcp
./mvnw spring-boot:run
