SailPoint MCP Server
An MCP server that enables interaction with SailPoint IdentityNow and Identity Security Cloud for identity governance and access management. It provides comprehensive tools to manage identities, accounts, roles, workflows, and certifications through API integration.
README
SailPoint MCP Server
MCP server for SailPoint IdentityNow/Identity Security Cloud API. Provides comprehensive tools for identity governance, access management, and compliance operations.
Features
- Identity Management: List, search, and get identity details
- Account Operations: List accounts, enable/disable, unlock, view entitlements
- Access Profiles: Create, list, and manage access profile bundles
- Roles: Create, list, and manage role definitions
- Certifications: View certification campaigns and access reviews
- Workflows: List, test, and monitor automation workflows
- Search: Full-text search across identities, accounts, roles, and more
- SOD Policies: View Separation of Duties policies and violations
- Sources: List and inspect connected identity sources
Configuration
Set the following environment variables:
SAILPOINT_BASE_URL=https://your-tenant.api.identitynow.com
SAILPOINT_CLIENT_ID=your-client-id
SAILPOINT_CLIENT_SECRET=your-client-secret
SAILPOINT_API_VERSION=v3 # Optional: v3 (default) or v2025
API Version Support
The server supports both SailPoint API versions:
- v3 (default): Stable, widely-supported API version
- v2025: Latest API version with new features like Configuration Hub, enhanced identity management, and experimental endpoints
To use v2025 APIs, set SAILPOINT_API_VERSION=v2025. The v2025 API includes:
- Configuration Hub for automated configuration deployment
- Enhanced identity deletion capabilities
- Machine account management
- Data segmentation and access security
- Advanced IAI features (outliers, role mining, common access)
- Non-employee lifecycle management
For more information, see SailPoint API v2025 Documentation
Getting Credentials
- Log into your SailPoint Identity Security Cloud tenant
- Go to Preferences (under your username dropdown)
- Select Personal Access Tokens on the left
- Click New Token to generate a new PAT
- Copy the Client ID and Client Secret
Your base URL follows the format: https://{tenant}.api.identitynow.com
Available Tools
Identities
list_identities- List identities with filteringget_identity- Get detailed identity information
Accounts
list_accounts- List accounts across sourcesget_account- Get account detailsget_account_entitlements- List account entitlementsenable_account- Enable a disabled accountdisable_account- Disable an accountunlock_account- Unlock a locked account
Access Profiles
list_access_profiles- List access profilesget_access_profile- Get access profile detailscreate_access_profile- Create a new access profile
Roles
list_roles- List rolesget_role- Get role detailsget_role_assigned_identities- List identities assigned to a rolecreate_role- Create a new role
Certifications
list_certifications- List active certificationsget_certification- Get certification detailslist_certification_campaigns- List certification campaignsget_certification_campaign- Get campaign details
Workflows
list_workflows- List automation workflowsget_workflow- Get workflow detailsget_workflow_executions- View workflow execution historytest_workflow- Test a workflow
Sources
list_sources- List connected sourcesget_source- Get source details
Search
search- Search across indices (identities, accounts, roles, etc.)search_aggregate- Aggregate analytics queries
Entitlements
list_entitlements- List entitlementsget_entitlement- Get entitlement details
Access Requests
list_access_requests- List access requestscreate_access_request- Create a new access request
Identity Profiles
list_identity_profiles- List identity profilesget_identity_profile- Get identity profile details
SOD Policies
list_sod_policies- List SOD policiesget_sod_policy- Get SOD policy detailslist_sod_violations- List SOD violations
Usage Examples
Search for identities
{
"indices": ["identities"],
"query": "name:John AND department:Engineering"
}
List active access requests
{
"filters": "status eq \"PENDING\""
}
Create an access request
{
"requestedFor": ["identity-id-1"],
"requestedItems": [
{
"type": "ROLE",
"id": "role-id",
"comment": "Need access for project X"
}
]
}
Building
npm install
npm run build
Performance Features
HTTP Connection Pooling
The server uses a singleton axios instance with HTTP Keep-Alive for optimal performance:
- Reuses TCP connections across multiple requests
- Connection pool: 50 max sockets, 10 max free sockets
- 30-second keep-alive timeout
- Automatic token refresh without creating new connections
This provides significant performance improvements for sequential API calls, especially when making multiple requests in a short time period.
Token Caching
OAuth2 tokens are cached with a 60-second buffer before expiry, minimizing unnecessary token refresh requests.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。