apify-successfactors-mcplisted
Install: claude install-skill johnisanerd/claude-skill-successfactors-mcp
# SAP SuccessFactors Jobs, Inside Claude
Give Claude or any MCP client a tool that reads live SAP SuccessFactors postings on demand and hands back structured rows to reason over, with no glue code.
## When to use this skill
- You want a SuccessFactors MCP server that reads career sites, not one that manages an employer tenant.
- You are connecting SuccessFactors to Claude AI and want live postings an agent can pull mid-conversation.
- Your agent needs enterprise job data (roles, locations, functions) as structured JSON, on request.
- You do not want to build and host your own MCP wrapper around a SuccessFactors scraper.
Not for: bulk one-off exports from a script or a scheduled pipeline. Use the companion `apify-successfactors-jobs-api` skill, built on the same Actor. See `references/actor-index.md`.
## What you get
The Actor returns one row per job (`resultType` separates `job` from `error` rows):
- `requisitionId`, `url`, `applyUrl`, `title`
- `companyName`, `employer`, `tenant`, `careerSiteUrl`
- `jobFunction`, `location`, `countryCode`, `isRemote`, `validThrough`
- `descriptionMarkdown` by default, with `descriptionHtml` and `descriptionText` opt-in
- with `includeDetailFields`: `datePosted`, `department`, `facility`, `shiftType`, `travel`, `customFields`
- `source` (always `successfactors`), `sourceType`, `flavor`, `scrapedAt`
## Prerequisites
- Apify account (sign up at https://apify.com?fpr=9n7kx3&fp_sid=skillrepo).
- An `APIFY_TOKEN` for the hosted MCP server