mcp-oauth21-scalekit

Installation
SKILL.md

Add OAuth 2.1 authorization to MCP servers (Scalekit)

Goal

Secure an MCP server so only authenticated + authorized users (and approved MCP clients) can call your tools, using Scalekit as the OAuth 2.1 authorization server and your MCP server as the resource server.

When to activate this skill

Activate when the user asks to:

  • "Add OAuth/OAuth 2.1/auth to my MCP server"
  • "Implement .well-known/oauth-protected-resource"
  • "Validate Bearer tokens / add middleware"
  • "Enforce scopes per tool" / "least privilege for MCP tools"
  • "Make my MCP server work with Claude Desktop / Cursor / VS Code auth"

Inputs you must collect (ask if missing)

  • MCP server base URL (public): e.g. https://mcp.example.com
  • Scalekit environment URL: https://.scalekit.com (or provided)
  • Resource identifier to validate as aud:
    • Prefer the "Server URL" registered in Scalekit, OR
    • The Scalekit-generated resource id if no Server URL was configured
Related skills

More from scalekit-inc/skills

Installs
1
GitHub Stars
2
First Seen
Apr 23, 2026