media-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TMDB_API_KEY | Yes | API Read Access Token from TMDB |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_mediaA | Busca películas o series en TMDB por título. |
| add_to_watchlistB | Agrega una película o serie a la watchlist (pendiente de ver). |
| get_watchlistA | Lista lo que está en watchlist o en progreso (watching). |
| mark_watchedA | Marca una película o serie (a nivel general) como vista, opcionalmente con rating y notas. Para episodios sueltos de una serie usa mark_episode_watched. |
| get_watched_historyA | Lista todo lo marcado como visto, con rating y notas. |
| mark_episode_watchedB | Marca un episodio específico de una serie como visto. |
| get_next_episodeC | Encuentra el próximo episodio no visto de una serie. |
| get_recommendationsA | Recomienda películas o series. Si das 'based_on' recomienda parecidos a ese título; si no, usa tu historial de vistos como base. |
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/emedinamaza/media-mcp-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server