anastasiia-peleshok/new-mcp-server
If you are the rightful owner of new-mcp-server 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.
This project is a Spring Boot application that integrates the Model Context Protocol (MCP) with a GraphQL API to manage authors and books, allowing interaction with Large Language Models (LLMs) via SSE.
Tools
Functions exposed to the LLM to take actions
getAuthor
Get author by ID
getBook
Get book by ID
listAuthors
List all authors
listBooks
List all books
getBooksByAuthor
Get books by author ID
getAuthorsByBook
Get authors by book ID
createAuthor
Create and save new author
updateAuthor
Update existing author
deleteAuthor
Delete author by ID
createBook
Create and save new book
updateBook
Update existing book
deleteBook
Delete book by ID
addAuthorToBook
Add author to book
removeAuthorFromBook
Remove author from book
addBookToAuthor
Add book to author
removeBookFromAuthor
Remove book from author
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client