This page provides an overview of the MCP Feature, including usage requirements and restrictions.
Note: As of May 2026:
・ Available as a beta version to customers on eligible plans.
・ Available for use with Claude.
MCP Feature — Feature Overview
This feature allows you to perform TrustLogin administrative operations using natural language from an AI chat tool.
It connects to TrustLogin via the MCP protocol, enabling you to check usage status and streamline inventory management tasks.
Use Cases
-
When you want to audit unused licenses for SSO-connected apps:
You can filter apps where SSO has not been executed and quickly identify candidates for removing unnecessary licenses.Example: "Tell me which apps have not had SSO executed this month."
-
When you want to check usage status across a specific app:
You can view the members assigned to an app along with their SSO history in one place, reducing the effort of opening each admin screen individually.Example: "Tell me the members using the 〇〇 app."
Available Features (as of May 2026)
Each feature is executed by calling a dedicated tool from the AI chat tool.
When you ask in natural language, the AI automatically selects the appropriate tool and executes your request.
| Feature | Tool | What it does |
| Retrieve App list | list_apps |
Retrieves a list of apps registered under the company ID |
| Retrieve account status | get_app_accounts |
Retrieves all account information for the specified app |
| Retrieve access logs | get_access_logs |
Retrieves access logs (SSO logs) for a specified time period |
For details on the specifications, including information retrievable by each tool, please refer to this page.
Before You Begin
Eligible Plans and Permissions
- Eligible plans: SSO Pro Plan, SSO Pro + SaaS Management Plan
- Required permissions: TrustLogin Administrator permission
Note: For details on the permissions required to use each tool, please refer to this page.
Prerequisites
The following settings are required.
- MCP connection configuration on the AI chat tool side
- OAuth authorization (connection permission settings from the AI chat tool to TrustLogin)
Security
- Authorization method: OAuth 2.1-based. Only information within the scopes authorized by the administrator is accessible.
- Operation logs: Administrator permissions in TrustLogin are required for operations, and all operation logs are recorded.
- Token management: Token-based approach is used. Tokens that are no longer needed can be revoked at any time.
Note: Regarding the AI tool side:
The token storage method depends on the security model of the AI tool. Please separately review the security policy of each AI tool.
Notes and Restrictions
- General users cannot use this feature: This feature is exclusively for users with administrator permissions.
- Logs outside TrustLogin cannot be detected: Logs for logins performed outside of TrustLogin cannot be retrieved.
- Write operations are not supported: As of May 2026, only read (information retrieval) operations are available.
Related Links
- [MCP Feature] Connect and Authenticate the MCP Server (Claude Code)
- [MCP Feature] List of Available Tools and Retrievable Information
- [MCP Feature] Usage Guide: Example Prompts