Content Tools
beactivetv.pl
Provides access to a public workout catalogue, including detailed training information, trainers, and challenges.
ENDPOINT 1
https://beactivetv.pl/api/mcp
MCP server metadata
- Name
- beactivetv.pl/catalog
- Version
- 0.1.0
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_trainingsSearch the public workout catalogue by phrase, category, tag, difficulty, intensity, body part, equipment, duration or trainer.
Inferred read-onlyget_trainingReturn the public details of one training identified by its slug: name, description, category, duration, difficulty, intensity, body parts, equipment, tags and trainer.
Inferred read-onlylist_trainersList the public trainers and specialists, optionally filtered by a free-text phrase.
Inferred read-onlyget_trainerReturn the public profile of one trainer identified by its slug: name, biography, trainer type, number of trainings and public social links.
Inferred read-onlylist_challengesList the public challenges with their dates, training counts and trainers, optionally filtered by a free-text phrase.
Inferred read-onlyget_challengeReturn the public details of one challenge identified by its slug, including its day-by-day schedule of training names and slugs.
Inferred read-onlylist_training_plansList the public training plans with their length in days, training counts and trainers, optionally filtered by a free-text phrase.
Inferred read-onlyget_training_planReturn the public details of one training plan identified by its slug: length, minimum commitment, training count, difficulty and trainers.
Inferred read-onlyget_pricingReturn 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.