audiobooks
ActiveTool of Librivox
declared in 0.1.0
Search LibriVox free public-domain audiobooks by title keyword, author name, or date added (YYYY-MM-DD); supports pagination via limit/offset. Returns book metadata including reader, language, URL, and chapter count.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Pride and Prejudice"
},
{
"limit": 10,
"author": "Jane Austen",
"offset": 0
}
],
"properties": {
"limit": {
"type": "number"
},
"query": {
"type": "string",
"description": "Title keyword filter."
},
"since": {
"type": "string",
"description": "YYYY-MM-DD"
},
"title": {
"type": "string"
},
"author": {
"type": "string"
},
"offset": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Librivox
https://github.com/pipeworx-io/mcp-librivox
1/7 registries