Enterprise Auth
БесплатноНе проверенMCP server for enterprise authentication and authorization — JWT validation, OIDC token inspection, OAuth 2.0 introspection, role-based access control
Описание
MCP server for enterprise authentication and authorization — JWT validation, OIDC token inspection, OAuth 2.0 introspection, role-based access control
README
MCP server for enterprise authentication and authorization — JWT validation, OIDC token inspection, OAuth 2.0 introspection, and role-based access control for AI agents.
Features
- JWT Decode — Inspect token header, payload, and metadata without signature verification
- JWT Validate — Validate signature, expiry, audience, and issuer
- Permission Check — Verify if a token has required OAuth scopes and roles
- User Roles — Extract user identity, roles, and groups (supports Keycloak, Azure AD, Auth0, Okta)
- OAuth Introspection — RFC 7662 token introspection (remote endpoint or local fallback)
- OIDC Claims Verify — OpenID Connect Core 1.0 claims validation
- Token Scope List — List all scopes, roles, and permissions with provider auto-detection
- OIDC Discovery — Fetch provider endpoints from /.well-known/openid-configuration
Installation
pip install enterprise-auth-mcp-server
Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"enterprise-auth": {
"command": "enterprise-auth-mcp-server"
}
}
}
Tools
| Tool | Description |
|---|---|
decode_jwt |
Decode JWT without signature verification |
validate_jwt |
Validate JWT signature, expiry, audience, issuer |
check_permissions |
Check if token has required scopes/roles |
get_user_roles |
Extract user identity and roles from token |
oauth_introspect |
OAuth 2.0 RFC 7662 token introspection |
verify_oidc_claims |
Validate OIDC Core 1.0 required claims |
list_token_scopes |
List all scopes and permissions with provider detection |
get_oidc_discovery |
Fetch OIDC provider discovery document |
Usage Examples
Decode a JWT token
decode_jwt(token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...")
Validate a JWT with secret
validate_jwt(token="...", secret="my-secret", algorithms="HS256", audience="my-app")
Check if user has admin role
check_permissions(token="...", required_roles="admin,manager")
Verify OIDC claims
verify_oidc_claims(token="...", expected_issuer="https://accounts.google.com", expected_audience="my-client-id")
Get OIDC provider endpoints
get_oidc_discovery(issuer_url="https://accounts.google.com")
Supported Identity Providers
- Azure AD / Microsoft Entra ID — Azure roles, app roles, directory roles (wids)
- Okta — Groups, custom claims
- Auth0 — Permissions, roles via Management API conventions
- Keycloak — realm_access, resource_access
- Google Identity — Standard OIDC claims
- Any OIDC-compliant provider — Standards-based JWT/OIDC support
Use Cases
- Enterprise MCP Deployments — Validate agent identity before granting tool access
- Zero Trust Architecture — Verify every request has valid, unexpired credentials
- API Gateway Integration — Check OAuth scopes for fine-grained authorization
- Audit & Compliance — Extract and log user identity from authentication tokens
- SSO Integration — Verify tokens from any OIDC-compliant identity provider
License
MIT License — see LICENSE for details.
Установить Enterprise Auth в Claude Desktop, Claude Code, Cursor
unyly install enterprise-authСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add enterprise-auth -- uvx enterprise-auth-mcp-serverПошаговые гайды: как установить Enterprise Auth
FAQ
Enterprise Auth MCP бесплатный?
Да, Enterprise Auth MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Enterprise Auth?
Нет, Enterprise Auth работает без API-ключей и переменных окружения.
Enterprise Auth — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Enterprise Auth в Claude Desktop, Claude Code или Cursor?
Открой Enterprise Auth на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Enterprise Auth with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
