Listing Thumbnail

    Saviynt MCP Server

     Info
    Sold by: Saviynt 
    Enable AI agents and users to interact with Saviynt Identity Cloud through your LLM applications - query data, run analytics, and trigger governance workflows. No code. No complexity. Just smarter, faster identity security.

    Overview

    Play video

    The Saviynt Model Context Protocol (MCP) Server amplifies the power of your Saviynt Identity Cloud by enabling AI agents, LLM-based applications, and authorized users to interact with identity data using natural language. It seamlessly translates plain-language queries into Saviynt-specific actions - such as retrieving identity data, analyzing access across systems, and triggering governance workflows like access reviews, certifications, or revocations.

    With out-of-the-box support for answering critical identity questions like "Who has access to what?" and "Should they have that access?", the MCP Server simplifies complex identity operations and enhances decision-making. Designed to extend and complement your Saviynt deployment, it brings AI-native automation to identity governance - no code required.

    Benefits of Using Saviynt MCP Server

    • Accelerate Governance with Unified identity intelligence (for Smarter Decisions): Gain instant, context-rich visibility across users, accounts, roles, entitlements, and applications across hybrid and multi-cloud ecosystems. See exactly who has access to what and how they got it for faster risk remediation and superior governance. -Empower users with Contextual Identity Intelligence: Enable analysts, auditors, and application owners to make smarter and quicker access decisions with deep insights. Get clear answers to "who, what, why, and how" behind every identity - helping teams confidently determine who should (or shouldn't) have access to critical systems and data. -Achieve Time to Value in Minutes: Quickly uncover access blind spots and toxic combinations, orphaned accounts, and overprovisioned accounts- within minutes of deployment. Accelerate audit readiness and reduce risk with real-time identity insights and automated reporting, delivering immediate value from day one.

    Key Features

    1. Unified Identity Visibility Instantly correlate users, accounts, roles, entitlements, and applications across hybrid and multi-cloud environments. Visualize access pathways and control mappings with support for coarse- and fine-grained entitlements.

    2. MCP-Based Contextual Query Engine Run contextual queries on identity, access, risk and usage. Create queries using normal, everyday language

    3. Access Governance & Request Approvals Integrate directly with Saviynt workflows to enable streamlined access request approvals by business owners, app owners or risk managers. Leverage built-in support for adaptive policies, risk-based approvals and delegation.

    4. Developer & Integration Friendly Easily integrate with other IAM, ITSM, or analytics systems with RESTful APIs and webhooks. Quickly onboard, scale, and monitor with an AWS-native deployment model.

    5. Plug-and-Play Deployment Easily deploy from AWS Marketplace and start getting identity insights within minutes. Secure-by-design with hardened APIs and configurable access controls.

    Highlights

    • Uncover critical access blind spots, orphaned accounts, toxic combinations, and overprovisioning within minutes of deployment.
    • Enable analysts, auditors, and application owners to make smarter and quicker access decisions with deep insights and explainable context. Get clear answers to "who, what, why, and how" behind every identity to confidently determine who should (or shouldn't) have access to critical systems and data.
    • Streamline access request approvals by business and application owners, or risk managers.

    Details

    Delivery method

    Integration protocol

    Type

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Saviynt MCP Server

     Info
    Pricing is based on the duration and terms of your contract with the vendor. This entitles you to a specified quantity of use for the contract duration. If you choose not to renew or replace your contract before it ends, access to these entitlements will expire.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    12-month contract (1)

     Info
    Dimension
    Description
    Cost/12 months
    Saviynt MCP Server
    Enable AI agents and users to interact with Saviynt Identity Cloud through your LLM application
    $10,000.00

    Vendor refund policy

    Contact your account manager

    Custom pricing options

    Request a private offer to receive a custom quote.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    API-Based Agents & Tools

    API-Based Agents and Tools integrate through standard web protocols. Your applications can make API calls to access agent capabilities and receive responses.

    Additional details

    Usage instructions

    Setting up Saviynt MCP

    Prerequisites

    1. Obtain an API key from Saviynt support for MCP server access
    2. Install Node.js
      • Download and install Node.js from nodejs.org 
      • Verify installation by opening Command Prompt and typing node --version

    Configuration Steps

    Claude Desktop

    1. Configure Claude Desktop

    1. Open Claude Desktop application
    2. Go to Settings (gear icon)
    3. Click on Developer in the left sidebar
    4. Click Edit Config
    5. Add the following configuration:
    { "mcpServers": { "saviynt-mcp": { "command": "npx", "args": [ "mcp-remote", "https://saviynt-ispm-mcp.saviyntcloud.com/sse", "--header", "Authorization:${AUTH_HEADER}" ], "env": { "AUTH_HEADER": "Bearer paste-the-api-key-here" } } } }
    1. Save and restart Claude Desktop

    2. Verify Connection

    1. In Claude Desktop, look for the tools/hammer icon in the chat interface
    2. Click it to verify Saviynt MCP tools are available

    Amazon Q Chat

    1. Configure Amazon Q Chat

    1. Open file ~/.aws/amazonq/mcp.json
    2. If the file doesn't exist, create it
    3. Add the following configuration and save the file:
    { "mcpServers": { "saviynt-mcp": { "command": "npx", "args": [ "mcp-remote", "https://saviynt-ispm-mcp.saviyntcloud.com/sse", "--header", "Authorization:${AUTH_HEADER}" ], "env": { "AUTH_HEADER": "Bearer paste-the-api-key-here" } } } }
    1. Open Amazon Q Chat in new terminal window, wait for few seconds for MCP server to be loaded

    2. Verify Connection

    1. Execute /tools in Q Chat window to verify Saviynt MCP tools are available

    Important Notes

    • Replace API key: Replace paste-the-api-key-here with the actual API key provided by the Saviynt Support team
    • Security: Keep your API credentials secure and never share them publicly
    • Connection: Wait for the MCP server to fully load before attempting to use the tools
    • Key Rotation: This must be performed by Saviynt Support - please raise a ticket
    • Saviynt: Requires Saviynt Identity Cloud Amsterdam Release

    Troubleshooting

    If you encounter issues:

    1. Verify Node.js installation with node --version
    2. Check that the configuration file syntax is correct (valid JSON)
    3. Ensure you have the correct API key from Saviynt support
    4. Restart the application after making configuration changes
    5. Wait a few seconds for the MCP server to load completely

    For additional support, contact Saviynt support team.

    Support

    Vendor support

    https://saviynt.com/services/customer-support  24x7 Support and Services: support@saviynt.com  US: +1 855 856 4368
    UK: +44 1983 217748 AUS: +61 3906 85719

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    |
    30 external reviews
    Star ratings include only reviews from verified AWS customers. External reviews can also include a star rating, but star ratings from external reviews are not averaged in with the AWS customer star ratings.
    Shubham G.

    Market leader in Cloud Identity Administration and Governance

    Reviewed on Jul 25, 2025
    Review provided by G2
    What do you like best about the product?
    Least footprint on your on-prem and out of the box capabilities on the cloud makes it the best fit solution for both small and large enterprises
    What do you dislike about the product?
    while most of the features are available out of the box, there are certain limitations - like customisation of the tool as per the requirements on some modules.
    What problems is the product solving and how is that benefiting you?
    the lifecycle management of users, partners and applications for the users.

    Saviynt provides OOTB features to integrate your source and target systems. It also allows you with the OOTB connectors available to connect to the systems like AD/DB/REST/AzureAD/CyberArk and many more
    Hospital & Health Care

    Good Product, some issues with support

    Reviewed on Jul 22, 2025
    Review provided by G2
    What do you like best about the product?
    The product is generally intuitive and doesn't require too much customization to get going. Getting connections to work is pretty easy, and for the most part there is decent documentation around how to set things up.
    What do you dislike about the product?
    When issues arise, it is difficult to get agents that can get to the root cause. Often they request meetings that end up being a rehash of what we have in the original ticket. Tickets stay open far too long before resolution.
    What problems is the product solving and how is that benefiting you?
    We are working towards having a centralized IAM environment where a product like Saviynt can be the source of truth for everything identity related. Saviynt as a product is proving to be capable of doing this although there are some concerns around scaling.
    Food & Beverages

    Easy to use and great for attestation

    Reviewed on Dec 27, 2024
    Review provided by G2
    What do you like best about the product?
    Really great for handling role approvals and annual attestation reviews. As a product owner I am able to approve new role requests with ease and action necessary revokes to keep license counts up to date.
    What do you dislike about the product?
    So far in the last two years, I have yet to experience a downside. They are doing a great job and care about their prodoct.
    What problems is the product solving and how is that benefiting you?
    Role/account attestation and revokes
    Praveen Kumar G.

    Most Reliable Identity and Access Management (IAM) system

    Reviewed on Dec 23, 2024
    Review provided by G2
    What do you like best about the product?
    Saviynt is a platform designed for end users, known for its simplicity and straightforwardness. It consistently receives multiple updates each year, enhancing its functionality. The tool is easy to configure and is excellent for running certifications across line managers and EO/RO reviews. One of its standout features is the highly praised customer support. Overall, I believe Saviynt is the best tool among all IAM solutions.
    What do you dislike about the product?
    There are occasional issues when configuring certifications using around 50,000 User IDs. However, these problems do not occur when using user key configurations. I am hopeful that Saviynt will address and resolve this issue in upcoming updates.
    What problems is the product solving and how is that benefiting you?
    Saviynt is helping us to run certification on regularbasis which helps us to remove un autherized access.
    Brent F.

    Very effective product

    Reviewed on Dec 05, 2024
    Review provided by G2
    What do you like best about the product?
    They are very responsive customer service
    What do you dislike about the product?
    Some addtional training and materials would be appreciated.
    What problems is the product solving and how is that benefiting you?
    IAM security
    View all reviews