authors
ActiveTool of Librivox
declared in 0.1.0
Search LibriVox authors by last name or keyword; supports pagination via limit/offset. Returns author id, first/last name, and a link to their LibriVox profile.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Austen"
},
{
"limit": 5,
"last_name": "Shakespeare"
}
],
"properties": {
"limit": {
"type": "number"
},
"query": {
"type": "string"
},
"offset": {
"type": "number"
},
"last_name": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Librivox
https://github.com/pipeworx-io/mcp-librivox
1/7 registries