Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Philips TV (JointSpace + ADB)

PYPI · PYLIPS-MCP · SCANNED SEP 24

Control a Philips Android TV over JointSpace and ADB: power, volume, apps, keys, screen, Ambilight.

Available components

55 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security50
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 35 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 446 tokens (~27/item across 16 items; 16 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Philips TV (JointSpace + ADB) MCP server?

Philips TV (JointSpace + ADB) runs locally as a PyPI package, launched with uvx pylips-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · pylips-mcp

# add to Claude Code
claude mcp add amineutron-pylips-mcp -- uvx pylips-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "amineutron-pylips-mcp": {
      "command": "uvx",
      "args": [
        "pylips-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "amineutron-pylips-mcp": {
      "command": "uvx",
      "args": [
        "pylips-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add amineutron-pylips-mcp -- uvx pylips-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "amineutron-pylips-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "pylips-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add amineutron-pylips-mcp --command uvx --arg pylips-mcp
# ~/.hermes/config.yaml
mcp_servers:
  amineutron-pylips-mcp:
    command: "uvx"
    args: ["pylips-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "amineutron-pylips-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "pylips-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add amineutron-pylips-mcp -t stdio -c uvx -a pylips-mcp
// mcp.json
{
  "mcpServers": {
    "amineutron-pylips-mcp": {
      "command": "uvx",
      "args": [
        "pylips-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 24 Sept 26 55

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Analysed pypi/pylips-mcp@0.2.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 35 packages
Packages resolved 35
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 16 exposed · ~446 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ambilight_mode ~25

Change le mode Ambilight

NameTypeReqDescription
modestringyesMode Ambilight

No output schema declared.

No examples provided.

ambilight_off ~19

Desactive l'Ambilight de la TV

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ambilight_on ~18

Active l'Ambilight de la TV

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_state ~38

Retourne l'etat actuel de la TV : powerstate (On/Standby), volume, muted, ambilight_on, ambilight_mode

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

launch_app ~26

Lance une application sur la TV

NameTypeReqDescription
appstringyesNom de l'application

No output schema declared.

No examples provided.

list_apps ~16

Liste les applications disponibles sur la TV

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

mute ~16

Coupe ou remet le son de la TV

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

power_off ~18

Eteint la TV Philips (standby)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

power_on ~14

Allume la TV Philips

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

screen_off ~43

Eteint l'ecran de la TV tout en gardant le son actif (mode musique). Note: fonctionne principalement en source HDMI/TV, limite en mode Android.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

screen_on ~22

Rallume l'ecran de la TV apres un screen_off

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

send_key ~39

Envoie une touche de telecommande

NameTypeReqDescription
keystringyesTouche a envoyer (ex: Home, Back, Play, Pause, Stop)

No output schema declared.

No examples provided.

volume_down ~33

Baisse le volume de la TV (default -5)

NameTypeReqDescription
stepintegerDecrement (default 5)

No output schema declared.

No examples provided.

volume_set ~32

Regle le volume a un niveau specifique

NameTypeReqDescription
levelintegeryesNiveau de volume (0-60)

No output schema declared.

No examples provided.

volume_up ~32

Augmente le volume de la TV (default +5)

NameTypeReqDescription
stepintegerIncrement (default 5)

No output schema declared.

No examples provided.

youtube_video ~55

Lance YouTube sur une video specifique (URL youtube ou ID de video)

NameTypeReqDescription
videostringyesURL YouTube (youtube.com/watch?v=xxx, youtu.be/xxx) ou ID de video (11 caracteres)

No output schema declared.

No examples provided.

Common questions

What is the Philips TV (JointSpace + ADB) MCP server?

Philips TV (JointSpace + ADB) is an MCP server listed in the public MCP registry as io.github.amineutron/pylips-mcp. Control a Philips Android TV over JointSpace and ADB: power, volume, apps, keys, screen, Ambilight. This page covers its PyPI package (pylips-mcp).

Is the Philips TV (JointSpace + ADB) MCP server safe to use?

Philips TV (JointSpace + ADB) scores 55 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. 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 Philips TV (JointSpace + ADB) MCP server expose?

Philips TV (JointSpace + ADB) exposes 16 tools: power_on, power_off, screen_off, screen_on, volume_up, and 11 more. Their descriptions and schemas cost roughly 446 tokens of context every time the server is loaded.

Is the Philips TV (JointSpace + ADB) MCP server still maintained?

Philips TV (JointSpace + ADB) is still listed as active in the MCP registry. We last reached this channel on 24 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 Philips TV (JointSpace + ADB) MCP server under?

Philips TV (JointSpace + ADB) declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.