MCP Server Access
AI-powered tools via the Model Context Protocol
Built by Arthur Palyan | Palyan AI
The Nervous System
LLM behavioral enforcement framework
Endpoint: https://api.100levelup.com/mcp-ns/
Free
Free
10/day API calls
Tools: get_framework, get_nervous_system_info
- ✓ Framework overview
- ✓ System info
- ✓ Origin story
No signup needed
Pro
$19.99/mo
1,000/day API calls
Tools: All 8 tools
- ✓ All guardrail rules
- ✓ Preflight check system
- ✓ Session handoff templates
- ✓ Worklog patterns
- ✓ Violation logging
- ✓ Step-back reflection
Subscribe
Team
$49/mo
5,000/day API calls
Tools: All 8 tools + priority
- ✓ Everything in Pro
- ✓ Team-wide API keys
- ✓ Priority support
Subscribe
Enterprise
Contact Us
Unlimited API calls
Tools: All + custom
- ✓ Custom integration
- ✓ Dedicated support
- ✓ SLA guarantee
Contact Us
Levels of Self Game
6,854 self-awareness scenarios across 7 levels
Endpoint: https://api.100levelup.com/mcp/
Free
Free
10/day API calls
Tools: get_scenario, get_game_info
- ✓ Random scenarios
- ✓ Game stats and links
No signup needed
Pro
$9.99/mo
1,000/day API calls
Tools: All 4 tools
- ✓ All exercises
- ✓ Archetype analysis
- ✓ Feeling-based recommendations
Subscribe
Therapy
$49-99/mo
5,000/day API calls
Tools: All + coaching
- ✓ Everything in Pro
- ✓ Bulk scenario access
- ✓ Coaching integration
- ✓ Client tracking
Subscribe
Palyan AI Operations
12 specialized AI agents for business operations
Endpoint: https://api.100levelup.com/mcp-ops/
Free
Free
5/day API calls
Tools: get_business_ops, get_family_info
- ✓ Business overview
- ✓ Team info
- ✓ Certifications
No signup needed
Business
$29/mo
1,000/day API calls
Tools: All 8 tools
- ✓ Real estate insights
- ✓ Legal guidance
- ✓ Translation
- ✓ Research
- ✓ Content creation
- ✓ Training programs
Subscribe
Enterprise
$99/mo
5,000/day API calls
Tools: All + dedicated
- ✓ Everything in Business
- ✓ Priority processing
- ✓ Custom integrations
- ✓ Dedicated support
Subscribe
Quick Install (60 seconds)
# The Nervous System (AI governance)
npx mcp-nervous-system
# Self-Awareness Game (coaching scenarios)
npx levels-of-self-mcp-server
# AI Operations (agent management)
npx palyan-ai-ops-mcp-server
All 3 servers are on npm and the official MCP Registry. Free tier works instantly, no API key needed.
Or connect via config
- Choose a server and tier above
- Get your API key (emailed after signup)
- Add the MCP server to your client config with your API key
- Free tier: no key needed, just connect and use the free tools
Example config (Claude Desktop / Cursor):
{
"mcpServers": {
"nervous-system": {
"url": "https://api.100levelup.com/mcp-ns/sse",
"headers": { "X-API-Key": "your-api-key-here" }
}
}
}