Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready OneLogin MCP server with 109 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across OneLogin — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your OneLogin MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every OneLogin tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every OneLogin call.
Tools Discovery →A OneLogin MCP server lets AI agents read and write OneLogin data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's OneLogin MCP server ships with 109 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from OneLogin's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new user in OneLogin
Retrieve a paginated list of users
Retrieve a single user by ID
Update an existing user by ID
Delete a user by ID
Create a new custom user attribute definition
Retrieve all custom user attribute definitions
Retrieve a single custom attribute definition by ID
Update an existing custom attribute definition by ID
Delete a custom attribute definition by ID
Create a new application in OneLogin
List all applications in OneLogin
Retrieve a single application by ID
Update an existing application in OneLogin
Delete an application from OneLogin
Create a new rule for an application
List all rules for an application
Retrieve a single app rule by ID
Update an existing rule for an application
Delete a rule from an application
Create a new role in OneLogin
List all roles in OneLogin
Retrieve a specific role by ID
Update an existing role in OneLogin
Delete a role from OneLogin
List applications assigned to a role
Set the applications assigned to a role
Add users to a role
List users assigned to a role
Remove users from a role
Add administrators to a role
List administrators of a role
Remove administrators from a role
List all groups in OneLogin
Retrieve a specific group by ID
List events in OneLogin
Retrieve a specific event by ID
Create a new API authorization server in OneLogin
Retrieve all API authorization servers configured in OneLogin
Retrieve a specific API authorization server by its ID
Update an existing API authorization server by its ID
Delete an API authorization server by its ID
Create a new access token claim on an API authorization server
Retrieve all access token claims for a specific API authorization server
Update an existing access token claim on an API authorization server
Delete an access token claim from an API authorization server
Create a new scope on an API authorization server
Retrieve all scopes for a specific API authorization server
Update an existing scope on an API authorization server
Delete a scope from an API authorization server
Create a new smart hook in OneLogin
Retrieve all smart hooks configured in OneLogin
Retrieve a specific smart hook by its ID
Update an existing smart hook by its ID
Delete a smart hook by its ID
Create a new environment variable for smart hooks
Retrieve all smart hook environment variables
Retrieve a specific smart hook environment variable by its ID
Update an existing smart hook environment variable
Delete a smart hook environment variable by its ID
Create a new user mapping in OneLogin
List all user mappings in OneLogin
Retrieve a single user mapping by ID
Update an existing user mapping in OneLogin
Delete a user mapping by ID
List all brands in OneLogin
Retrieve a single brand by ID
Update an existing brand in OneLogin
Create a new Vigilance AI risk rule in OneLogin
List all Vigilance AI risk rules in OneLogin
Retrieve a single Vigilance AI risk rule by ID
Update an existing Vigilance AI risk rule in OneLogin
Delete a Vigilance AI risk rule from OneLogin
Send an invite link email to a user
Retrieve applications assigned to a user
Retrieve privileges assigned to a user
Retrieve delegated privileges for a user
List users assigned to an application
List available conditions for app rules
List operators for a specific rule condition
List possible values for a specific rule condition
List available actions for app rules
List possible values for a specific rule action
List all available event types in OneLogin
Retrieve all client applications assigned to an API authorization server
Retrieve execution logs for a specific smart hook
List all available mapping condition types
List available operators for a specific mapping condition type
List available values for a specific mapping condition type
List all available mapping action types
List available values for a specific mapping action type
List applications associated with a specific brand
List all message templates for a brand
Retrieve a message template by its type for a brand
Retrieve a message template by type and locale for a brand
Retrieve a master email template by its type
Retrieve a master email template by type and locale
List all available languages for custom error messages
List all available connectors in OneLogin
List all available reports in OneLogin
Get a risk score for a given context using Vigilance AI
Retrieve risk score insights and analytics from Vigilance AI
Delete a parameter from an application
Unlock a locked user account by user ID
Reorder rules for an application
Reorder user mappings by specifying their evaluation order
Run a report asynchronously in the background
Track a risk event for Vigilance AI analysis
Generate an invite link for a user by email
One endpoint. Any framework. Your agent is talking to OneLogin in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}137+ actions
69+ actions
67+ actions
57+ actions
53+ actions
37+ actions
32+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.