mdskills
← All tags

Authentication AI Agent Skills

AI agent skills for auth implementation. OAuth, JWT, session management, and secure login workflows.

61 listings

Semantic API MCP Server

MCP

An MCP (Model Context Protocol) server that lets Claude, ChatGPT, and other LLM agents search and discover APIs using natural language via Semantic API. Ask for any API capability in plain English and get back endpoint details, parameters, auth info, and code snippets. Or run directly with uvx: Sign up at semanticapi.dev to get your API key. Add to your Claude Desktop config (~/Library/Application

8.0400by peter-j-thompson

Openapi To MCP

MCP

Use your OpenAPI specification to expose your API's endpoints as strongly typed tools. Basic example for https://petstore3.swagger.io/ 🎉 More complex example, using Github's API: This example use the bearer token auth (with a Github Personal Access Token) and force the tool naming strategy to "verb and path", as Github's operation ids are not valid tool names. As a Nuget tool: openapi-to-mcp Or d

8.0429by ouvreboite

Query | MCP server for Supabase

MCP

Query MCP is an open-source MCP server that lets your IDE safely run SQL, manage schema changes, call the Supabase Management API, and use Auth Admin SDK — all with built-in safety controls. Getting started • Feature overview • Troubleshooting • - 💻 Compatible with Cursor, Windsurf, Cline and other MCP clients supporting stdio protocol - 🔐 Control read-only and read-write modes of SQL query exec

7.01.2kby alexander-zuev

Attio MCP Server

MCP

This is an MCP server for Attio, the AI-native CRM. It allows mcp clients (like Claude) to connect to the Attio API. - [x] reading company records - [x] reading company notes - [x] writing company notes - [ ] other activities You will need: - ATTIOAPIKEY This is expected to be a bearer token which means you can get one through the API Explorer on the right hand side or configure OAuth and retrieve

6.0315by hmk

WebsitePublisher.ai — MCP Server

MCP

Build and publish websites through AI conversation. Create pages, upload assets, manage data, and deploy to custom domains — all from your favorite AI assistant. Just connect and start talking. 1. Open Le Chat → Intelligence → Connectors → + Add Connector 2. Choose Custom MCP Connector 3. Enter URL: https://mcp.websitepublisher.ai/ 4. Click Connect → Login → Done ✅ Add to your claudedesktopconfig.

8.0400by megberts

飞书 MCP Server

MCP

English Documentation 这是一个支持远程连接的模型上下文协议 (MCP) 服务器,内置了飞书 OAuth 认证。 本项目修改自 cloudflare/ai/demos/remote-mcp-github-oauth,将 GitHub OAuth 替换为飞书 OAuth。 您可以将其部署到自己的 Cloudflare 账户,并在创建自己的飞书 OAuth 客户端应用后,拥有一个功能完整的远程 MCP 服务器。用户可以通过飞书账号登录连接到您的 MCP 服务器。 - 与飞书官方 MCP Server 的区别 - 使用 Inspector 测试 - 使用 Cursor - 使用 ChatWise 虽然飞书官方也推出了 MCP Server,但本项目在以下几个方面具有显著优势: - 本项目:用户无需手动配置任何参数,全程使用 useraccesstoken,过期自动刷新 - 官

7.0429by ztxtxwd

Azure Cosmos DB Py

Skill

Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (DefaultAzureCredential + emulator), service layer classes with CRUD operations, partition key strategies, parameterized queries, or TDD patterns for Cosmos. Triggers on phrases like "Cosmos DB", "NoSQL database", "document store", "add persistence", "database service layer", or "Python Cosmos SDK".

9.014kby sickn33

Azure Identity Dotnet

Skill

5.013kby sickn33

Leximo AI Call Assistant — MCP Server

MCP

An MCP (Model Context Protocol) server that lets you schedule AI phone calls and manage Leximo assignments directly from Claude Desktop or Claude Code — no app switching needed. Replace your-token with your API token from concierge.leximo.ai/profile. Then install the plugin: 1. Go to concierge.leximo.ai and sign in 2. Open your profile page 3. Copy your JWT access token Add to ~/Library/Applicatio

8.0400by Leximo-AI

Slack Bot Builder

Skill

Build Slack apps using the Bolt framework across Python, JavaScript, and Java. Covers Block Kit for rich UIs, interactive components, slash commands, event handling, OAuth installation flows, and Workflow Builder integration. Focus on best practices for production-ready Slack apps. Use when: slack bot, slack app, bolt framework, block kit, slash command.

8.014kby sickn33

Yandex Tracker MCP Server

MCP

mcp-name: io.github.aikts/yandex-tracker-mcp A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Yandex Tracker APIs. This server provides secure, authenticated access to Yandex Tracker issues, queues, comments, worklogs, and search functionality with optional Redis caching for improved performance. Documentation in Russian is available here / Документац

8.0443by aikts

Model Context Protocol (MCP) Server + Strava OAuth

MCP

This is a Model Context Protocol (MCP) server that supports remote MCP connections, with Strava OAuth built-in. It allows users to connect to your MCP server by signing in with their Strava account. The MCP server (powered by Cloudflare Workers) serves two roles: - Acts as an OAuth Server for your MCP clients - Acts as an OAuth Client for Strava's OAuth services This project serves as a reference

8.0423by kw510

Hubspot Integration

Skill

Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers Node.js and Python SDKs. Use when: hubspot, hubspot api, hubspot crm, hubspot integration, contacts api.

3.013kby sickn33

JSR MCP

MCP

A Deno monorepo containing packages for JSR (JavaScript Registry) access: - @wyattjoh/jsr - Core library for JSR API access - @wyattjoh/jsr-mcp - Model Context Protocol (MCP) server for LLM integration - Search packages across the JSR registry - Get package details, versions, and dependencies - Manage scopes and package publishing - Handle member invitations and permissions - Access registry stati

7.0351by wyattjoh

React TypeScript Next.js Node.js

Rules

You are an expert in Solidity, TypeScript, Node.

7.041kby PatrickJS

Neon Postgres

Skill

Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon CLI, and Neon's Platform API/SDKs. Use for any Neon-related questions.

5.0275by neondatabase

Plaid Fintech

Skill

Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices. Use when: plaid, bank account linking, bank connection, ach, account aggregation.

4.013kby sickn33

Box MCP Server

MCP

You will need: - BOXUSERID and one of the following: - BOXJWTBASE64 (recommended) - BOXJWTCONFIGPATH Using a JWT Config allows persistent connection to Box. You will need a paid Box enterprise account, or you can sign up for a free developer account (make sure you are signed out of Box before clicking that link). Visit the Box Developer Console and create a new application. Make sure the authoriza

7.0360by hmk

M365 Agents Py

Skill

7.014kby sickn33

Nextjs Supabase Auth

Skill

Expert integration of Supabase Auth with Next.js App Router Use when: supabase auth next, authentication next.js, login supabase, auth middleware, protected route.

5.013kby sickn33

Python 312 FastAPI Best Practices

Rules

Here are some best practices and rules you must follow:

4.038kby PatrickJS

Gh Address Comments

Skill

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

7.09.9kby openai

Better Auth Best Practices

Skill

Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.

7.0473by better-auth

Introducing the Apify MCP server

MCP

mcp.apify.com The Apify Model Context Protocol (MCP) server at mcp.apify.com enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, and any other website using thousands of ready-made scrapers, crawlers, and automation tools from the Apify Store. It supports OAuth, allowing you to connect from clients like Claude.ai or Visual Studio Code using just the UR

8.01.2kby apify