Okta MCP Server (bangarrajuv2/okta-mcpserver) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 36 tools. No publisher has claimed this listing.

C
Emerging
74/100

Okta MCP Server

Exposes Okta incident-support and administrative workflows to MCP-compatible clients, enabling user investigation, group management, and system log queries.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

bangarrajuv2

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// tools this server exposes36 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

okta_get_org_info

Read metadata about the Okta organization.

okta_list_users

List Okta users. Supports q, search, filter, pagination, and a limit up to 200.

okta_get_user

Get one Okta user by ID, login, or shortname.

okta_get_user_incident_summary

Gather a support-focused incident summary for a user: profile, groups, factors, sessions, app links, and recent System Log events.

okta_list_user_groups

List groups assigned to a user.

okta_list_user_factors

List enrolled MFA factors for a user.

okta_get_user_factor

Get one MFA factor for a user.

okta_list_user_sessions

List active Okta sessions for a user.

okta_list_user_app_links

List application links visible to a user.

okta_create_user

Create an Okta user. The caller must provide a valid Okta user profile object.

okta_update_user

Update an Okta user's profile or credentials by user ID.

okta_deactivate_user

Deactivate an Okta user by ID. This is a destructive lifecycle operation.

okta_unlock_user

Unlock a locked-out Okta user.

okta_suspend_user

Suspend an Okta user. This is a destructive lifecycle operation.

okta_unsuspend_user

Unsuspend an Okta user.

okta_expire_user_password

Expire a user's password and optionally create a temporary password.

okta_reset_user_factor

Reset one MFA factor for a user.

okta_clear_user_sessions

Clear active sessions for a user. Optionally revoke OAuth tokens too.

okta_list_groups

List Okta groups. Supports q, search, filter, pagination, and a limit up to 200.

okta_get_group

Get one Okta group by group ID.

okta_list_group_users

List users assigned to a group.

okta_create_group

Create an Okta group with a profile name and optional description.

okta_add_user_to_group

Add an Okta user to a group.

okta_remove_user_from_group

Remove an Okta user from a group.

okta_list_applications

List Okta applications. Supports q, filter, pagination, and a limit up to 200.

okta_get_application

Get one Okta application by app ID.

okta_list_application_users

List users assigned to an Okta application.

okta_get_application_user

Get a user's assignment record for an Okta application.

okta_list_policies

List Okta policies by type for access, sign-on, MFA, password, and app sign-on investigations.

okta_get_policy

Get one Okta policy by policy ID.

okta_list_policy_rules

List rules for an Okta policy.

okta_list_identity_providers

List configured identity providers for federation or social-login incident review.

okta_get_identity_provider

Get one identity provider by ID.

okta_list_network_zones

List Okta network zones for access or policy troubleshooting.

okta_list_system_logs

List Okta System Log events. Supports since, until, filter, q, sortOrder, pagination, and limit.

okta_search_user_system_logs

Search recent System Log events for a user by login, email, or user ID.

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configOKTA_ENABLE_WRITE_TOOLSexport ="false"
configOKTA_MCP_UI_API_PORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

36/36 tools missing one or more hints — okta_get_org_info (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); okta_list_users (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); okta_get_user (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +33 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

Only 0/36 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/bangarrajuv2/okta-mcpserver)](https://m8ven.ai/mcp/bangarrajuv2/okta-mcpserver)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 05c353d71955c0c7b8531b849f4252f8086426db
code hash: db8372f94a235e7fd13c9d0947d8e40aef9125c4421fad2cf21cdf3a34dc57f1
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client