Skip to main content
Glama
MIt9

mcp-elevenreader

by MIt9

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ELEVEN_REFRESH_TOKENYesYour ElevenReader refresh token, obtained from browser console.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_directoryA

Upload all books from a directory (and subdirectories). Files are sorted by name so parts (ч1, ч2) stay together.

Args: dir_path: Path to directory with books extensions: Comma-separated file extensions to upload (default: .epub,.pdf)

upload_statusB

Check the status of a background directory upload.

list_readsC

List all documents/books in the library.

get_readB

Get details of a specific read (book/document).

get_read_contentB

Get HTML content of a read for viewing.

add_urlB

Add a URL to the library for text-to-speech reading.

add_documentB

Upload a document (epub, pdf) to the library.

delete_readC

Delete a read from the library.

deduplicateA

Find and remove duplicate reads (same title). Keeps the oldest one.

list_voicesB

List available voices for reading.

get_voiceC

Get details of a specific voice.

get_configA

Get user config (default voice, speed, font size, etc.).

update_configC

Update user config (voice, playback speed).

get_customerA

Get subscription info: plan, credits, billing.

get_collectionsB

List user collections.

get_bookmarksC

Get bookmarks for a specific read.

update_progressB

Update listening progress for a read.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 17 tools

Disambiguation5/5

Each tool targets a distinct action: adding content via different methods (directory, document, URL), managing reads (delete, deduplicate, get details, get content, progress, bookmarks), managing config, voices, collections, and subscription info. No two tools have overlapping purposes.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern using snake_case (e.g., add_directory, get_bookmarks, list_voices). Minor deviations include 'deduplicate' (verb only) and 'upload_status' (verb_noun but 'status' is not a typical object), but overall the pattern is clear and predictable.

Tool Count4/5

The set of 17 tools is slightly higher than ideal, but it aligns well with the server's scope covering library management, user config, voice selection, and subscription details. Each tool serves a clear purpose and none seem unnecessary, though consolidation could reduce count.

Completeness4/5

The tool surface covers the core lifecycle: adding content via multiple channels, listing/getting details, deleting, deduplication, progress tracking, bookmarks, collections, config management, voices, and subscription info. Minor gaps like editing read metadata or searching are absent but not critical for basic usage.

Maintenance

ActivitySlowing
ResponsivenessNo issues