Pacemind

Demo runner environment

No Garmin account required

Try the Pacemind MCP before you sign up.

This page loads a shared demo runner with realistic Garmin-style data. Paste the public demo key into Claude Desktop or ChatGPT and test the actual MCP flow end to end.

Weekly volume

42

km across 5 runs

Average HR

148

bpm in the current block

VO2max

54

steady aerobic fitness

Sleep

7.2

hours average recovery sleep

Demo runner profile

Avery Miles

Marathon-focused runner using a shared Pacemind demo profile. The numbers match the public demo key responses so visitors can reproduce the exact same answers in their LLM.

Preferred sport

running

Fitness age

31

Long run

18.4 km

Try asking

"How was my training load this week?"

"Do I need a rest day tomorrow?"

"What stands out in my last 30 days of running?"

MCP response preview

What the demo key returns

Bearer demo_key_pacemind
{
  "runner_profile": {
    "name": "Avery Miles",
    "vo2max": 54,
    "fitness_age": 31,
    "preferred_sport": "running"
  },
  "training_summary": {
    "week_start": "2026-05-04",
    "total_km": 42,
    "total_runs": 5,
    "avg_hr": 148,
    "long_run_km": 18.4
  },
  "training_load": {
    "training_load_score": 340,
    "trend": "stable",
    "acute_load": 340,
    "chronic_load": 298,
    "acute_chronic_ratio": 1.14
  },
  "sleep_recovery": {
    "avg_sleep_hours": 7.2,
    "sleep_score_avg": 82,
    "recovery_trend": "improving"
  }
}

Live Demo Access

Paste this into Claude or ChatGPT

Public demo
Demo API key

demo_key••••••••••••mind

Endpoint details

MCP server

https://pacemind.nanocorp.app/api/mcp

OpenAPI URL

https://pacemind.nanocorp.app/api/mcp/openapi.json

Claude Desktop config
{
  "mcpServers": {
    "pacemind": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://pacemind.nanocorp.app/api/mcp"
      ],
      "env": {
        "MCP_REMOTE_BEARER_TOKEN": "demo_key_pacemind"
      }
    }
  }
}

ChatGPT setup

  1. 1. Open ChatGPT, create a GPT, then go to the Actions tab.
  2. 2. Import from URL using the Pacemind OpenAPI spec above.
  3. 3. When ChatGPT asks for Bearer auth, paste the demo key.

What this demo unlocks

The demo key hits the real Pacemind MCP endpoint but returns a shared fake runner profile, recent runs, training load, and sleep metrics so visitors can test the product before connecting Garmin.

Recent demo runs

Last 30 days

Wed, May 6

running

Distance

8.2 km

Avg pace

5:26 min/km

Avg HR

148 bpm

Mon, May 4

running

Distance

14.4 km

Avg pace

5:53 min/km

Avg HR

153 bpm

Sat, May 2

running

Distance

6.1 km

Avg pace

5:26 min/km

Avg HR

140 bpm

Wed, Apr 29

running

Distance

18.6 km

Avg pace

5:59 min/km

Avg HR

156 bpm

Mon, Apr 27

running

Distance

9.8 km

Avg pace

5:44 min/km

Avg HR

149 bpm

Next step

Connect your real Garmin after the demo

Once you have seen the tools respond with demo data, switch to your own account and Pacemind will generate a private API key tied to your real training history.