Connects Claude to a library of 6,854 self-awareness coaching scenarios organized across 7 developmental levels, 19 behavioral archetypes, and 9 breakthrough exercises. Exposes four read-only tools: get_scenario pulls interactive situations filtered by level or archetype, get_exercise returns guided practices matched to emotional states, get_archetype identifies behavioral patterns, and get_game_info provides stats and coaching resources. Built on actual coaching content from the Levels of Self platform by Arthur Palyan. Reach for this when you want Claude to guide users through structured self-reflection exercises or help identify behavioral patterns through scenario-based questioning. Runs as a hosted endpoint at api.100levelup.com/mcp or self-hosted via Node.js.
An MCP (Model Context Protocol) server that gives AI assistants access to the Levels of Self self-awareness game - 6,854 interactive scenarios across 7 levels of human development, 19 archetypes, and 9 breakthrough exercises used in real coaching sessions.
This server lets any MCP-compatible AI assistant (Claude, etc.) pull self-awareness content on demand:
All tools are read-only. No user data is collected or stored.
| Tool | Description |
|---|---|
get_scenario | Get an interactive self-awareness scenario by level, type, or archetype |
get_exercise | Get a guided breakthrough exercise by category or current feeling |
get_archetype | Look up archetypes or match behavioral patterns to an archetype |
get_game_info | Get game overview, stats, levels, links, coaching info |
The server is live and ready to use:
URL: https://api.100levelup.com/mcp/
Protocol: MCP 2024-11-05 (Streamable HTTP + SSE)
Authentication: None required
Add to your MCP client config:
{
"mcpServers": {
"levels-of-self": {
"url": "https://api.100levelup.com/mcp/"
}
}
}
game-scenario-framework.json data file (or contact us)node server.jsTry these with any MCP-connected AI assistant:
"Give me a self-awareness scenario about identity" - Returns a Level 3 (Identity) scenario with response options that reveal patterns in how you see yourself.
"I'm feeling overwhelmed - what exercise should I do?" - Returns the Center Tap exercise from Qigong, specifically recommended for overwhelm.
"What archetype matches someone who keeps score of every slight but never speaks up?" - Identifies the Silent Scorekeeper archetype and its core pattern.
"Tell me about the Levels of Self game - how many scenarios does it have?" - Returns game overview with stats: 6,854 scenarios, 25,000+ players, 175 countries.
"What are all the self-awareness archetypes?" - Returns all 19 archetypes with their behavioral patterns.
Levels of Self is a scenario-based personal development platform founded by Arthur Palyan (Best Life Coach California 2025). The game helps people see the patterns running their lives through interactive scenarios across 7 levels of self-awareness.
MIT - see LICENSE
miapre/html-to-figma-design-system
ie3jp/illustrator-mcp-server
coding-solo/godot-mcp
ivanmurzak/unity-mcp
yctimlin/mcp_excalidraw
figma/mcp-server-guide