audiobooks
Pack: librivox · Endpoint: https://gateway.pipeworx.io/librivox/mcp
Search audiobooks.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Title keyword filter. |
author | string | no | |
title | string | no | |
since | string | no | YYYY-MM-DD |
limit | number | no | |
offset | number | no |
Example call
curl -X POST https://gateway.pipeworx.io/librivox/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"audiobooks","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"librivox": {
"url": "https://gateway.pipeworx.io/librivox/mcp"
}
}
}
See Getting Started for client-specific install steps.