
You'd reach for this when you need to audit identity and access management workflows without building your own governance tooling. It exposes 10 operations covering IAM policy checks, privileged access management, access recertification cycles, and segregation of duties enforcement. The specifics depend on what AccessOracle's API actually provides, but the scope suggests you can validate who has access to what, flag conflicting permissions, and automate compliance reviews. Useful if you're writing internal tools for security teams or automating access audits across multiple systems. The streamable HTTP transport means you can call it from Claude without running local infrastructure.
DORA Execution MCP Server — 10 tools | Part of ToolOracle
# Claude Desktop / Cursor / Windsurf
npx -y mcp-remote https://tooloracle.io/access/mcp/
// claude_desktop_config.json
{
"mcpServers": {
"accessoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tooloracle.io/access/mcp/"]
}
}
}
| Tool | Description |
|---|---|
register_account | Register a privileged/service/shared account for IAM tracking. |
list_accounts | List accounts with filters. |
mfa_compliance | Check MFA coverage against DORA Art. 9(4)(d) requirements. |
access_review | Track access recertification reviews. Set add=true to log a review. |
sod_matrix | Detect Segregation of Duties conflicts across accounts. |
privileged_audit | Privileged account audit — MFA, shared, review status. |
jml_process | Joiner/Mover/Leaver process tracking. Set log_event=true to log. |
break_glass_log | Emergency access logging. Set log=true to record usage. |
access_gap_analysis | Gap analysis against RTS Art. 21 requirements. |
health_check | Server status. |
| Tier | Rate Limit | Price |
|---|---|---|
| Free | 10 calls/day | €0 |
| Pro | 1,000 calls/day | €99/month |
| Enterprise | Unlimited | Custom |
Note: This is a compliance oracle. Full tool access requires a Pro or Enterprise subscription. Free tier includes read-only assessment tools.
accessOracle is one of 42 specialized MCP servers in the ToolOracle ecosystem — the largest collection of production-ready MCP tools for AI agents.
Related Oracles:
https://tooloracle.io/access/mcp/Built by FeedOracle — Evidence by Design