Provides book-related tools through a Model Context Protocol (MCP) server built with FastAPI, offering both stdio and HTTP interfaces.
Talebook serves as a versatile Model Context Protocol (MCP) server, specifically designed to offer book-related functionalities. Built on FastAPI, it seamlessly supports both standard input/output (stdio) transport for direct MCP client interaction and traditional HTTP endpoints, making its capabilities accessible through various channels. Currently, it provides a simple tool to retrieve the count of books in a collection, but its architecture is highly extensible, allowing developers to easily integrate and expose additional custom tools for enhanced book management and interaction.