iivvakii/McpServer
3.2
If you are the rightful owner of McpServer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP Server is a backend component implementing the Model Context Protocol (MCP) using Spring Boot, GraphQL, and PostgreSQL, providing mutation tools for managing books and authors.
Tools
Functions exposed to the LLM to take actions
createBook
Creates a new book
updateBook
Updates a book title
addAuthorsToBook
Adds authors to a book
deleteBook
Deletes a book
createAuthor
Creates a new author
updateAuthor
Updates an author's name
addBooksToAuthor
Links books to an author
deleteAuthor
Deletes an author
executeGraphQLQuery
Executes an arbitrary GraphQL query
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client