victorysatish05/bookservice-mcp-server
If you are the rightful owner of bookservice-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 henry@mcphub.com.
This document provides a comprehensive overview of a Spring Boot application that implements a Model Context Protocol (MCP) server for book and author management, capable of running in both web application and MCP server modes.
Tools
Functions exposed to the LLM to take actions
get_all_books
Retrieve all books
get_book_by_id
Get a specific book by ID
create_book
Create a new book
update_book
Update an existing book
delete_book
Delete a book by ID
get_all_authors
Retrieve all authors
get_author_by_id
Get a specific author by ID
create_author
Create a new author
update_author
Update an existing author
delete_author
Delete an author by ID
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client