Authing Connector for AI agents.
10 live capabilities
Manage user roles and security logs for your identity infrastructure.
Waiting for input…
Why people use Authing
Authing Identity Management for Security Audits
This Connector changes that by letting you stay in one place. You can ask your agent to pull a user's full profile or list every role in your pool. You get the answers you need without ever leaving your workspace.
What Vinkius changes
You get a conversational interface for your entire identity management platform.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Audit a suspicious login
A security engineer notices a weird login and asks the agent to pull audit logs for that specific timestamp using `get_audit_logs`.
- Real-world use case 02
Onboard a new hire
An IT admin tells the agent to create a user and put them in the right group using `create_user`.
- Real-world use case 03
Map out permissions
A compliance lead asks the agent to list all roles and resources to see who has admin access using `list_roles` and `list_resources`.
Complete set · 10capabilities
The complete Authing capability set.
These are the exact actions your AI can choose when you ask it to work with Authing.
01—04
4 capabilities in this set.
Part of 10 available through Authing.
- 01 Capability
Create user
Create a new user in your Authing pool. This lets you onboard people quickly via your AI agent.
- 02 Capability
Get audit logs
Pull security audit logs to see recent actions. Use this to track administrative changes or suspicious activity.
- 03 Capability
Get user
Get specific details for a single user. Use this to look up profile metadata for troubleshooting.
- 04 Capability
Get security settings
View the security settings for your pool. This helps you check high-level configurations at a glance.
05—07
3 capabilities in this set.
Part of 10 available through Authing.
- 05 Capability
List applications
List all the applications registered in your account. This gives you a quick overview of your connected services.
- 06 Capability
List groups
List all user groups in your system. Use this to see how your permissions are organized.
- 07 Capability
List organizations
List the organizations in your company. This helps you map out your internal company structure.
08—10
3 capabilities in this set.
Part of 10 available through Authing.
- 08 Capability
List resources
List all permission resources. This shows you exactly what objects your roles can interact with.
- 09 Capability
List roles
List all user roles. Use this to see the different permission levels available in your pool.
- 10 Capability
List users
List all application users. This provides a complete view of everyone using your services.
Set up in minutes
One URL. Then ask Authing to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Authing from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mQ0A29SHyJBhlo2a72cfA0phFY0I2QDGhd7fWD2M/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Authing, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Authing for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mQ0A29SHyJBhlo2a72cfA0phFY0I2QDGhd7fWD2M/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Authing URL.
- Step 03
Save and start
Save the connection and enable Authing in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"authing": {
"url": "https://edge.vinkius.com/vk_preview_mQ0A29SHyJBhlo2a72cfA0phFY0I2QDGhd7fWD2M/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Authing
Open Agent mode in chat and ask: "Using Authing, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"authing": {
"url": "https://edge.vinkius.com/vk_preview_mQ0A29SHyJBhlo2a72cfA0phFY0I2QDGhd7fWD2M/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Authing
Ask Copilot: "Using Authing, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"authing": {
"url": "https://edge.vinkius.com/vk_preview_mQ0A29SHyJBhlo2a72cfA0phFY0I2QDGhd7fWD2M/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Authing
Open Cascade and ask: "Using Authing, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"authing": {
"url": "https://edge.vinkius.com/vk_preview_mQ0A29SHyJBhlo2a72cfA0phFY0I2QDGhd7fWD2M/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Authing
Ask Cline: "Using Authing, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add authing --transport http "https://edge.vinkius.com/vk_preview_mQ0A29SHyJBhlo2a72cfA0phFY0I2QDGhd7fWD2M/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Authing
Ask Claude: "Using Authing, show me...". 10 tools are ready
Where the request belongs
Work Authing can move forward.
This is for IT admins and security engineers who are tired of manually clicking through complex IAM dashboards to manage users and audit permissions.
Security Engineer
Audits permissions and pulls logs to ensure compliance during security reviews.
IT Administrator
Handles user onboarding and organizational changes directly from a chat interface.
Compliance Lead
Retrieves administrative logs to verify security protocols and audit access.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOkta
Equip your AI agent with Okta Identity Cloud to manage users, groups, and seamless authentication effortlessly.
Userfront
Manage users, multi-tenant structures, and authentication sessions directly through Userfront's identity platform.
FusionAuth (Enterprise Identity & Auth)
Manage enterprise identity, users, and applications via FusionAuth. create users, list applications, and handle authentication flows directly from any AI agent.
CyberArk Privilege Cloud
Manage privileged access via CyberArk. audit secure safes, checkout vaulted account passwords, monitor users, and terminate sessions directly from any AI agent.
Cerbos (Access Control)
Decouple authorization from your code. Manage policies, check permissions, and audit access control directly through your AI agent.
Auth0
Manage IAM operations—users, clients, connections, and logs in your Auth0 tenant directly via your AI agent.
Bring your own AI
Change the model, client or framework. Keep Authing connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Authing.
The practical details behind the request, access and result.
Can the Authing MCP help with user onboarding?
Yes, it lets you create users via your agent. This saves you from manual data entry and helps you get new hires into the system faster.
How do I check security logs with Authing?
You can ask your agent to pull the latest audit logs. This helps you spot suspicious activity or track administrative changes quickly.
Can I see my company's org structure?
Yes, the Connector can list all your organizations. This helps you see how your teams are mapped out across the entire identity platform.
Does Authing MCP support role management?
Yes, it can list all roles and permission resources. You can see exactly what everyone can do and how permissions are distributed.
Is it safe to manage users via an AI agent?
Yes, it uses your existing Authing credentials to perform actions. It acts as a secure bridge to your data, following your established permissions.
Can I see which applications are registered?
Yes, the Connector can list all registered apps in your account. This gives you a clear overview of your connected services and integrations.
How do I find my Authing User Pool ID and Access Key?
Log in to your Authing console, select your project or user pool, and you will find your User Pool ID in the basic info section. Generate your Access Key ID and Secret in the [Settings] → [Access Key] section.
Can I retrieve security audit logs through this server?
Yes. Use the get_audit_logs capability to retrieve a list of recent administrative and user actions, helping you maintain a clear trail for security compliance.
Is it possible to list organizations and their structures?
Yes! Use the list_organizations capability to retrieve all organizational units defined in your user pool, allowing your agent to understand your company's hierarchy.
One connection away
Give your agent a direct line to Authing.
Connect Authing once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available