mcp-server-tmdb
by Laksh-star
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TMDB_API_KEY | Yes | Your TMDB API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_movies | Search for movies by title or keywords |
get_recommendations | Get movie recommendations based on a movie ID |
get_trending | Get trending movies for a time window |