top_books
Pack: itunes-search · Endpoint: https://gateway.pipeworx.io/itunes-search/mcp
Top ebooks chart.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
country | string | no | |
limit | number | no | |
free_or_paid | string | no | top-free-books | top-paid-books (default top-free-books) |
Example call
curl -X POST https://gateway.pipeworx.io/itunes-search/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"top_books","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"itunes-search": {
"url": "https://gateway.pipeworx.io/itunes-search/mcp"
}
}
}
See Getting Started for client-specific install steps.