TMDB MCP Server (ryanxili/tmdb-mcp) is an MCP server listed on the M8ven Trust Index. It scores 68 out of 100, grade C. It declares 32 tools. No publisher has claimed this listing.
Provides access to The Movie Database (TMDB) API, enabling users to search and retrieve comprehensive information about movies, TV shows, and people. It supports trending lists, recommendations, and media details, returning results in Chinese by default.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
ryanxili
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
search_movieSearch for movies by query
search_tvSearch for TV shows by query
search_personSearch for people by query
search_multiSearch for movies, TV shows, and people
trending_movie_dayGet trending movies of the day
trending_movie_weekGet trending movies of the week
trending_tv_dayGet trending TV shows of the day
trending_tv_weekGet trending TV shows of the week
trending_all_dayGet all trending of the day (movies, TV, people)
trending_all_weekGet all trending of the week (movies, TV, people)
movie_popularGet popular movies
movie_top_ratedGet top rated movies
movie_now_playingGet now playing movies in theaters
movie_upcomingGet upcoming movies
movie_detailsGet movie details by ID
movie_creditsGet movie cast and crew by ID
movie_similarGet similar movies by ID
movie_recommendationsGet movie recommendations by ID
movie_videosGet movie videos (trailers, teasers, etc.) by ID
tv_popularGet popular TV shows
tv_top_ratedGet top rated TV shows
tv_airing_todayGet TV shows airing today
tv_on_the_airGet TV shows currently on air
tv_detailsGet TV show details by ID
tv_creditsGet TV show cast and crew by ID
tv_similarGet similar TV shows by ID
tv_videosGet TV show videos by ID
person_detailsGet person details by ID
person_movie_creditsGet person movie credits by ID
person_tv_creditsGet person TV credits by ID
genre_movie_listGet list of movie genres
genre_tv_listGet list of TV genres
TMDB_API_KEYTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
32/32 tools missing one or more hints — search_movie (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_tv (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_person (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +29 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Descriptions match behaviour
32 tools describe read intent but their handlers mutate — search_movie (line 29: execSync(`curl -s "${url.toString()}"`, { encoding: 'utf-8' })); search_tv (line 29: execSync(`curl -s "${url.toString()}"`, { encoding: 'utf-8' })); search_person (line 29: execSync(`curl -s "${url.toString()}"`, { encoding: 'utf-8' }))
Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.
Tests exist
No test files found
Add tests that exercise each declared tool.
Tool description accuracy
32 tools have description/behavior mismatches: search_movie: description implies read-only but handler writes/deletes/executes; search_tv: description implies read-only but handler writes/deletes/executes; search_person: description implies read-only but handler writes/deletes/executes
Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/ryanxili/tmdb-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check