Trainzilla Coach MCP

Created By
Trainzilla10 hours ago
AI assistant for fitness coaches on Trainzilla. Manage clients, create workout and diet plans, schedule sessions, track habit compliance, review check-ins, and query billing — all via one-click OAuth 2.0. No token paste required.
Overview

Trainzilla Coach MCP

Connect Claude (or any MCP-compatible AI) to your Trainzilla coaching account. Manage clients, plans, sessions, habits, and billing using plain English — no scripts or token paste required.

Quick Setup (Claude.ai)

  1. Go to claude.ai/customize/connectors → click +
  2. Name: Trainzilla, URL: https://api.tzilla.live/mcp
  3. Click Connect → Allow access on the consent page

That's it. Claude is now connected to your coaching data.

MCP Endpoint

https://api.tzilla.live/mcp

Transport: Stateless Streamable HTTP · Auth: OAuth 2.0 (one-click, no token paste)

Available Tools

ToolDescription
whoamiGet your trainer profile
list_clientsList all active coaching clients
get_client_profileDetailed client profile
list_workout_plansList workout plans for a client
create_workout_planCreate a new workout plan
list_diet_plansList diet plans for a client
create_diet_planCreate a new diet plan
list_sessionsList upcoming coaching sessions
schedule_sessionSchedule a new session
list_checkinsReview client check-ins
list_client_habitsList habits assigned to a client
get_habit_complianceHabit compliance data
recent_habit_activityRecent habit activity feed
billing_summaryRevenue and billing overview
list_subscriptionsActive client subscriptions
calc_macrosCalculate macros from calories + goal
calc_tdeeCalculate Total Daily Energy Expenditure
calc_1rmOne-rep max from weight and reps

Example Prompts

  • "Show me all my clients and their last check-in date"
  • "Create a 4-week strength program for John with progressive overload"
  • "What's my revenue this month?"
  • "Which clients haven't submitted a check-in in the last 2 weeks?"
  • "Calculate macros for a 75kg client at 2400 calories cutting"

Auth Details

  • Protocol: OAuth 2.0 with PKCE (S256), dynamic client registration (RFC 7591)
  • Discovery: RFC 8414 + RFC 9728 protected-resource metadata
  • No manual token required — one-click consent via app.trainzilla.in/oauth/consent

Server Config

{
  "mcpServers": {
    "trainzilla": {
      "url": "https://api.tzilla.live/mcp"
    }
  }
}
Project Info
Created At
10 hours ago
Updated At
9 hours ago
Author Name
Trainzilla
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

a day ago
PDFGate
@pdfgate

3 hours ago