mcp-elevenreader
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ELEVEN_REFRESH_TOKEN | Yes | Your 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MIt9/mcp-elevenreader'
If you have feedback or need assistance with the MCP directory API, please join our Discord server