SCIM
0
Bridges SCIM 2.0 APIs, enabling Model Context Protocol (MCP) clients to interact with SCIM resources through standardized tools.
Acerca de
The SCIM MCP Server functions as a vital bridge, translating SCIM 2.0 APIs into a standardized Model Context Protocol interface. This allows any MCP-compatible client to seamlessly interact with and manage SCIM resources, such as user identities and groups, using a unified set of commands. It streamlines integration efforts by abstracting away the specifics of various SCIM server implementations, providing a consistent way to perform operations like querying, creating, updating, and deleting resources, as well as retrieving schema definitions and service provider configurations.
Características Principales
- Bridge SCIM 2.0 APIs to Model Context Protocol (MCP)
- List, query, and retrieve SCIM resource types and schemas
- Create, update (PUT/PATCH), and delete SCIM resources
- Perform multiple SCIM operations in a single batch request
- Retrieve SCIM server capabilities and configuration
- 0 GitHub stars
Casos de Uso
- Integrating SCIM 2.0 compliant identity providers with MCP-enabled applications
- Developing standardized command-line tools for SCIM resource management
- Testing and validating SCIM server implementations via an MCP interface