Configuration

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://developer.adra.com/doc/adra-scim/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"SCIM 2 MCP server": {
  "url": "https://developer.adra.com/doc/adra-scim/mcp"
}
Close

Operations related to SCIM configuration. These endpoints are essential for SCIM 2.0 service discovery and schema understanding:

  • /ServiceProviderConfig: Returns supported features and capabilities of this SCIM implementation
  • /Schemas: Describes the data models, attributes, and constraints for SCIM resources
  • /ResourceTypes: Lists available SCIM resource endpoints and their associated schemas

Clients should use these endpoints to discover service capabilities and adapt their integration accordingly.