@pipeworx/google-books
Connect: https://gateway.pipeworx.io/google-books/mcp · Install: one-click buttons
Tools: 4
Google Books MCP — Books search + volume metadata (~40M+ books). Public reads keyless (1k/day per IP); higher limits with optional key.
Tools
search(query, search_field?, filter?, language?, print_type?, order_by?, limit?, offset?)get_volume(id)— single volume by Google Books idget_by_isbn(isbn)— convenience: lookup by ISBN-10 or ISBN-13list_bookshelf(user_id, shelf?)— public bookshelf by user id
Auth
Optional. Pass ?_apiKey=<key> for higher rate limits — register at https://console.cloud.google.com/apis/credentials and enable the Books API.
Data source
https://www.googleapis.com/books/v1/ — REST + JSON.
Tools
- search — Full-text search of Google Books. Use search_field to scope (intitle:, inauthor:, subject:, etc).
- get_volume — Volume detail (full title, authors, description, categories, page count, links).
- get_by_isbn — Convenience: look up a volume by ISBN-10 or ISBN-13.
- list_bookshelf — Public bookshelf by user id (numeric).
Tools
-
get_by_isbn— Convenience: look up a volume by ISBN-10 or ISBN-13. -
get_volume— Volume detail (full title, authors, description, categories, page count, links). -
list_bookshelf— Public bookshelf by user id (numeric). -
search— Full-text search of Google Books. Use search_field to scope (intitle:, inauthor:, subject:, etc).