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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search query |
search_field | string | no | intitle | inauthor | inpublisher | subject | isbn | lccn | oclc — applied as a prefix to query |
filter | string | no | partial | full | free-ebooks | paid-ebooks | ebooks |
language | string | no | ISO 639-1 (en, fr, ja, …) |
print_type | string | no | all (default) | books | magazines |
order_by | string | no | relevance (default) | newest |
limit | number | no | 1-40 (default 10) |
offset | number | no | 0-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.