Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready SAP SuccessFactors MCP server with 69 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across SAP SuccessFactors — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your SAP SuccessFactors MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every SAP SuccessFactors 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 SAP SuccessFactors call.
Tools Discovery →A SAP SuccessFactors MCP server lets AI agents read and write SAP SuccessFactors data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's SAP SuccessFactors MCP server ships with 69 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 SAP SuccessFactors's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve a list of available time types
Retrieve a specific available time type by composite key (TimeTypeProfile_externalCode, TimeTypeProfile_mdfSystemEffectiveStartDate, externalCode)
Create a new candidate profile
Retrieve a list of candidates
Retrieve a specific candidate by ID
Update an existing candidate profile using upsert endpoint
Retrieve a list of employee compensation records
Retrieve a specific compensation record by startDate and userId
Retrieve a list of person email records
Retrieve a specific person email record by composite key
Retrieve a list of employment records
Retrieve a specific employment record by composite key
Retrieve a list of employee job records
Retrieve a specific job record by composite key (seqNumber, startDate, userId)
Retrieve a list of employee time records
Retrieve a specific employee time record by external code
Retrieve a list of employment termination records
Retrieve a specific employment termination record by composite key
Retrieve a list of job applications
Retrieve a specific job application by ID
Retrieve a list of job location records
Retrieve a specific job location record by composite key
Retrieve a list of job offer records
Retrieve a specific job offer record by offer approval ID
Retrieve a list of job requisitions
Retrieve a specific job requisition by ID
Retrieve a list of employee personal detail records with optional filtering and pagination (PerPersonal)
Retrieve specific employee personal details by personIdExternal and startDate
Retrieve a list of person type definitions
Retrieve a specific person type by external code
Retrieve all available MDF picklist definitions that can be used to get picklist values for form fields
Retrieve a specific MDF picklist definition by ID and effective start date
Retrieve picklist/dropdown values for respected fields such as countries, departments, locations, languages, change reasons, and other configurable field options
Retrieve details for a specific picklist value from respected fields such as country codes, location IDs, or other field option values
Retrieve all legacy picklist definitions (pre-MDF picklist system)
Retrieve a specific legacy picklist definition by ID with option to expand picklist options
Retrieve a list of person phone records
Retrieve a specific person phone record by composite key
Retrieve a list of user profile photos
Retrieve a specific user profile photo by userId and photoType
Retrieve a list of person relationship records
Retrieve a specific person relationship by composite key
Create a new user in the system
Retrieve a list of users with optional filtering, sorting, field selection, and pagination
Retrieve detailed information for a specific user by userId
Update an existing user's information
Create a completion event for an OCN course in SAP SuccessFactors Learning
Retrieve a list of employee address records
Retrieve a specific employee address by personIdExternal, addressType, and startDate
Retrieve a list of countries
Retrieve a specific country by code
Retrieve a list of users/students in SAP SuccessFactors Learning
Retrieve a list of courses/learning items in SAP SuccessFactors Learning
Retrieve learning items/courses to identify which OCN sources/providers have content imported in SAP SuccessFactors Learning
Retrieve employee person records with core identifiers and birth information
Retrieve a specific employee's personal information by personIdExternal
Retrieve metadata definition for a specific OData entity in JSON format
Retrieve all options for a specific legacy picklist
Retrieve event reason codes available for employment events like terminations, transfers, or status changes
Create or update employee address record in PerAddressDEFLT entity
Create or update a person email record
Create or update employee employment record
Create or update employee job information record (step 3 of 4 for adding new employee)
Create or update a course in SAP SuccessFactors Learning via Open Content Network (OCN)
Generate the next available person ID for creating a new employee in SAP SuccessFactors
Create or update employee record in PerPerson entity (step 1 of 4 for adding new employee)
Create or update employee personal information record (step 4 of 4 for adding new employee)
Create or update a person phone record
Create or update a person relationship record
One endpoint. Any framework. Your agent is talking to SAP SuccessFactors 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>"
]
}
}
}140+ actions
128+ actions
127+ actions
123+ actions
120+ actions
117+ actions
100+ 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.