A Model Context Protocol server implementation built with Spring Boot and Java 21 that provides user management tools for AI assistants. The server integrates with the DummyJSON external API to offer a range of user operations including retrieval, search, creation, updating, and deletion through a standardized MCP interface. It supports both Standard I/O and Server-Sent Events transports in synchronous communication mode, making it suitable for integration with various AI clients that need to perform user management operations.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Get all users with pagination.
Get all users with default pagination.
Get a single user by ID. Parameters: id (integer)
Search for users by query. Parameters: query (string)
Add a new user.
Update a user.
Delete a user.