SeerrSense — ask Claude or ChatGPT for a film, get a verified request in your Seerr #3513
mashkovd
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I built a small MCP server that sits in front of Seerr. The MCP thread here ended with "this should be handled by a third-party tool" (#2496), so this seemed like the right place to leave it.
You describe a film or series to Claude, ChatGPT or any MCP client — "the Danish political drama with the female prime minister" — it resolves that to one verified TMDB title, checks availability against your Seerr, and files the request there. Four tools, one of which writes; your assistant confirms before calling it. Titles that are already available or pending are refused rather than filed twice.
The language model only proposes candidate titles, and only when Seerr's own search and a normalised retry both come up empty. It never produces a TMDB id — every candidate is verified against Seerr before you see it.
Self-hosted
There is also a stdio mode for Claude Desktop, and standalone binaries for Linux, macOS and Windows.
Hosted, if you would rather not run it: https://seerrsense.mctl.ai — Google sign-in, you attach your own Seerr on
/account. The API key is sealed with AES-256-GCM and never returned by the API, not even masked. Submitted addresses are SSRF-guarded: https only, no loopback, private or link-local targets, re-checked on every dial.Source: https://github.com/mctlhq/seerrsense (MIT)
I am not affiliated with the Seerr team. Issues and criticism welcome — especially on the request guard, which is the part I would least like to get wrong.
All reactions