opds-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPDS_BASE_URL | No | The catalog URL used when a tool call doesn't pass its own url. This is the recommended way to point the server at a specific library. | |
| OPDS_PASSWORD | No | Used as a fallback for HTTP Basic Auth when a tool call doesn't pass its own credentials. | |
| OPDS_USERNAME | No | Used as a fallback for HTTP Basic Auth when a tool call doesn't pass its own credentials. | |
| OPDS_DOWNLOAD_DIR | No | Where opds_download saves files; defaults to a directory under the OS temp folder. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| opds_browseB | Fetches an OPDS catalog document (feed, navigation, or acquisition list; OPDS 1.x Atom/XML or OPDS 2.0 JSON) and returns its navigation links (search, next/prev, subsections) and entries (books/publications) with their acquisition (download) and cover image links. |
| opds_searchA | Searches an OPDS catalog. Pass either the catalog's root/feed URL (its OpenSearch description will be discovered via the feed's rel="search" link) or an OpenSearchDescription document URL directly, plus a free-text query. Returns matching entries the same way opds_browse does. |
| opds_get_entryA | Fetches a single OPDS entry document (a per-publication Atom entry or OPDS 2.0 publication), typically the URL found in an entry's rel="alternate" link, and returns its full details including acquisition links. |
| opds_downloadA | Downloads the file behind an OPDS acquisition link (as returned in the |
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
- 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/pastukhov/opds-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server