@striderlabs/mcp-max
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| max_searchA | Search for movies and TV shows on Max (HBO Max). Returns a list of matching content. |
| max_get_detailsA | Get detailed information about a specific movie or TV show on Max, including description, cast, rating, and more. |
| max_get_watchlistA | Retrieve the current user's watchlist (My Stuff) from Max. Requires the user to be logged in. |
| max_add_to_watchlist | Add a movie or TV show to the user's watchlist (My Stuff) on Max. |
| max_remove_from_watchlist | Remove a movie or TV show from the user's watchlist (My Stuff) on Max. |
| max_get_continue_watchingA | Get the list of content the user has started watching but hasn't finished, including progress information. |
| max_get_viewing_historyA | Retrieve the user's complete viewing history on Max, showing previously watched content. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct aspect of Max: watchlist, continue watching, viewing history, search, and details. The descriptions clearly differentiate them, leaving no ambiguity.
All tools follow a consistent pattern: 'max_' prefix + verb + noun in snake_case. Verbs are descriptive (get, search) and object names are clear.
5 tools is a reasonable count for an info-retrieval-focused server. It covers the core read operations without being too sparse, though a few more could be added.
The set covers all main read operations (lists, search, details) but lacks any write operations (e.g., add/remove from watchlist), which limits completeness for full interaction.