{% extends "base.html" %} {% block content %}

My account

{{ user.email }}

{% if record and record.enabled %} {% else %} {% endif %} {% if flash %} {% endif %}

Intervals.icu credentials

Athlete ID: {{ record.athlete_id if record and record.athlete_id else '— not set —' }}
API key: {% if record and record.api_key_enc %}•••••••• set{% else %}— not set —{% endif %}

Find these in Intervals.icu → Settings → Developer. Your athlete ID looks like i123456.

Connect Claude

Add a custom connector in Claude pointing at this URL:

{{ mcp_url }}

Step by step:

  1. In Claude, open Settings → Connectors (on claude.ai this may be Customize → Connectors).
  2. Click Add custom connector.
  3. Name it intervals — letters only, no dot.
  4. URL: paste the address above (use Copy).
  5. Click Add, then sign in with Google when prompted.
{% endblock %}