# net.gradetv/grade (remote · gradetv.net)

Public TV and radio catalogue with measured stream health, folders and M3U feeds for VLC.

- Trust score: 63/100 (medium)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `gradetv.net`: 63/100 (this document), [markdown](https://verifymcp.io/servers/net-gradetv-grade/gradetv.md), [page](https://verifymcp.io/servers/net-gradetv-grade/gradetv)

## Channel facts

- Endpoint: `https://gradetv.net/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 41 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 2316 tokens (~56/item across 41 items; 41 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability check failed: schema churn in the 15 days we've observed: 7 tool removals, 1 breaking changes, 0 auth/transport breaks, 3 additions.
- **Tool Coverage**: 98/100
  - 98% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "remove_favorite" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 42 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the net.gradetv/grade MCP server?

net.gradetv/grade is a hosted endpoint at https://gradetv.net/mcp, so there is nothing to install locally. 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 --transport http net-gradetv-grade 'https://gradetv.net/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "net-gradetv-grade": {
      "url": "https://gradetv.net/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "net-gradetv-grade": {
      "type": "http",
      "url": "https://gradetv.net/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.net-gradetv-grade]
url = "https://gradetv.net/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-gradetv-grade": {
      "type": "remote",
      "url": "https://gradetv.net/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add net-gradetv-grade --url 'https://gradetv.net/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  net-gradetv-grade:
    url: "https://gradetv.net/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "net-gradetv-grade": {
      "Transport": "http",
      "Url": "https://gradetv.net/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add net-gradetv-grade -t streamable-http -u 'https://gradetv.net/mcp'
```

### Other

```json
{
  "mcpServers": {
    "net-gradetv-grade": {
      "type": "http",
      "url": "https://gradetv.net/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-20 (score 63, 0)

- [functional] Server version: ffd12ea8 → edeb64b6

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

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30.

### 2026-09-18 (score 62, −1)

- [security regression] Tool “nsfw_consent_accept” was removed
- [security regression] Tool “nsfw_consent_revoke” was removed
- [security regression] Tool “nsfw_consent_status” was removed
- [security regression] Tool “nsfw_pass_buy” was removed
- [security regression] Tool “nsfw_pass_status” was removed
- [security] Tool “legacy_stream” rewrote its description, which is the text the model reads
- [security] Tool “search_channels” rewrote its description, which is the text the model reads
- [functional] Server version: 9e6f0641 → ffd12ea8
- [cosmetic] “search_channels” dropped the optional parameter “nsfw”

### 2026-09-17 (score 63, 0)

- [functional] Server version: 97f0a4b0 → 9e6f0641

### 2026-09-16 (score 63, +1)

- [security] Tool “me” rewrote its description, which is the text the model reads
- [functional] Server version: 0e2415e9 → 97f0a4b0

### 2026-09-15 (score 62, 0)

- [security regression] Tool “auth_start” was removed
- [security regression] Tool “auth_verify” was removed
- [security] Tool “me” rewrote its description, which is the text the model reads
- [functional] Server version: 314dba24 → 0e2415e9
- [cosmetic] “add_favorite” reworded the description of “channel_id”
- [cosmetic] “add_item” reworded the description of “channel_id”
- [cosmetic] “forget_watch” reworded the description of “channel_id”
- [cosmetic] “get_channel” reworded the description of “id”
- [cosmetic] “record_watch” reworded the description of “channel_id”
- [cosmetic] “remove_favorite” reworded the description of “channel_id”

### 2026-09-14 (score 62, 0)

- [functional] Server version: 5bc90887 → 314dba24
- [functional] New tool “pricing”

### 2026-09-13 (score 62, +1)

- [functional] Server version: 7c65b44e → 5bc90887

## MCP tools (41)

### `api_index` (~14 tokens)

Descobre a API Grade.

### `health` (~10 tokens)

Liveness.

### `geo` (~20 tokens)

País sugerido pelo Cloudflare para a UI (fallback BR).

### `list_countries` (~66 tokens)

Países do catálogo com contagem playable e URL da bandeira (kind=radio conta estações).

Input parameters:

- `kind` (string): `tv` (padrão) conta canais de TV; `radio` conta estações do Radio Browser; `all` junta os dois.

### `list_tags` (~72 tokens)

Tags das estações de rádio tocáveis (Radio Browser), com contagem; opcionalmente por país.

Input parameters:

- `country` (string): Restringe às estações de um país, ISO 3166-1 alpha-2.
- `limit` (string): Quantas tags devolver (teto 100).

### `search_channels` (~452 tokens)

Busca canais públicos (filtros: q, country, category, language, network, quality, playable; kind=radio para estações de rádio, tag para tag de rádio; sort=score ordena pela saúde medida por terceiro, sort=votes pelos votos da rádio; online=1 só quem foi visto online nas últimas 48 h).

Input parameters:

- `category` (string): ID de categoria do iptv-org.
- `city` (string): Cidade, código do iptv-org.
- `country` (string): País do canal, ISO 3166-1 alpha-2.
- `guide` (string): `1` traz só canal com grade de programação (EPG).
- `kind` (string): `tv` (padrão) é o catálogo de TV; `radio` são as estações do Radio Browser; `all` junta os dois. Sem `kind`, rádio nunca aparece.
- `language` (string): Idioma do canal, ISO 639-3.
- `network` (string): Nome exato da rede/emissora.
- `online` (string): `1` traz só canal visto online pela fonte (IPTV Nexus para TV, Radio Browser para rádio) nas 48 h anteriores à última recarga do catálogo (`health_ext.online`); com o catálogo parado há mais de 48 h…
- `playable` (string): `0` inclui canal sem stream utilizável conhecido.
- `q` (string): Texto livre no nome e nos apelidos do canal (busca full-text).
- `quality` (string): Qualidade exata do stream.
- `sort` (string): `score` ordena pela saúde medida por terceiro (IPTV Nexus), melhor primeiro; canal não medido vai para o fim. `votes` ordena pelos votos da comunidade do Radio Browser (rádio). `name` é a ordem alfab…
- `subdivision` (string): Estado/província, código do iptv-org.
- `tag` (string): Tag da estação de rádio (vocabulário livre do Radio Browser, ex. `mpb`, `news`); veja `GET /api/tags`.

### `list_languages` (~15 tokens)

Idiomas do catálogo tocável.

### `list_networks` (~18 tokens)

Redes (network) do catálogo tocável.

### `list_qualities` (~15 tokens)

Qualidades distintas dos streams.

### `list_subdivisions` (~43 tokens)

Estados/subdivisões com canal tocável.

Input parameters:

- `country` (string): Restringe a um país, ISO 3166-1 alpha-2.

### `list_cities` (~55 tokens)

Cidades com canal tocável.

Input parameters:

- `country` (string): Restringe a um país, ISO 3166-1 alpha-2.
- `subdivision` (string): Restringe a um estado/província.

### `get_channel` (~40 tokens)

Detalhe de um canal e seus streams.

Input parameters:

- `id` (string, required): ID do canal no iptv-org, ex. `GloboNews.br`.

### `get_channel_guide` (~44 tokens)

Programação de hoje do canal (grabada por nós): agora, a seguir e a lista.

Input parameters:

- `id` (string, required): ID do canal no iptv-org.

### `create_guest` (~15 tokens)

Cria guest ipt_…

### `mint_key` (~39 tokens)

Gera API key iptk_… (texto 1×).

Input parameters:

- `label` (string): Rótulo para lembrar onde a chave foi usada.

### `get_library` (~18 tokens)

Árvore organizada do dono + URLs de feed.

### `create_category` (~30 tokens)

Cria tab/categoria pessoal.

Input parameters:

- `name` (string, required): Nome da pasta, até 40 caracteres.

### `create_group` (~54 tokens)

Cria sub-aba numa categoria.

Input parameters:

- `category_id` (string, required): Pasta que vai receber a sub-aba, `cat_…`.
- `name` (string, required): Nome da sub-aba, até 40 caracteres.

### `add_item` (~58 tokens)

Adiciona canal à sub-aba.

Input parameters:

- `channel_id` (string, required): ID do canal no catálogo, ex. `GloboNews.br`.
- `group_id` (string, required): Sub-aba que recebe o canal, `grp_…`.

### `get_history` (~62 tokens)

Histórico de canais assistidos pelo dono.

Input parameters:

- `limit` (string): Itens por página. Acima de 50 é silenciosamente reduzido a 50.
- `offset` (string): Quantos itens pular. Use `next_offset` da resposta anterior.

### `record_watch` (~38 tokens)

Registra um canal assistido no histórico do dono.

Input parameters:

- `channel_id` (string, required): Canal assistido, ex. `GloboNews.br`.

### `forget_watch` (~38 tokens)

Tira um canal do histórico do dono.

Input parameters:

- `channel_id` (string, required): Canal a remover do histórico, ex. `GloboNews.br`.

### `clear_history` (~16 tokens)

Limpa o histórico inteiro do dono.

### `legacy_stream` (~49 tokens)

Metadados públicos: site oficial do canal, URL da transmissão para copiar em outro player e player legado HTTP.

Input parameters:

- `id` (string, required): ID público do stream, incluindo compatibilidade de IDs antigos.

### `producer_services` (~56 tokens)

Oferta de transmissão autorizada sob consulta: informações e contatos para produtores. Não ativa streams.

Input parameters:

- `lang` (string): Idioma da oferta: pt, en, es, fr ou de; ausente ou desconhecido volta a pt.

### `report_play` (~96 tokens)

Relata se um canal tocou (ok=true) ou não (ok=false + code). Navegador, SO e país saem do pedido, não do corpo.

Input parameters:

- `channel_id` (string, required): Canal que você tentou assistir.
- `code` (string): Por que falhou; só quando `ok` é `false`.
- `ok` (boolean, required): `true` se tocou, `false` se falhou.

### `play_reports` (~96 tokens)

Relatos crus de um canal, com endereço — só operador (METRICS_TOKEN). Use para investigar um canal específico.

Input parameters:

- `channel_id` (string): Restringe a um canal.
- `limit` (string): Itens por página. Acima de 50 é silenciosamente reduzido a 50.
- `ok` (string): `0` traz só as falhas — é o recorte que interessa numa investigação.

### `channel_health` (~41 tokens)

Saúde comunitária do canal: taxa de sucesso, motivos de falha e ambientes afetados.

Input parameters:

- `id` (string, required): ID do canal no iptv-org.

### `list_favorites` (~14 tokens)

Favoritos do dono.

### `add_favorite` (~37 tokens)

Favorita um canal para o dono.

Input parameters:

- `channel_id` (string, required): Canal a favoritar, ex. `GloboNews.br`.

### `remove_favorite` (~39 tokens)

Tira um canal dos favoritos do dono.

Input parameters:

- `channel_id` (string, required): Canal a desfavoritar, ex. `GloboNews.br`.

### `list_comments` (~30 tokens)

Comentários da comunidade sobre um canal.

Input parameters:

- `id` (string, required): ID do canal no iptv-org.

### `post_comment` (~81 tokens)

Comenta num canal (teto de 20/hora por dono).

Input parameters:

- `author` (string): Apelido a usar; sem ele o servidor gera um estável.
- `body` (string, required): O texto do comentário; o teto vem em `max_length` da listagem.
- `id` (string, required): ID do canal no iptv-org.

### `delete_comment` (~32 tokens)

Apaga um comentário do próprio dono.

Input parameters:

- `id` (string, required): ID do comentário, vindo de `Comentario.id`.

### `chat_history` (~36 tokens)

Últimas mensagens da sala de um canal (sem WebSocket).

Input parameters:

- `channel_id` (string, required): ID do canal no iptv-org.

### `chat_send` (~72 tokens)

Manda mensagem na sala de um canal por HTTP.

Input parameters:

- `author` (string): Apelido a usar; sem ele o servidor gera um estável.
- `body` (string, required): O texto da mensagem, dentro de `max_length`.
- `channel_id` (string, required): ID do canal no iptv-org.

### `chat_pass` (~27 tokens)

Passe mensal do chat ($0.10 / 30 dias). Sem pagamento → 402.

### `me` (~30 tokens)

Conta da sessão (cookie repassado pelo cliente MCP): e-mail, convidado principal e tamanho da biblioteca.

### `billing` (~13 tokens)

Preços e tetos.

### `contact` (~237 tokens)

Contato, projeto de produtor ou proposta de patrocínio/parceria/anúncio ($0.10 x402/crédito por envio). Após o 1º envio: 429 + Retry-After.

Input parameters:

- `duracao` (string): Dias de exposição: `30`, `90` ou `365`.
- `email` (string, required): Para onde responder.
- `empresa` (string): Quem propõe, quando é empresa.
- `espaco` (array): Ids de placement de `GET /api/partners`, até 6.
- `message` (string, required): O que você quer dizer.
- `name` (string, required): Como chamar quem escreveu.
- `orcamento` (string): `ate_100`, `100_500`, `500_2000`, `2000_mais` ou `a_combinar`.
- `pagamento` (string): `usdc`, `deposito` ou `a_combinar`.
- `site` (string): Site de quem propõe.
- `tipo` (string): Proposta: `patrocinio`, `parceria` ou `anuncio`. Liga os campos abaixo.

### `pricing` (~17 tokens)

Current public prices and free allowances; no charge.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/net-gradetv-grade/gradetv#diagnostics

## Score history

- 2026-09-20: 63
- 2026-09-19: 63
- 2026-09-18: 62
- 2026-09-17: 63
- 2026-09-16: 63
- 2026-09-15: 62
- 2026-09-14: 62
- 2026-09-13: 62
- 2026-09-12: 61
- 2026-09-11: 61
- 2026-09-10: 61
- 2026-09-09: 60
- 2026-09-08: 60
- 2026-09-07: 59
- 2026-09-06: 56
- 2026-09-05: 56

## Common questions

### What is the net.gradetv/grade MCP server?

net.gradetv/grade is an MCP server listed in the public MCP registry as net.gradetv/grade. Public TV and radio catalogue with measured stream health, folders and M3U feeds for VLC. This page covers its hosted endpoint (https://gradetv.net/mcp).

### Is the net.gradetv/grade MCP server safe to use?

net.gradetv/grade scores 63 out of 100 on VerifyMCP. 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 net.gradetv/grade MCP server expose?

net.gradetv/grade exposes 41 tools: api_index, health, geo, list_countries, list_tags, and 36 more. Their descriptions and schemas cost roughly 2,235 tokens of context every time the server is loaded.

### Does the net.gradetv/grade MCP server require authentication?

No. We connected to net.gradetv/grade without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the net.gradetv/grade MCP server still maintained?

net.gradetv/grade 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.

## Links

- Remote endpoint: https://gradetv.net/mcp
- Website: https://gradetv.net/
- Changelog RSS feed: https://verifymcp.io/servers/net-gradetv-grade/gradetv.xml
- Changelog JSON feed: https://verifymcp.io/servers/net-gradetv-grade/gradetv.json
- HTML version of this page: https://verifymcp.io/servers/net-gradetv-grade/gradetv
