80l
Claude reads and writes a real-life RPG character sheet from the eighty self-improvement app.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- Browse Quests: Browse available quests. Returns a list of quests the user hasn't taken yet.
- Browse Quests For Skills: Browse quests that match the user's favorite skills.
- Get Daily Quest: Get today's daily quest status. Returns the daily quest ID and completion status from the user's profile.
What data it sees
Do you need an account
No: the server works without sign-in
Claude reads and writes a real-life RPG character sheet from the eighty self-improvement app.
Server tool list (35)
Raw names from tools/list. Only developers need these.
| browse_quests | Browse available quests. Returns a list of quests the user hasn't taken yet. |
| browse_quests_for_skills | Browse quests that match the user's favorite skills. |
| get_daily_quest | Get today's daily quest status. Returns the daily quest ID and completion status from the user's profile. |
| get_quest_details | Get full details of a quest including all steps and their completion status. |
| take_quest | Start working on a quest. Changes the quest status to 'taken'. Free users can have up to 3 active quests. |
| complete_quest_step | Mark a single step of a quest as completed. |
| complete_quest | Mark a quest as fully completed. All steps should be completed first. |
| get_quest_history | View the user's past quest activities — completed, rejected, and in-progress quests. |
| create_quest | Create a new quest draft with a title, description, and steps. |
| edit_quest | Edit an existing quest draft. Only the fields provided will be updated. |
| publish_quest | Publish a quest draft, making it visible to other users. |
| list_my_quests | List quests created by the current user. |
| get_skills | Get the full domain skills hierarchy available in the app. |
| get_skill_quests | Get quests associated with a specific skill. |
| add_favorite_skill | Add a skill to your favorites. Favorited skills influence quest recommendations. |
| remove_favorite_skill | Remove a skill from your favorites. |
| get_profile | Get the current user's profile information. |
| update_profile | Update the current user's profile. Only the fields provided will be updated. |
| get_badges | Get the current user's earned badges. |
| get_activity_timeline | Get the current user's activity timeline, showing recent actions and events. |
| follow_user | Follow another user by their user ID. |
| unfollow_user | Unfollow a user by their user ID. |
| get_followers | Get the list of followers for a user. Defaults to the authenticated user if no userId is provided. |
| get_following | Get the list of users that a user is following. Defaults to the authenticated user if no userId is provided. |
| get_feed | Get the activity feed for the authenticated user, showing activity from people they follow. |
| like | Like a piece of content (e.g. a quest completion). |
| unlike | Remove a like from a piece of content. |
| view_public_profile | View a user's public profile by their username — returns the same rich payload the iOS app shows on tap (level, stats, streaks, badges, completed quests, follower/following counts). |
| list_quest_takers | List users who have taken or completed a specific quest. |
| search_users | Search for users by name or username. |
| send_challenge | Send a challenge to another user to complete a quest. Requires eighty Premium. |
| respond_to_challenge | Accept or decline a challenge you have received. Requires eighty Premium. |
| list_challenges | List challenges you have sent (you are the challenger) or received (you are the challenged). Requires eighty Premium. |
| get_challenge_details | Get full details of a specific challenge. Requires eighty Premium. |
| get_leaderboard | Get the global leaderboard. Free users are capped at 10 results; Premium users can retrieve up to 50. |