Model Context Protocol (MCP)
Model Context Protocol (MCP) provides a standardized way for AI models to connect with external data sources and tools. SCIM Playground includes a dedicated SCIM MCP server that enables natural language management of users and groups.
You can use any MCP-compatible client such as Claude, GitHub Copilot, Microsoft Copilot for Microsoft 365, or Cursor to interact with your SCIM environment through simple conversational prompts.
Authentication is required to access the MCP endpoints. Please include your API Key as a Bearer
token in the Authorization
header for all requests.
Streamable HTTP
https://mcp.scim.dev/mcp
HTTP+SSE transport
https://mcp.scim.dev/sse
Example configuration
.json
"scim-mcp": {
"url": "https://mcp.scim.dev/mcp",
"headers": {
"Authorization": "Bearer ..."
}
}