INDIVIDUAL MCP TOOL
get_challenge
Return the public details of one challenge identified by its slug, including its day-by-day schedule of training names and slugs.
LIVE ENDPOINT
https://beactivetv.pl/api/mcp
Connect to this endpoint to inspect the live schema for get_challenge and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_trainings— Search the public workout catalogue by phrase, category, tag, difficulty, intensity, body part, equipment, duration or trainer.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.list_trainers— List the public trainers and specialists, optionally filtered by a free-text phrase.get_trainer— Return the public profile of one trainer identified by its slug: name, biography, trainer type, number of trainings and public social links.list_challenges— List the public challenges with their dates, training counts and trainers, optionally filtered by a free-text phrase.list_training_plans— List the public training plans with their length in days, training counts and trainers, optionally filtered by a free-text phrase.get_training_plan— Return the public details of one training plan identified by its slug: length, minimum commitment, training count, difficulty and trainers.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.