← screensearch.co.uk
INDIVIDUAL MCP TOOL
get_trending
Return the global trending list from TMDB for the given window.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.screensearch-co-uk]
url = "https://www.screensearch.co.uk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"screensearch-co-uk": {
"type": "http",
"url": "https://www.screensearch.co.uk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: screensearch-co-uk
Remote MCP URL: https://www.screensearch.co.uk/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": {
"screensearch-co-uk": {
"url": "https://www.screensearch.co.uk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"screensearch-co-uk": {
"type": "http",
"url": "https://www.screensearch.co.uk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "screensearch-co-uk",
"transport": "streamable-http",
"url": "https://www.screensearch.co.uk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_shows— Search for a film or TV series by title.get_show_details— Fetch full TMDB details for a film or TV series by id and type.get_watch_providers— Where can a user watch this title in a given region?