search

Pack: google-books · Endpoint: https://gateway.pipeworx.io/google-books/mcp

Full-text search of Google Books. Use search_field to scope (intitle:, inauthor:, subject:, etc).

Parameters

NameTypeRequiredDescription
querystringyesSearch query
search_fieldstringnointitle | inauthor | inpublisher | subject | isbn | lccn | oclc — applied as a prefix to query
filterstringnopartial | full | free-ebooks | paid-ebooks | ebooks
languagestringnoISO 639-1 (en, fr, ja, …)
print_typestringnoall (default) | books | magazines
order_bystringnorelevance (default) | newest
limitnumberno1-40 (default 10)
offsetnumberno0-based offset (startIndex)

Example call

curl -X POST https://gateway.pipeworx.io/google-books/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "google-books": {
      "url": "https://gateway.pipeworx.io/google-books/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026