← ClaudeAtlas

apify-successfactors-mcplisted

Use live SAP SuccessFactors job data from Claude and other MCP clients with the Apify SAP SuccessFactors Jobs API Actor (johnvc/sap-successfactors-jobs-api), exposed through the hosted Apify MCP server. Adds a tool that pulls postings from any public SuccessFactors career site and returns structured JSON: title, company, requisition ID, job function, location, expiration date, and the description as Markdown, with an optional detail add-on for posted date, department, facility, shift type, and travel. Use when someone wants a successfactors mcp server, to connect SuccessFactors to Claude AI, to give an AI agent live SAP SuccessFactors jobs, or to query enterprise job postings from an MCP client without writing glue code. No key needed for the public jobs layer, and billed per job delivered.
johnisanerd/claude-skill-successfactors-mcp · ★ 0 · AI & Automation · score 68
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