Back to Browse

Fusion Hcm MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Open-source, write-capable MCP server for Oracle Fusion HCM. Safe by default. Unofficial.

About

Open-source, write-capable MCP server for Oracle Fusion HCM. Safe by default. Unofficial.

Security Report

4.8
Use Caution4.8High Risk

This is a well-architected MCP server for Oracle Fusion HCM with strong security fundamentals. Authentication is properly delegated to environment variables, the codebase shows careful attention to safety (PII redaction, audit logging, write gating), and permissions align appropriately with the server's purpose. Minor code quality observations around exception handling and input validation do not materially impact the security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

Oracle Fusion pod base URL, e.g. https://your-pod.fa.us6.oraclecloud.comOptional

Environment variable: HCM_BASE_URL

Fusion integration user (least-privilege, read-only HCM roles recommended)Optional

Environment variable: HCM_USERNAME

Integration user password (basic auth). Alternatively store in the OS credential store under service 'fusion-hcm-mcp-server' and omit this.Required

Environment variable: HCM_PASSWORD

Optional path to a config.toml for advanced settings (modules, feature flags, OAuth2, limits). Env vars override file values.Optional

Environment variable: CONFIG_FILE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mohantyajitesh-fusion-hcm-mcp-server": {
      "env": {
        "CONFIG_FILE": "your-config-file-here",
        "HCM_BASE_URL": "your-hcm-base-url-here",
        "HCM_PASSWORD": "your-hcm-password-here",
        "HCM_USERNAME": "your-hcm-username-here"
      },
      "args": [
        "fusion-hcm-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Fusion Hcm MCP Server - Open-source, write-capable MCP server for Oracle Fusion | MCP Marketplace