Abhinavsgith/MCP-Server
3.2
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.
The Book Database MCP Server is a demo server used for training sessions on GitHub Copilot Agents and MCP, allowing agents or clients to query a curated book database.
Tools
Functions exposed to the LLM to take actions
get-book-by-isbn
Takes isbn: string (10 chars) to retrieve detailed book information.
get-book-by-title
Takes title: string to retrieve basic book information.
get-books-by-titles
Takes titles: string[] to retrieve information for multiple books.
get-books-by-isbn-list
Takes isbnList: string[] (10-char items) for batch queries.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client