4Vitalii5/mcp-server
3.1
If you are the rightful owner of 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 comprehensive implementation of an MCP server with Streamable-HTTP transport and a GraphQL backend for managing authors and books.
Tools
Functions exposed to the LLM to take actions
create_author
Create a new author
get_authors
Retrieve a list of authors
get_author
Retrieve an author by ID
update_author
Update an existing author
delete_author
Delete an author
create_book
Create a new book
get_books
Retrieve a list of books
get_book
Retrieve a book by ID
update_book
Update an existing book
delete_book
Delete a book
add_author_to_book
Add an author to a book
remove_author_from_book
Remove an author from a book
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client