Ping Identity Connector for AI agents.
10 live capabilities
Manage enterprise SSO and MFA policies through a conversational interface.
Waiting for input…
Why people use Ping Identity
Ping Identity IAM: Stop hunting through menus to find user metadata
This Connector lets you just ask your AI client to do it for you. You can get a full list of federated apps or check a user's permissions in one sentence, letting you focus on security instead of navigation.
What Vinkius changes
You get a conversational interface for your entire PingOne identity infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Audit insecure apps
A security engineer asks the agent to list all applications and find any using insecure callback protocols using list_applications.
- Real-world use case 02
Fast offboarding
An IT admin asks the agent to delete a specific user profile and confirm all sessions are gone using delete_user.
- Real-world use case 03
Policy review
A security lead asks the agent to show all active risk policies to check for impossible travel rules using list_risk_policies.
Complete set · 10capabilities
The complete Ping Identity capability set.
These are the exact actions your AI can choose when you ask it to work with Ping Identity.
01—04
4 capabilities in this set.
Part of 10 available through Ping Identity.
- 01 Capability
Delete user
Removes a user identity and wipes all related credentials and session tokens. This ensures a clean removal from the directory.
- 02 Capability
List groups
Lists the identity groups used for aggregate permissions across your SSO channels. Use this to map out RBAC scopes.
- 03 Capability
Get group
Displays the explicit details for a specific Ping Identity group. Use this to see exact membership and rules.
- 04 Capability
Get user
Retrieves the complete contextual metadata for a specific user in your directory. It's great for quick profile lookups.
05—07
3 capabilities in this set.
Part of 10 available through Ping Identity.
- 05 Capability
List applications
Lists all Web, Native, or SPA apps federated under your PingOne environment. This helps you see your full app footprint.
- 06 Capability
List populations
Shows the isolated populations for contractors, partners, or B2B clients. Use this to check segment isolation.
- 07 Capability
List users
Lists all user identities within your standard PingOne environment. This is your go-to for directory-wide audits.
08—10
3 capabilities in this set.
Part of 10 available through Ping Identity.
- 08 Capability
List risk policies
Lists the active Risk Management rules that dictate your real-time MFA prompts. Use this to audit your security logic.
- 09 Capability
List sign on policies
Lists the logical sign-on flows and authentication conditions for your environment. Use this to review your sign-on rules.
- 10 Capability
Get application
Shows the configuration for a single federated application, including its sign-on policies. It helps verify callback URIs.
Set up in minutes
One URL. Then ask Ping Identity to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Ping Identity 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_ZxqgWh604I1POHOOcxBrHLwtrQ4rx2I1kp1TS0HB/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 Ping Identity, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Ping Identity for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZxqgWh604I1POHOOcxBrHLwtrQ4rx2I1kp1TS0HB/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 Ping Identity URL.
- Step 03
Save and start
Save the connection and enable Ping Identity in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ping-identity": {
"url": "https://edge.vinkius.com/vk_preview_ZxqgWh604I1POHOOcxBrHLwtrQ4rx2I1kp1TS0HB/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 Ping Identity
Open Agent mode in chat and ask: "Using Ping Identity, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ping-identity": {
"url": "https://edge.vinkius.com/vk_preview_ZxqgWh604I1POHOOcxBrHLwtrQ4rx2I1kp1TS0HB/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 Ping Identity
Ask Copilot: "Using Ping Identity, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ping-identity": {
"url": "https://edge.vinkius.com/vk_preview_ZxqgWh604I1POHOOcxBrHLwtrQ4rx2I1kp1TS0HB/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 Ping Identity
Open Cascade and ask: "Using Ping Identity, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ping-identity": {
"url": "https://edge.vinkius.com/vk_preview_ZxqgWh604I1POHOOcxBrHLwtrQ4rx2I1kp1TS0HB/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 Ping Identity
Ask Cline: "Using Ping Identity, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ping-identity --transport http "https://edge.vinkius.com/vk_preview_ZxqgWh604I1POHOOcxBrHLwtrQ4rx2I1kp1TS0HB/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 Ping Identity
Ask Claude: "Using Ping Identity, show me...". 10 tools are ready
Where the request belongs
Work Ping Identity can move forward.
This is for the identity teams who are tired of being the bottleneck for access requests or spending hours on manual audits.
IAM Administrator
Audits user populations and verifies application settings to ensure compliance.
Security Engineer
Reviews real-time risk policies and sign-on flows to harden the environment.
IT Support
Fetches user metadata and checks credential health to resolve tickets faster.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFusionAuth (Enterprise Identity & Auth)
Manage enterprise identity, users, and applications via FusionAuth. create users, list applications, and handle authentication flows directly from any AI agent.
Authing
Cloud-native identity and access management platform. manage users, roles, and security logs via AI.
Okta
Equip your AI agent with Okta Identity Cloud to manage users, groups, and seamless authentication effortlessly.
Auth0
Manage IAM operations—users, clients, connections, and logs in your Auth0 tenant directly via your AI agent.
Userfront
Manage users, multi-tenant structures, and authentication sessions directly through Userfront's identity platform.
BoxyHQ (Enterprise SSO)
Manage Enterprise SSO and Directory Sync (SCIM) via BoxyHQ. configure SAML/OIDC connections and automate user provisioning directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Ping Identity 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 Ping Identity.
The practical details behind the request, access and result.
Can I use Ping Identity MCP to manage my SSO users?
Yes, you can use it to list all user identities, fetch specific user metadata, and handle user deletions through a conversational interface.
How does Ping Identity MCP help with MFA security?
It allows you to query and review your active risk policies and sign-on flows in real time, helping you understand what triggers MFA prompts.
Can I audit my applications using Ping Identity MCP?
You can list all federated Web, Native, and SPA applications and retrieve specific configuration details like grant types and callback URIs.
Does Ping Identity MCP help with user offboarding?
It makes offboarding faster by allowing your AI agent to delete user identities and automatically revoke all associated sessions and permissions.
Can I see our risk policies through Ping Identity MCP?
Yes, the Connector can list all active Risk Management rules, including those for impossible travel, anonymous networks, and behavioral anomalies.
Can I check which groups a user belongs to with Ping Identity MCP?
You can use the Connector to list identity groups and check the specific details of groups to verify user permissions across your SSO.
Can my AI automatically detect insecure applications federated under my PingOne Environment?
Yes. Ask the agent to list all applications and their OIDC/SAML parameters. It will return grant types and callback URIs. You can instruct your AI to identify any applications exposing excessive grants, lacking mandatory PKCE, or missing secure redirection URLs.
Can I use the agent to investigate complex zero-trust policies?
Absolutely. Query the agent for your current Risk Policies and Sign-On Policies. The AI translates raw rulesets (like IP anomalies, VPN blocklists, or ML-based behavioral steps) into human-readable summaries, letting you track how authentication flows operate without reverse-engineering JSON files.
How does the agent organize directories inside PingOne?
The agent can separate users utilizing Ping Identity's native Population boundaries and abstract mapping Groups. You can list all Populations to see distinct buckets entirely independent of each other, enforcing different self-service and strict password compliance boundaries globally across your organization.
One connection away
Give your agent a direct line to Ping Identity.
Connect Ping Identity once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available