Rippling MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RIPPLING_BASE_URL | No | API base URL. For sandbox/testing, set to https://sandbox.rippling.com/api/platform/api. | https://api.rippling.com/platform/api |
| RIPPLING_API_TOKEN | Yes | Your Rippling API token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_companyB | Get current company details including name, address, and locations |
| list_departmentsC | List all departments in the organization with hierarchical structure |
| list_work_locationsB | List all work locations with addresses |
| list_employeesB | List active employees with pagination. Returns employee details including name, title, department, and work email. |
| get_employeeC | Get detailed information for a specific employee by their ID |
| list_all_employeesA | List all employees including terminated ones. Useful for complete workforce history. |
| search_employeesA | Search employees by name, email, title, or department. Fetches all active employees and filters client-side. |
| list_teamsB | List all teams with subteam relationships |
| list_levelsC | List position levels (e.g. Manager, Executive, Individual Contributor) |
| list_custom_fieldsC | List custom field definitions configured in Rippling |
| get_leave_balancesB | Get leave balances for a specific employee including PTO, sick leave, and other leave types |
| list_leave_requestsC | List leave requests with optional filters for status, date range, and requester |
| process_leave_requestC | Approve or decline a pending leave request |
| list_leave_typesB | List all leave types configured for the company (PTO, sick, etc.) |
| list_groupsB | List all groups in the organization |
| create_groupC | Create a new group with specified members |
| update_groupC | Update an existing group's name or members |
| delete_groupC | Delete a group by its ID |
| get_company_activityC | Get company activity events such as employee changes, onboarding, and offboarding |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bifrost-mcp/rippling-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server