# io.github.skdonthi/tv-mcp (npm · tv-mcp)

Build, deploy, and debug web apps on Samsung Tizen and LG webOS Smart TVs from any MCP client

- Trust score: 23/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `tv-mcp`: 23/100 (this document), [markdown](https://verifymcp.io/servers/skdonthi-tv-mcp/tv-mcp.md), [page](https://verifymcp.io/servers/skdonthi-tv-mcp/tv-mcp)

## Channel facts

- Registry: `npm`
- Package: `tv-mcp`
- Version: `0.2.3`
- 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-08-03.

- **Supply Chain Security**: 13/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - No install/post-install scripts declared.
  - Dependency-health data not yet available.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to skdonthi/tv-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- **Capabilities**: 0/100
  - Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.

**Unverified: 4 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### Claude

```bash
claude mcp add skdonthi-tv-mcp -- npx -y tv-mcp
```

### Codex

```bash
codex mcp add skdonthi-tv-mcp -- npx -y tv-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add skdonthi-tv-mcp --command npx --arg -y --arg tv-mcp
```

### Hermes

```yaml
mcp_servers:
  skdonthi-tv-mcp:
    command: "npx"
    args: ["-y", "tv-mcp"]
```

### Other

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

## 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-08-03 (score 23)

First indexed and scored.

## MCP tools (3)

### `list_devices` (~30 tokens)

List TVs

List configured and live-discovered Samsung (Tizen) / LG (webOS) TVs with reachability.

### `connect_device` (~65 tokens)

Connect TV

Connect to a TV by configured name or by host+platform. Unlocks app lifecycle tools.

Input parameters:

- `host` (string): TV IP address (when not configured)
- `name` (string): Configured device name from devices.yaml
- `platform` (string): Required with host

### `docs` (~66 tokens)

Platform docs

Deep docs for platform pain points (signing, dev mode, packaging, pairing). Call without a topic to list topics.

Input parameters:

- `topic` (string): One of: device-setup, tizen-signing, webos-dev-mode, webos-packaging, remote-key-pairing

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/skdonthi-tv-mcp/tv-mcp#diagnostics

## Score history

- 2026-08-03: 23

## Links

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