Rippling
Employee records, onboarding, and device state.
Auth: API keyCatalog preview
Tools
What your agent can do with Rippling
RIPPLING_SEARCHSearch across Rippling records and content.
RIPPLING_CREATECreate a new item in Rippling with validated fields.
RIPPLING_UPDATEUpdate an existing Rippling item by id.
RIPPLING_LISTList and filter Rippling items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect Rippling from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "RIPPLING_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'