This project provides a Spring Boot application that seamlessly integrates with AI tools and assistants, such as Claude Desktop, via the Model Context Protocol (MCP). It demonstrates a Medical Care Platform (MCP) by managing patient and medical report data through JPA entities, DTOs, and Spring Data JPA repositories. The application exposes AI-enabled service methods using tool annotations, allowing AI agents to perform operations like listing patients, adding medical reports, and updating patient information, making it a robust foundation for building AI-driven enterprise applications.
Key Features
01Patient and Medical Report management using JPA entities
02Service layer with AI tool annotations for MCP integration
03RESTful application structure ready for extension
04Example data initialization for quick setup
050 GitHub stars
06Registers tool callbacks for AI workflow integration