apeiron-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_sleep_dataB | Sleep stages, duration, efficiency, HRV during sleep, sleep score. Args: client_id: Client identifier. start_date: ISO date (YYYY-MM-DD), inclusive. Defaults to 7 days ago. end_date: ISO date (YYYY-MM-DD), inclusive. Defaults to today. |
| get_exercise_dataB | Workout logs — type, duration, calories, heart-rate zones, RPE. Args:
client_id: Client identifier.
start_date: ISO date, inclusive.
end_date: ISO date, inclusive.
activity_type: Optional filter (e.g. |
| get_nutrition_dataC | Meals logged, macros, calories, hydration, supplements. |
| get_cardio_metricsC | Cardio + aerobic metrics (same physiological domain). Args: metric: If omitted, returns all supported metrics. |
| get_fitness_assessmentB | Periodic clinical/assessment-style readings. Covers bone density, body composition, balance, movement quality, and muscle strength — periodic (not continuous) measurements. |
| get_cognitive_dataC | Cognitive test scores (memory, reaction time, processing speed) with trends. |
| get_healthspan_domain_summaryC | Cross-domain rolled-up healthspan scores. |
| get_lifestyle_summaryB | Sleep/activity/nutrition adherence rollup for a period. |
| get_trendsC | Generic trend tool — time series with deltas/direction for any metric. Args:
domain: e.g. |
| get_notesD | Free-text clinical/coach/client notes. |
| get_chat_historyC | Paginated coaching/chat conversation logs. Args: conversation_id: Restrict to one conversation thread. limit: Max messages to return (default 50). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |