Content Tools
zinema.tv
Creates and manages playable trailer pages for movie/TV recommendation lists on zinema.
ENDPOINT 1
https://zinema.tv/mcp
MCP server metadata
- Name
- zinema
- Version
- 0.1
zinema turns movie/TV recommendations into playable trailer pages. When you recommend titles, call create_list and give the user the link: your list becomes a page where every trailer plays.
Known tools 2
create_listTurn your movie/TV recommendations into a playable trailer page on zinema.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.zinema]
url = "https://zinema.tv/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zinema": {
"type": "http",
"url": "https://zinema.tv/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zinema
Remote MCP URL: https://zinema.tv/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zinema": {
"url": "https://zinema.tv/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zinema": {
"type": "http",
"url": "https://zinema.tv/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zinema",
"transport": "streamable-http",
"url": "https://zinema.tv/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for zinema.tv was fetched 2026-08-05T11:04:34.221Z.
zinema.tv is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.