74
/ 100
10 days ago
smithery

TMDB Server

This server integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.

Is this your MCP?

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.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: ACCESS_TOKEN, TMDB_API_KEY, TMDB_MCP_ACCESS_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretACCESS_TOKENnpx wrangler secret put
🔐 secretTMDB_API_KEYnpx wrangler secret put
configTMDB_BASE_URL
🔐 secretTMDB_MCP_ACCESS_TOKENyour-access-token> node scripts/tool-surface-smoke.mjs --mcp-url https://tmdb-mcp.<your-workers-subdomain>.workers.dev/mcp
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/laksh-star-mcp-server-tmdb-1ox93p)](https://m8ven.ai/mcp/laksh-star-mcp-server-tmdb-1ox93p)
commit: c220c632686b5cde9d6e5ad77ea10e9efe04e616
code hash: 62613f5a2e3f70f67cfdd3487bfba485101f00a00d8ae366cf7e0d49c22474c9
verified: 7/14/2026, 8:44:53 AM
view raw JSON →