data-generator-mcp-server-java
0
The Data Generator Java MCP Server is a Spring Boot application that implements an MCP server to provide tools for data generation. It exposes Java methods via Spring AI, allowing integration with AI models to generate data based on prompts.
Data Generator Java MCP Server
A Spring Boot application that serves as a Model Completion Protocol (MCP) server for data generation.
Features
- Implements the Model Completion Protocol (MCP) server
- Provides tools for data generation
- Supports synchronous execution mode
- Includes a REST client for external API integration
- Simple User data model implementation
Prerequisites
- Java 21 or higher
- Maven 3.9+ (or use the included Maven wrapper)
- Basic understanding of Spring Boot and Spring AI