← Registry

Content Tools

beactivetv.pl

Provides access to a public workout catalogue, including detailed training information, trainers, and challenges.

1 endpoint9 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://beactivetv.pl/api/mcp

No auth detected

MCP server metadata

Name
beactivetv.pl/catalog
Version
0.1.0
Capabilities
tools
Server instructions

Read-only access to the public workout catalogue. Use search_trainings, list_trainers, list_challenges and list_training_plans to find slugs, then the matching get_* tool for details, and get_pricing for what a subscription costs. Nothing here exposes accounts, video files or paid content.

Known tools 9

search_trainings

Search the public workout catalogue by phrase, category, tag, difficulty, intensity, body part, equipment, duration or trainer.

Inferred read-only
get_training

Return the public details of one training identified by its slug: name, description, category, duration, difficulty, intensity, body parts, equipment, tags and trainer.

Inferred read-only
list_trainers

List the public trainers and specialists, optionally filtered by a free-text phrase.

Inferred read-only
get_trainer

Return the public profile of one trainer identified by its slug: name, biography, trainer type, number of trainings and public social links.

Inferred read-only
list_challenges

List the public challenges with their dates, training counts and trainers, optionally filtered by a free-text phrase.

Inferred read-only
get_challenge

Return the public details of one challenge identified by its slug, including its day-by-day schedule of training names and slugs.

Inferred read-only
list_training_plans

List the public training plans with their length in days, training counts and trainers, optionally filtered by a free-text phrase.

Inferred read-only
get_training_plan

Return the public details of one training plan identified by its slug: length, minimum commitment, training count, difficulty and trainers.

Inferred read-only
get_pricing

Return every subscription and one-off variant a visitor can buy on the site, with duration in days, list price, any active promotional price and the currency.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.beactivetv-pl-catalog]
url = "https://beactivetv.pl/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "beactivetv-pl-catalog": {
      "type": "http",
      "url": "https://beactivetv.pl/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: beactivetv-pl-catalog
Remote MCP URL: https://beactivetv.pl/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "beactivetv-pl-catalog": {
      "url": "https://beactivetv.pl/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "beactivetv-pl-catalog": {
      "type": "http",
      "url": "https://beactivetv.pl/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "beactivetv-pl-catalog",
  "transport": "streamable-http",
  "url": "https://beactivetv.pl/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.