CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

eighty

metlem80/eighty-mcp-examples
35 toolsHTTPregistry active
Summary

Connects Claude to the eighty iOS app's live backend, exposing the same 35 API operations the mobile client uses: browse and create quests, update character stats, send social challenges, check leaderboards, view profiles. OAuth 2.1 with PKCE means no API keys. Your MCP session and your phone share one account in real time. Useful if you want an LLM to plan your day as RPG quests, coach you through them, or interact with eighty's social layer without opening the app. Most tools are free, challenges and extended leaderboard rows require Premium. The server is public at mcp.80l.app, this repo holds docs and example prompts.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

35 tools
browse_questsBrowse available quests. Returns a list of quests the user hasn't taken yet.

Browse available quests. Returns a list of quests the user hasn't taken yet.

No parameter schema in public metadata yet.

browse_quests_for_skillsBrowse quests that match the user's favorite skills.1 params

Browse quests that match the user's favorite skills.

Parameters* required
limitnumber
Max quests to return (default 10)
get_daily_questGet today's daily quest status. Returns the daily quest ID and completion status from the user's profile.

Get today's daily quest status. Returns the daily quest ID and completion status from the user's profile.

No parameter schema in public metadata yet.

get_quest_detailsGet full details of a quest including all steps and their completion status.1 params

Get full details of a quest including all steps and their completion status.

Parameters* required
questIdstring
The quest ID
take_questStart working on a quest. Changes the quest status to 'taken'. Free users can have up to 3 active quests.1 params

Start working on a quest. Changes the quest status to 'taken'. Free users can have up to 3 active quests.

Parameters* required
questIdstring
The quest ID to take
complete_quest_stepMark a single step of a quest as completed.2 params

Mark a single step of a quest as completed.

Parameters* required
stepIdstring
The step ID to complete
questIdstring
The quest ID
complete_questMark a quest as fully completed. All steps should be completed first.1 params

Mark a quest as fully completed. All steps should be completed first.

Parameters* required
questIdstring
The quest ID to complete
get_quest_historyView the user's past quest activities — completed, rejected, and in-progress quests.2 params

View the user's past quest activities — completed, rejected, and in-progress quests.

Parameters* required
limitnumber
Max results (default 20)
offsetnumber
Pagination offset (default 0)
create_questCreate a new quest draft with a title, description, and steps.3 params

Create a new quest draft with a title, description, and steps.

Parameters* required
stepsarray
List of steps for the quest
titlestring
The quest title
descriptionstring
The quest description
edit_questEdit an existing quest draft. Only the fields provided will be updated.4 params

Edit an existing quest draft. Only the fields provided will be updated.

Parameters* required
stepsarray
New steps (optional)
titlestring
New title (optional)
questIdstring
The quest ID to edit
descriptionstring
New description (optional)
publish_questPublish a quest draft, making it visible to other users.1 params

Publish a quest draft, making it visible to other users.

Parameters* required
questIdstring
The quest ID to publish
list_my_questsList quests created by the current user.2 params

List quests created by the current user.

Parameters* required
limitnumber
Max quests to return
offsetnumber
Pagination offset
get_skillsGet the full domain skills hierarchy available in the app.

Get the full domain skills hierarchy available in the app.

No parameter schema in public metadata yet.

get_skill_questsGet quests associated with a specific skill.2 params

Get quests associated with a specific skill.

Parameters* required
limitnumber
Max quests to return
skillIdstring
The skill ID
add_favorite_skillAdd a skill to your favorites. Favorited skills influence quest recommendations.1 params

Add a skill to your favorites. Favorited skills influence quest recommendations.

Parameters* required
skillIdstring
The skill ID to add to favorites
remove_favorite_skillRemove a skill from your favorites.1 params

Remove a skill from your favorites.

Parameters* required
skillIdstring
The skill ID to remove from favorites
get_profileGet the current user's profile information.

Get the current user's profile information.

No parameter schema in public metadata yet.

update_profileUpdate the current user's profile. Only the fields provided will be updated.3 params

Update the current user's profile. Only the fields provided will be updated.

Parameters* required
biostring
New bio (optional)
usernamestring
New username (optional)
displayNamestring
New display name (optional)
get_badgesGet the current user's earned badges.

Get the current user's earned badges.

No parameter schema in public metadata yet.

get_activity_timelineGet the current user's activity timeline, showing recent actions and events.2 params

Get the current user's activity timeline, showing recent actions and events.

