streamable-httpMITupdated 4mo ago
A public Model Context Protocol server that lets any MCP-compatible client ā Claude Desktop, Claude.ai Connectors, Cursor, ChatGPT Apps, MCP Inspector ā read and write a real-life RPG character sheet.
What can you do with eighty?
eighty MCP ā docs, prompts, and screenshots
A public Model Context Protocol server that lets any MCP-compatible client ā Claude Desktop, Claude.ai Connectors, Cursor, ChatGPT Apps, MCP Inspector ā read and write a real-life RPG character sheet.
The server is live at
https://mcp.80l.app. This repo is the documentation, example prompts, and reference screenshots ā not the server source.

What is this
eighty is a gamified self-improvement iOS app: real-world quests, character stats, skill trees, badges, streaks, leaderboards, social challenges. The MCP server exposes the same 35 actions the iOS app uses ā browse_quests, create_quest, take_quest, complete_quest, get_profile, send_challenge, view_public_profile, the whole catalog ā so an LLM client can drive the experience: plan your day as quests, coach you through them, send challenges to friends, react to your social feed, level up your character.
It's the same backend the iOS app talks to. No fork. Your MCP session and your iOS app are two views over one account.
Quickstart
Add to your claude_desktop_config.json:
{
"mcpServers": {
"eighty": {
"url": "https://mcp.80l.app"
}
}
}
Restart Claude Desktop. On first tool call, OAuth opens in your browser ā sign in with Google, Apple, or email/password. (New users get an account auto-provisioned at sign-in.) You're now connected.
Full setup for other clients (Cursor, Claude.ai web Connectors, MCP Inspector, ChatGPT Apps) is in docs/auth.md.
Try it without installing anything
Inspector ā Anthropic's reference MCP client ā runs locally with no setup:
npx @modelcontextprotocol/inspector
In the browser: set Transport Type to Streamable HTTP, URL to https://mcp.80l.app, Connection Type to Via Proxy, click Connect. Authorize via the OAuth popup. The full tool catalog loads in the sidebar.
Tools
35 tools across 7 categories ā quests, quest creation, skills, profile, social, challenges, leaderboard. Plus 4 ambient resources and 3 pre-built prompts. Full reference in docs/tools-reference.md.
A few signature examples:
| Tool | What it does |
|---|---|
view_public_profile |
Same rich profile shape the iOS app shows on tap (level, stats, streaks, badges, completed quests, follower counts). |
create_quest + publish_quest |
Author a real quest from MCP that ships into eighty's catalog after review. |
send_challenge (Premium) |
Real-time challenge to another user with a time limit ā fires a push notification to their phone. |
whats_next (prompt) |
One-shot personalized recommendation drawn from your profile, active quests, favorite skills, and today's daily quest. |
Hand-picked example prompts (copy-paste into your client) are in prompts/.
How it works
client ā mcp.80l.app (OAuth 2.1) ā same backend handlers the iOS app uses ā persistence
The MCP server is a thin authorization shell ā every tool delegates to the same handler the iOS app calls. One source of truth for business rules (quest caps, premium gating, social-graph privacy, idempotency). See docs/architecture.md.
Authentication
OAuth 2.1 + PKCE + Dynamic Client Registration (RFC 7591). No API keys, no developer-portal signup. Any spec-compliant MCP client auto-discovers the OAuth endpoints from /.well-known/oauth-protected-resource and registers itself. Full wire-level flow in docs/auth.md.
Premium features
Most of the surface is free. Four tools (challenges) plus the top-50 leaderboard rows (rows 11ā50) require an active eighty Premium subscription, which is sold through the iOS App Store. See docs/premium-features.md for what's gated and how to upgrade.
Screenshots
Reference captures showing the server in use. Real demo data from staging; no PII.
Claude Desktop ā claude-desktop/screenshots/
01-quests-browse-quests.pngābrowse_questslisting02-profile-character-sheet.pngāget_profile(Atlas Lv 58)03-social-public-profile.pngāview_public_profilerich response (Ember Lv 45)04-challenges-pending.pngālist_challenges+get_challenge_details
MCP Inspector ā inspector/screenshots/
07-inspector-tool-list.pngā tool catalog + connected state08-inspector-browse-quests.pngā tool execution + JSON response09-inspector-view-public-profile.pngāview_public_profile(Ember)10-inspector-prompts.pngā the three MCP prompts
Other first-party clients
- iOS ā App Store
- Android ā not on Android yet? Subscribe for updates.
Repo layout
.
āāā README.md (you are here)
āāā docs/
ā āāā architecture.md (thin proxy ā backend handlers)
ā āāā tools-reference.md (all 35 tools with signatures)
ā āāā auth.md (OAuth 2.1 setup per client)
ā āāā premium-features.md (what's gated, how to upgrade)
āāā claude-desktop/
ā āāā claude_desktop_config.json (drop-in config snippet)
ā āāā screenshots/ (4 + 2 bonus reference captures)
āāā inspector/
ā āāā screenshots/ (4 captures from MCP Inspector)
āāā prompts/
āāā README.md (index)
āāā 01ā08-*.md (8 example prompts)
License
MIT.
Built by @alemetlem. Star the repo if you want to see more public MCPs for consumer apps.
Install
Add eighty to your client. Pick the one you use.
claude mcp add --transport http eighty https://mcp.80l.appcodex mcp add eighty --url https://mcp.80l.app{
"mcpServers": {
"eighty": {
"url": "https://mcp.80l.app"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"eighty": {
"type": "http",
"url": "https://mcp.80l.app"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"eighty": {
"url": "https://mcp.80l.app"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"eighty": {
"serverUrl": "https://mcp.80l.app"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
1 tool
eighty exposes one tool to a connected agent.
- view_public_profile
- Same rich profile shape the iOS app shows on tap (level, stats, streaks, badges, completed quests, follower counts).
Score
70 / 100
Good
- Documentation25/25
- Maintenance13/25
- Trust16/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 112 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 1 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | May 11, 2026 |