donts-MCP-Server-Demo

donts-MCP-Server-Demo

3.1

If you are the rightful owner of donts-MCP-Server-Demo 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 is a demonstration project of a Model Context Protocol (MCP) server based on Spring Boot, offering functionalities like a calculator, weather query, and data model and API interface tools.

The MCP server demonstration project is a simple implementation using Spring Boot and WebFlux. It provides a variety of tools including a calculator for mathematical expressions, a weather query tool for real-time weather information, and several data model and API interface tools. These tools allow users to find data models based on descriptions, locate corresponding API interfaces, and execute APIs with constructed parameters. The project is built with Java 17, Spring Boot, and utilizes Server-Sent Events (SSE) for communication.

Features

  • Calculator tool for mathematical expressions
  • Weather query tool for real-time weather information
  • Data model lookup tool based on user descriptions
  • API interface lookup tool based on data models
  • API execution tool for constructing parameters and calling interfaces