Agent Plugins Marketplace
All plugins

voltras-channel

v0.5.0

Voltra trainer control as an MCP server plus a push-event channel

Claude Code1 Skill1 MCP serverstdio

By voltras-mcpLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install voltras-channel for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install voltras-channel@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/HJewkes/voltras-mcp

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/voltras-channel/.

Plugin files

plugins/voltras-channel/
├── .claude-plugin/plugin.json
├── skills/pt-session/SKILL.md
└── .mcp.json

Included Skills1

pt-sessionskills/pt-session/SKILL.md

Act as the user's personal trainer through the voltras MCP. Two jobs. (1) Run a live workout on the connected Voltra electromagnetic resistance device. Use when the user wants to "do a workout," "lift," "start a PT session," or "coach me through a set." (2) Run a sitting with no device. Use when the user wants to "set goals," "do the Sunday sitting," "log my weight," "do the weekly review," "plan the next block," or "check in." Drives device.*, bilateral.*, slot.*, session.*, set.*, exercise.*, plan.*, goal.*, profile.*, progression.*, metrics.*, report.*, accountability.*, rir_velocity.*, timer.*, isometric.*, baselines.*, coaching.*, server.* and system.* tools end-to-end.

MCP servers1

voltrasstdio
command
${CLAUDE_PLUGIN_ROOT}/bin/voltras-mcp-launch.sh

Plugin manifests1

plugins/voltras-channel/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "voltras-channel",
  "displayName": "Voltra Channel",
  "version": "0.5.0",
  "description": "Voltra trainer control as an MCP server plus a push-event channel",
  "author": {
    "name": "voltras-mcp"
  },
  "license": "MIT",
  "keywords": [
    "mcp",
    "voltra",
    "fitness",
    "ble",
    "channel"
  ],
  "mcpServers": {
    "voltras": {
      "command": "${CLAUDE_PLUGIN_ROOT}/bin/voltras-mcp-launch.sh"
    }
  },
  "channels": [
    {
      "server": "voltras"
    }
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[voltras-channel on Agent Plugins Marketplace](https://pluginsmp.com/plugins/voltras-channel)