Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by CrxusDonts • Uncategorized
A Spring Boot based MCP server providing calculator, weather query, and data model/API tools.
Perform mathematical calculations via an MCP server.
Query real-time weather information for specified cities.
Search data models and corresponding APIs and execute API calls with parameter validation.
This MCP server demo project implements a simple Model Context Protocol server using Spring Boot and WebFlux. It offers multiple tools including a calculator for math expressions, a weather query tool using HeWeather API, and a set of data model and API interface tools for searching and executing APIs based on user input. The server uses Server-Sent Events (SSE) for communication and includes simulated data for user, order, and product models to demonstrate its capabilities.