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.
    4.3

    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

    Sold by

    Delivery method

    Integration protocol

    Type

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    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
    4.3
    79 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    59%
    33%
    8%
    0%
    0%
    0 AWS reviews
    |
    79 external reviews
    External reviews are from G2 .
    Logistics and Supply Chain

    Using Saviynt for Access Requests and Compliance

    Reviewed on Apr 11, 2026
    Review provided by G2
    What do you like best about the product?
    Saviynt brings access management and governance into one place, which makes things much easier to track and manage. On our team, we use it to onboard applications and users, handle access requests, and run periodic access reviews. Before Saviynt, a lot of this work was done manually through emails or in ServiceNow, so consolidating it in Saviynt has improved visibility, streamlined the process, and helped reduce delays. The out-of-the-box reports and analytics are also very useful whenever we need to pull data and review it.it has good documentation which helps the configuration to be done quickly.it was a very large and active saviynt forum for quick fix.
    What do you dislike about the product?
    Bug resolution are planned for an upcoming version, but it takes time. Support could be improved, and the SLA needs to be followed more consistently.
    The integration of custom code with the tool can be improved.
    What problems is the product solving and how is that benefiting you?
    Mainly focused on access control and compliance. Manual effort is reduced, and overall security is improved. Previously, access requests and approvals were handled through emails and partly in ServiceNow, which made tracking difficult and increased the risk of delays or errors. With Saviynt, these processes are centralized, making it easier to manage user onboarding, role-based access, and certification campaigns from a single place.
    sugandh j.

    My experience with this product is mixed, as I have observed both significant improvement & some gap

    Reviewed on Apr 11, 2026
    Review provided by G2
    What do you like best about the product?
    Saviynt EIC has a clean and modern interface that is easy to use, even for people who are not very technical. It is flexible and customizable, which makes it simple to add new applications and systems. The platform can also handle large amounts of data smoothly, and its cloud services with AI and machine learning help speed up deployments and improve overall identity management also PAM functionality is easy to implement.
    What do you dislike about the product?
    The biggest challenge is with customer support. Answers often take too long to arrive, and when they do, they are sometimes incomplete or unclear. Communication between the support and engineering teams is slow, and the documentation is not always detailed enough, which makes solving issues harder, and some parts of the platform run slower than expected. Improving both support and performance would make the overall experience much better.
    What problems is the product solving and how is that benefiting you?
    Improved visibility and control over user access. Faster onboarding and access provisioning, with enhanced security by minimizing excessive or unauthorized access.
    Suprit M.

    One-Stop IAM Solution for the Organization

    Reviewed on Apr 09, 2026
    Review provided by G2
    What do you like best about the product?
    One stop solution for all IAM need for an organisation
    What do you dislike about the product?
    Should focus on support and product stability
    What problems is the product solving and how is that benefiting you?
    All IAM need fulfilling
    Sanjay P.

    Powerful Identity Security with Room for UI Improvement

    Reviewed on Apr 09, 2026
    Review provided by G2
    What do you like best about the product?
    I use Saviynt for JML, Access Requests, and User Access Reviews, including SODs. I like that it offers a true enterprise-grade cloud-native IGA platform with end-to-end Identity Security risk management capabilities covering humans, non-humans, and AI. It's highly scalable, has a low maintenance cost, and offers high audit compliance closure. This makes it a very powerful tool for managing identity security.
    What do you dislike about the product?
    The UI can be made better including time to onboard application using AI LLM/Agentic AI capabilities. A more simplified platform pricing for different Identity Security capabilities like NHI/ISPM, PAM etc. would help increase customer adoption and usability.
    What problems is the product solving and how is that benefiting you?
    Saviynt solves timely provisioning and de-provisioning of access, automated user access reviews, and audit compliance, while addressing security risks with user access. It's highly scalable, low maintenance cost, with high audit compliance closure.
    Ravi R.

    Robust IGA Management with Room for Scalability Improvements

    Reviewed on Apr 09, 2026
    Review provided by G2
    What do you like best about the product?
    I like Saviynt's UI and certification features. The smart certification UI is good and self-explanatory, with helpful scoring and detailing. These features make using Saviynt a positive experience for me.
    What do you dislike about the product?
    I find scalability in onboarding and agentic AI to be areas that could be improved. The initial setup was challenging and involved a complex migration process. I also think the discovery and configuration process could be simplified, especially when managing disconnected apps.
    What problems is the product solving and how is that benefiting you?
    I use Saviynt for access management, risk management, governance, and reporting.
    View all reviews