# io.github.smeet666/mcp-tvsubtitles (npm · mcp-tvsubtitles)

Search TV series on tvsubtitles.net, read a season's subtitle coverage and one record. No API key.

- Trust score: 88/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- mcpb · `mcp-tvsubtitles-1.0.1.mcpb`: 52/100, [markdown](https://verifymcp.io/servers/smeet666-mcp-tvsubtitles/https-github-com-smeet666-mcp-tvsubtitles-releases-download-v1-0-1-mcp-tvsubtitl.md), [page](https://verifymcp.io/servers/smeet666-mcp-tvsubtitles/https-github-com-smeet666-mcp-tvsubtitles-releases-download-v1-0-1-mcp-tvsubtitl)
- npm · `mcp-tvsubtitles`: 88/100 (this document), [markdown](https://verifymcp.io/servers/smeet666-mcp-tvsubtitles/mcp-tvsubtitles.md), [page](https://verifymcp.io/servers/smeet666-mcp-tvsubtitles/mcp-tvsubtitles)

## Channel facts

- Registry: `npm`
- Package: `mcp-tvsubtitles`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to smeet666/mcp-tvsubtitles).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 17 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1509 tokens (~377/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability observed for 19 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.smeet666/mcp-tvsubtitles server?

io.github.smeet666/mcp-tvsubtitles runs locally as an npm package, launched with npx -y mcp-tvsubtitles. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add smeet666-mcp-tvsubtitles -- npx -y mcp-tvsubtitles
```

### Cursor

```json
{
  "mcpServers": {
    "smeet666-mcp-tvsubtitles": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-tvsubtitles"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "smeet666-mcp-tvsubtitles": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-tvsubtitles"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add smeet666-mcp-tvsubtitles -- npx -y mcp-tvsubtitles
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "smeet666-mcp-tvsubtitles": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-tvsubtitles"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add smeet666-mcp-tvsubtitles --command npx --arg -y --arg mcp-tvsubtitles
```

### Hermes

```yaml
mcp_servers:
  smeet666-mcp-tvsubtitles:
    command: "npx"
    args: ["-y", "mcp-tvsubtitles"]
```

### Netclaw

```json
{
  "McpServers": {
    "smeet666-mcp-tvsubtitles": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mcp-tvsubtitles"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add smeet666-mcp-tvsubtitles -t stdio -c npx -a -y mcp-tvsubtitles
```

### Other

```json
{
  "mcpServers": {
    "smeet666-mcp-tvsubtitles": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-tvsubtitles"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 88, +1)

No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 87, +1)

No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 86, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 85, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 84, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-06 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-04 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (4)

### `search_titles` (~343 tokens)

Search television series

Search tvsubtitles.net for a television series by name. The site catalogues television only, so 'media_type' takes 'tv' or 'any' and a film is refused rather than answered with an absence. Each row carries the id the other tools take, the years the site publishes for the show, and the languages it draws a flag for. Pass 'with_counts' for how many subtitles, episodes and seasons the site holds per show: it publishes those three on its catalogue index rather than on the page a search answers with, so reading them costs one further request over a large page, and each counts the whole show. Show ids come from here and are never built by hand.

Input parameters:

- `limit` (integer): Rows to render, 20 by default and 100 at most.
- `media_type` (string): 'tv' or 'any' both search the catalogue, which holds television only. 'movie' is refused, because answering it with an empty list would report an absence this site cannot establish.
- `query` (string, required): The name of a series, or part of one. The site matches on the name alone.
- `with_counts` (boolean): Read each row's subtitle, episode and season counts from the site's catalogue index, which costs one further request over a page of several hundred kilobytes. Each figure counts the whole show rather…
- `year` (integer): Keep only shows whose published years cover this one. When that leaves nothing, the search is reported without it and a note says the year was set aside.

Output parameters:

- `cached` (boolean): True when the answer was served from memory rather than the site.
- `counts_scope`: What the three counts count, when they were read: every season of that show together, which is a different figure from the rows this search served. Null when no counts were asked for.
- `filters_applied` (array)
- `filters_dropped` (array)
- `notes` (array)
- `query` (string)
- `result_count` (integer): Rows rendered here.
- `results` (array)
- `source` (string)
- `total_available` (integer): Rows the site's answer held, before any were rendered.
- `total_counts` (string): What 'total_available' counted: the rows this one search came back with.

### `list_subtitles` (~245 tokens)

List a season's coverage or an episode's subtitles

List what tvsubtitles.net holds for one series. Pass 'id' from search_titles. With 'season' alone the answer is that season's coverage, one row per episode saying which languages hold something, and 'kind' reads 'coverage'. Add 'episode' and the answer is the subtitle records themselves, with 'kind' reading 'subtitles'. Leaving 'season' out reads the newest season, and the answer says which one that was. This server reads the catalogue: each record carries the page to open to download it.

Input parameters:

- `episode` (integer): Name an episode to read its subtitle records rather than the season's coverage.
- `id` (string, required): A show id from search_titles. The site answers an id it does not hold with a page.
- `language` (string): A language from list_languages, by its name, the site's two-letter code, or its BCP 47 tag. Left out, every language comes back.
- `limit` (integer): Rows to render, 40 by default and 200 at most.
- `season` (integer): Leave it out to read the newest season. The answer states which season it read.

Output parameters:

- `cached` (boolean)
- `episode`: The episode read, or null for a season.
- `filters_applied` (array)
- `filters_dropped` (array)
- `id` (string)
- `kind` (string): Which shape 'results' takes.
- `notes` (array)
- `result_count` (integer)
- `results`: Coverage rows when 'kind' is 'coverage', subtitle records when it is 'subtitles'.
- `season` (integer): The season the site served, which it states on the page.
- `season_requested`: The season that was asked for, or null when the newest was asked for.
- `seasons_available` (array)
- `show_name` (string)
- `source` (string)
- `total_available` (integer)
- `total_counts` (string): What 'total_available' counted: the episodes of a season, or the records one episode held.

### `get_subtitle` (~145 tokens)

Read one subtitle's record

Read one subtitle's record on tvsubtitles.net, from an id list_subtitles returned. The record carries the episode it belongs to, the release it was cut for, who uploaded it and when, its size and how often it was downloaded. Six of the site's ten fields are absent on some records, the author on roughly two out of three, and an absent field is null rather than blank. This server reads the catalogue: open 'page_url' to download the file.

Input parameters:

- `id` (string, required): A subtitle id from list_subtitles. The site answers an id it does not hold by sending the reader to its front page, which this reports as an absence.

Output parameters:

- `cached` (boolean)
- `notes` (array)
- `source` (string)
- `subtitle` (object)

### `list_languages` (~208 tokens)

List the languages the catalogue holds

List the languages tvsubtitles.net catalogues subtitles in. Called without arguments it returns the twenty-four the catalogue holds. Pass a show id from search_titles to read the languages that show actually holds, measured over one season and counted in episodes. Each entry carries the name the site prints, the two-letter code it addresses the language by, and the BCP 47 tag where that mapping is certain. Six of the site's codes differ from ISO 639-1 and one of them collides: the site writes 'br' for Brazilian Portuguese, which ISO assigns to Breton. Read this before narrowing list_subtitles by language.

Input parameters:

- `id` (string): A show id from search_titles, to read what that show holds rather than what the catalogue does. Left out, the whole catalogue's languages come back.
- `season` (integer): Which season to measure a show's languages over. Left out, the newest season is read. Ignored without 'id', because the catalogue has no season.

Output parameters:

- `cached` (boolean)
- `language_count` (integer)
- `languages` (array)
- `notes` (array)
- `scope` (string): 'catalogue' is every language the site catalogues, whatever any show holds. 'season' is what one season of one show holds, which is what was measured when 'id' was passed.
- `season`: The season measured, which the site states on the page it served.
- `show_id` (string|null)
- `show_name` (string|null)
- `source` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/smeet666-mcp-tvsubtitles/mcp-tvsubtitles#diagnostics

## Score history

- 2026-09-20: 88
- 2026-09-19: 88
- 2026-09-18: 87
- 2026-09-17: 87
- 2026-09-16: 86
- 2026-09-15: 86
- 2026-09-14: 85
- 2026-09-13: 85
- 2026-09-12: 85
- 2026-09-11: 84
- 2026-09-10: 84
- 2026-09-09: 83
- 2026-09-08: 83
- 2026-09-07: 82
- 2026-09-06: 82
- 2026-09-05: 81
- 2026-09-04: 81
- 2026-09-03: 80
- 2026-09-02: 65
- 2026-09-01: 79

## Common questions

### What is the io.github.smeet666/mcp-tvsubtitles server?

io.github.smeet666/mcp-tvsubtitles is listed in the public MCP registry as io.github.smeet666/mcp-tvsubtitles. Search TV series on tvsubtitles.net, read a season's subtitle coverage and one record. No API key. This page covers its npm package (mcp-tvsubtitles).

### Is the io.github.smeet666/mcp-tvsubtitles server safe to use?

io.github.smeet666/mcp-tvsubtitles scores 88 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.smeet666/mcp-tvsubtitles server expose?

io.github.smeet666/mcp-tvsubtitles exposes 4 tools: search_titles, list_subtitles, get_subtitle, list_languages. Their descriptions and schemas cost roughly 941 tokens of context every time the server is loaded.

### Is the io.github.smeet666/mcp-tvsubtitles server still maintained?

io.github.smeet666/mcp-tvsubtitles is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.smeet666/mcp-tvsubtitles server under?

io.github.smeet666/mcp-tvsubtitles declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/mcp-tvsubtitles
- Socket report: https://socket.dev/npm/package/mcp-tvsubtitles
- Repository: https://github.com/smeet666/mcp-tvsubtitles
- Changelog RSS feed: https://verifymcp.io/servers/smeet666-mcp-tvsubtitles/mcp-tvsubtitles.xml
- Changelog JSON feed: https://verifymcp.io/servers/smeet666-mcp-tvsubtitles/mcp-tvsubtitles.json
- HTML version of this page: https://verifymcp.io/servers/smeet666-mcp-tvsubtitles/mcp-tvsubtitles
