# Sap successfactors (verified)

Cloud-based human capital management software covering Employee Central, Recruiting, Performance & Goals, Learning, Compensation, and more.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add sap_successfactors

# Browse available tools
npx -y @smithery/cli@latest tool list sap_successfactors

# Get full schema for a tool
npx -y @smithery/cli@latest tool get sap_successfactors SAP_SUCCESSFACTORS_GET_CURRENT_USER

# Call a tool
npx -y @smithery/cli@latest tool call sap_successfactors SAP_SUCCESSFACTORS_GET_CURRENT_USER '{}'
```

## Direct MCP Connection

Endpoint: `https://sap_successfactors.run.tools`

## Tools (1)

- `SAP_SUCCESSFACTORS_GET_CURRENT_USER` — Retrieves the currently authenticated user's information from SAP SuccessFactors.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get sap_successfactors <tool-name>
```
