mcp-audible
Related Servers
Alternatives to mcp-audible
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceEnables voice-controlled management of a Goodreads account, allowing users to search books, add them to shelves, list shelves, and sync pending actions through a signed-in headless Chromium session.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to search products, manage cart, place orders, and track shipments on Amazon via browser automation.131MIT
- AlicenseAqualityAmaintenanceEnables searching products, viewing orders, and analyzing order trends on Amazon.in via a persistent Playwright browser session.9-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with your personal Amazon cart through browser automation, allowing search, add to cart, and view cart functionalities.920MIT
- AlicenseNot gradedqualityDmaintenanceEnables control of Amazon Music playback through Claude Desktop via the Model Context Protocol. Users can play, pause, skip tracks, and search for music using natural language commands powered by browser automation.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to research and shop on Amazon using their own logged-in browser session, supporting product search, details, reviews, cart, wishlist, and order tracking without API keys.MIT
TDQS
Scored across 6 tools
Each tool targets a distinct resource and action: searching, fetching details, viewing library/wishlist, adding to wishlist, and checking credits. There is no meaningful overlap between tools, and an agent can easily choose the correct one.
All tool names follow a consistent snake_case verb_noun pattern, with get_, search_, and add_ as clear action prefixes. This makes the API predictable and easy to navigate.
Six tools is a well-scoped size for an Audible assistant covering discovery, details, library, wishlist, and credits. Each tool represents a meaningful capability without unnecessary bloat.
The core read and add flows are covered, but there is an obvious missing operation: remove_from_wishlist since add_to_wishlist exists. The surface also lacks any library management or playback-related actions, though those may be outside the intended scope.