Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/cyanheads/seerr-mcp-server/agents-mdgit clone --depth 1 https://github.com/cyanheads/seerr-mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/cyanheads/seerr-mcp-server/agents-md)<a href="https://agentmods.dev/instructions/cyanheads/seerr-mcp-server/agents-md"><img src="https://agentmods.dev/badge/instructions/cyanheads/seerr-mcp-server/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.06638 | $0.06638 |
| Opus 5 | $0.03319 | $0.03319 |
| Sonnet 5 | $0.01328 | $0.01328 |
| Haiku 4.5 | $0.00664 | $0.00664 |
Grade A, and why
seerr-mcp-server AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
72% identical to obsidian-mcp-server AGENTS.md — 342 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 413 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Developer Protocol
Server: seerr-mcp-server
Version: 0.1.3
Framework: @cyanheads/mcp-ts-core ^0.12.3
Engines: Bun ≥1.3.0, Node ≥24.0.0
MCP SDK: @modelcontextprotocol/server ^2.0.0
Zod: ^4.4.3
Read the framework docs first:
node_modules/@cyanheads/mcp-ts-core/CLAUDE.mdcontains the full API reference — builders, Context, error codes, exports, patterns. This file covers server-specific conventions only.
What This Server Does
A workflow MCP server over a self-hosted Jellyseerr/Overseerr instance: search → confirm the TMDB-backed title → check availability/request state → create a guarded request that Radarr/Sonarr act on. Jellyseerr owns permissions, quotas, routing, and status; this server never touches Radarr/Sonarr directly. Read + guarded-request only — admin-scope endpoints (approve/decline, retry, edit/delete, media/file deletion, user/settings/sync) are excluded by design.
Surface: six tools (seerr_search_media, seerr_get_media, seerr_list_requests, seerr_request_media, seerr_request_status, seerr_service_options) + one resource (seerr://request/{requestId}). No prompts.
Two invariants that must never regress:
- Guarded write.
seerr_request_mediais the only mutation. It defaults tomode: preview(resolve + validate, no POST); the real write fires only onmode: requestand only once the handler is re-entered with a schema-valid acceptance onctx.inputs, withdestructiveHint: truesurfacing the risk in client-side approval flows. There is no branch that proceeds without an acceptance — a client that never answers leaves the write un-run. Capability validation (4K/seasons/partial) runs locally against cached settings before any POST.MCP_SESSION_MODEmust resolve tostateful: the round trip needs a live session for 2025-era clients, andstatelessrefuses it. - PII/infra redaction. Every raw Jellyseerr payload is projected through
src/services/seerr/normalizers.ts— the single choke point — before output. It allow-lists fields:User→{ id, displayName }, and drops operator email, Plex/Jellyfin tokens,serviceUrl,vapidPublic, and filesystem paths (gated behindincludePaths). The base URL and API key live only in config and never appear in output. Redaction lives in normalizers, notformat(), so bothstructuredContentandcontent[]are clean.ctx.logis a third output surface — it is dual-sink as of mcp-ts-core 0.12.0, mirroring every call to the client asnotifications/message— so log only classified reasons and the caller's own inputs, never a raw upstream or network message.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 413 lines · 6,638 tokens per session scan A 90db5e909fef
seerr-mcp-server AGENTS.md is an instructions file published in the GitHub repository cyanheads/seerr-mcp-server (1 stars, last pushed 10d ago), licensed Apache-2.0. It adds 6,638 tokens to every session, about $0.0332 per session on Opus 5. A static security scan graded it A with 0 findings. It is 72% identical to obsidian-mcp-server AGENTS.md, differing in 342 lines, and is treated as a copy.
Other instructions, from other repositories
protein-mcp-server CLAUDE.md
Instructions for cyanheads/protein-mcp-server, covering developer protocol, what's next?, core rules, patterns and tool.
sports-mcp-server AGENTS.md
AGENTS.md instructions for cyanheads/sports-mcp-server, covering developer protocol, what's next?, core rules, patterns and tool.
openaq-mcp-server AGENTS.md
AGENTS.md instructions for cyanheads/openaq-mcp-server, covering developer protocol, what's next?, core rules, patterns and tool.
openaq-mcp-server CLAUDE.md
Claude Code instructions for cyanheads/openaq-mcp-server, covering developer protocol, what's next?, core rules, patterns and tool.
internet-archive-mcp-server AGENTS.md
AGENTS.md instructions for cyanheads/internet-archive-mcp-server, covering developer protocol, what's next?, core rules, patterns and tool.
internet-archive-mcp-server CLAUDE.md
Claude Code instructions for cyanheads/internet-archive-mcp-server, covering developer protocol, what's next?, core rules, patterns and tool.