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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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.