SCIM MCP Server
A Model Context Protocol (MCP) server that bridges SCIM 2.0 APIs, allowing MCP clients to interact with SCIM resources through standardized tools.
🚀SCIM Playground: Test this SCIM MCP server live in the SCIM Playground before integrating it with your own SCIM server.
Usage
Stdio Transport
Add this configuration to your MCP client's configuration file:
HTTP Transport
For HTTP-based MCP clients, add this configuration:
Note: Make sure to start the HTTP server first using
npx github:limosa-io/mcp-scim(without --stdio flag). Please set the environment variableSCIM_URLand optionallyPORT.
Available Tools
Tool | Description |
| List available SCIM resource types |
| Get SCIM schemas and attribute definitions |
| Get server capabilities and configuration |
| Query resources with filtering and pagination |
| Retrieve a specific resource by ID |
| Create a new SCIM resource |
| Update an existing resource (PUT) |
| Modify a resource with specific operations (PATCH) |
| Delete a resource |
| Perform multiple operations in a single request |
Development
Local Development Setup
Development Commands
This server cannot be installed
Related Resources
Related MCP Servers
- -securityFlicense-qualityAn MCP server that connects to the Resource Hub, allowing centralized configuration and management of tools and resources across different MCP environments.Last updated -3
- -securityAlicense-qualityThe m2m-mcp-server-ssh-client provides a unified MCP server interface, securely connecting via SSH to the m2m-mcp-server-ssh-server back-end which aggregates MCP servers. This setup offers secure, single-point access to diverse remote tools using robust SSH key-based authentication.Last updated -8MIT License
- AsecurityAlicenseAqualityA client library for connecting to and interacting with MCP servers hosted on smcphub.com, allowing users to find, publish, and call tools on MCP servers.Last updated -222MIT License
- -securityFlicense-qualityAn MCP server that enables interaction with ShipEngine's shipping API, allowing users to manage shipments, labels, carriers, and other shipping operations through natural language commands.Last updated -