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_questsBrowse available quests. Returns a list of quests the user hasn't taken yet.
browse_quests_for_skillsBrowse quests that match the user's favorite skills.
get_daily_questGet today's daily quest status. Returns the daily quest ID and completion status from the user's profile.
get_quest_detailsGet full details of a quest including all steps and their completion status.
take_questStart working on a quest. Changes the quest status to 'taken'. Free users can have up to 3 active quests.
complete_quest_stepMark a single step of a quest as completed.
complete_questMark a quest as fully completed. All steps should be completed first.
get_quest_historyView the user's past quest activities — completed, rejected, and in-progress quests.
create_questCreate a new quest draft with a title, description, and steps.
edit_questEdit an existing quest draft. Only the fields provided will be updated.
publish_questPublish a quest draft, making it visible to other users.
list_my_questsList quests created by the current user.
get_skillsGet the full domain skills hierarchy available in the app.
get_skill_questsGet quests associated with a specific skill.
add_favorite_skillAdd a skill to your favorites. Favorited skills influence quest recommendations.
remove_favorite_skillRemove a skill from your favorites.
get_profileGet the current user's profile information.
update_profileUpdate the current user's profile. Only the fields provided will be updated.
get_badgesGet the current user's earned badges.
get_activity_timelineGet the current user's activity timeline, showing recent actions and events.
follow_userFollow another user by their user ID.
unfollow_userUnfollow a user by their user ID.
get_followersGet the list of followers for a user. Defaults to the authenticated user if no userId is provided.
get_followingGet the list of users that a user is following. Defaults to the authenticated user if no userId is provided.
get_feedGet the activity feed for the authenticated user, showing activity from people they follow.
likeLike a piece of content (e.g. a quest completion).
unlikeRemove a like from a piece of content.
view_public_profileView 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_takersList users who have taken or completed a specific quest.
search_usersSearch for users by name or username.
send_challengeSend a challenge to another user to complete a quest. Requires eighty Premium.
respond_to_challengeAccept or decline a challenge you have received. Requires eighty Premium.
list_challengesList challenges you have sent (you are the challenger) or received (you are the challenged). Requires eighty Premium.
get_challenge_detailsGet full details of a specific challenge. Requires eighty Premium.
get_leaderboardGet the global leaderboard. Free users are capped at 10 results; Premium users can retrieve up to 50.