TMDB MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TMDB_API_KEY | Yes | Your TMDB API key. Obtain from themoviedb.org. |
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_moviesB | Search for movies on TMDB by title to get metadata like overview, release date, and rating |
| search_tv_showsA | Search for TV shows on TMDB by title to get metadata like overview, first air date, and rating |
| get_movie_detailsA | Get detailed information about a specific movie by its ID |
| get_tv_show_detailsB | Get detailed information about a specific TV show by its ID |
| get_trending_moviesC | Get a list of trending movies |
| get_trending_tvB | Get a list of trending TV shows |
| search_personA | Search for people (actors, directors, etc.) on TMDB |
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/lonzzi/tmdb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server