Loading...
npx -y @smithery/cli install @8enSmith/mcp-open-library --client claudeget_book_by_titleSearches for book information by title using the Open Library API.
Read-only operation, no data modification.
get_authors_by_nameSearches for author information by name using the Open Library API.
Read-only operation, no data modification.
get_author_infoRetrieves detailed information for a specific author using their Open Library Author Key.
Read-only operation, no data modification.
get_author_photoGets the URL for an author's photo using their Open Library Author ID (OLID).
Read-only operation, no data modification.
get_book_coverGets the URL for a book's cover image using a specific identifier (ISBN, OCLC, LCCN, OLID, or ID).
Read-only operation, no data modification.
get_book_by_idGets detailed book information using a specific identifier (ISBN, LCCN, OCLC, or OLID).
Read-only operation, no data modification.
This MCP server is generally safe due to its read-only nature and lack of sensitive operations. However, it's crucial to monitor API usage to prevent abuse and ensure client-side security to avoid exposing user queries.