Parameters* required
limitnumber
Max activities to return
offsetnumber
Pagination offset
follow_userFollow another user by their user ID.1 params

Follow another user by their user ID.

Parameters* required
userIdstring
The user ID to follow
unfollow_userUnfollow a user by their user ID.1 params

Unfollow a user by their user ID.

Parameters* required
userIdstring
The user ID to unfollow
get_followersGet the list of followers for a user. Defaults to the authenticated user if no userId is provided.3 params

Get the list of followers for a user. Defaults to the authenticated user if no userId is provided.

Parameters* required
limitnumber
Max results to return
cursorstring
Pagination cursor
userIdstring
User ID to get followers for (defaults to current user)
get_followingGet the list of users that a user is following. Defaults to the authenticated user if no userId is provided.3 params

Get the list of users that a user is following. Defaults to the authenticated user if no userId is provided.

Parameters* required
limitnumber
Max results to return
cursorstring
Pagination cursor
userIdstring
User ID to get following list for (defaults to current user)
get_feedGet the activity feed for the authenticated user, showing activity from people they follow.2 params

Get the activity feed for the authenticated user, showing activity from people they follow.

Parameters* required
limitnumber
Max results to return
cursorstring
Pagination cursor
likeLike a piece of content (e.g. a quest completion).2 params

Like a piece of content (e.g. a quest completion).

Parameters* required
targetIdstring
The ID of the content to like
targetTypestring
The type of content to likeone of questCompletion
unlikeRemove a like from a piece of content.2 params

Remove a like from a piece of content.

Parameters* required
targetIdstring
The ID of the content to unlike
targetTypestring
The type of content to unlikeone of questCompletion
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).1 params

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).

Parameters* required
usernamestring
The username to look up
list_quest_takersList users who have taken or completed a specific quest.3 params

List users who have taken or completed a specific quest.

Parameters* required
limitnumber
Max results (default 20)
offsetnumber
Pagination offset
questIdstring
The quest ID
search_usersSearch for users by name or username.2 params

Search for users by name or username.

Parameters* required
limitnumber
Max results (default 10)
querystring
Search query (name or username)
send_challengeSend a challenge to another user to complete a quest. Requires eighty Premium.4 params

Send a challenge to another user to complete a quest. Requires eighty Premium.

Parameters* required
userIdstring
The user ID to challenge
questIdstring
The quest ID to challenge them with
timeLimitstring
Time limit for the challengeone of 24h · 48h · 7d · none
questTitlestring
The title of the quest (denormalized for display in the challenged user's inbox)
respond_to_challengeAccept or decline a challenge you have received. Requires eighty Premium.2 params

Accept or decline a challenge you have received. Requires eighty Premium.

Parameters* required
responsestring
Whether to accept or decline the challengeone of accept · decline
challengeIdstring
The challenge ID to respond to
list_challengesList challenges you have sent (you are the challenger) or received (you are the challenged). Requires eighty Premium.3 params

List challenges you have sent (you are the challenger) or received (you are the challenged). Requires eighty Premium.

Parameters* required
rolestring
Whose perspective: 'sent' = challenges you sent, 'received' = challenges sent to youone of sent · received
limitnumber
Max results to return
offsetnumber
Pagination offset
get_challenge_detailsGet full details of a specific challenge. Requires eighty Premium.1 params

Get full details of a specific challenge. Requires eighty Premium.

Parameters* required
challengeIdstring
The challenge ID to retrieve
get_leaderboardGet the global leaderboard. Free users are capped at 10 results; Premium users can retrieve up to 50.2 params

Get the global leaderboard. Free users are capped at 10 results; Premium users can retrieve up to 50.

Parameters* required
limitnumber
Max results to return (free users capped at 10, premium up to 50)
offsetnumber
Pagination offset

eighty MCP — docs, prompts, and screenshots

MCP Auth Status

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.

MCP Inspector connected to mcp.80l.app, showing the eighty tool catalog

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:

ToolWhat it does
view_public_profileSame rich profile shape the iOS app shows on tap (level, stats, streaks, badges, completed quests, follower counts).
create_quest + publish_questAuthor 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_quests listing
  • 02-profile-character-sheet.png — get_profile (Atlas Lv 58)
  • 03-social-public-profile.png — view_public_profile rich 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 state
  • 08-inspector-browse-quests.png — tool execution + JSON response
  • 09-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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMay 11, 2026
View on GitHub