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
    |
    43 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.
    Donovan S.

    Comprehensive Identity Management Solution with Seamless Onboarding/Offboarding

    Reviewed on Nov 11, 2025
    Review provided by G2
    What do you like best about the product?
    An All in One Identity and Access Management system that does Onboarding, Offboarding, Application Access, User Access Reviews, Privilege Access controls and management. Manages AD and EntraID groups very well.
    What do you dislike about the product?
    What I would call Default Dashboards are not OOTB setup from the OOTB reports.
    Processing Name Changes can be challenging.
    What problems is the product solving and how is that benefiting you?
    All Identities will be managed and identifiable to single person. Know who, what, why, how and when on all account access points in our environment makes audit time much easier to show compliance.
    Mining & Metals

    Not enough hands on experience to offer real insights (sorry)

    Reviewed on Nov 11, 2025
    Review provided by G2
    What do you like best about the product?
    It has the potential to be quite powerful in maintaining a true RBAC ethos within a company's environment.

    As I am not across the ins and outs of administering the product I cannot comment too much on this nor give any endorsement through experience.
    What do you dislike about the product?
    I am not across the product in any detail so cannot comment on this.
    What problems is the product solving and how is that benefiting you?
    We want to automate the onboarding/offboarding of users and automate RBAC starting with the most used applications. Ideally we also want to use it for access reviews of SharePoint sites where we have sensitive data stored.
    Nebojsa V.

    Concise, informative, and engaging

    Reviewed on Nov 04, 2025
    Review provided by G2
    What do you like best about the product?
    It is amaizing company with very good products
    What do you dislike about the product?
    There may be limited customization options, and some features seem to be missing in specific areas such as Privileged Access Management (PAM).
    What problems is the product solving and how is that benefiting you?
    Saviynt addresses challenging issues related to enterprise identity security, access management, and regulatory compliance.
    Resat Y.

    Good sw

    Reviewed on Nov 04, 2025
    Review provided by G2
    What do you like best about the product?
    Very good sw and kolffyjjhffdfghjhcft very
    What do you dislike about the product?
    Very good sw and customer service i like
    What problems is the product solving and how is that benefiting you?
    Gghjkkkverynkklkkjjnk fuikkklk fhjkkkk
    Valentino T.

    User-Friendly and Efficient with Fast Setup

    Reviewed on Nov 04, 2025
    Review provided by G2
    What do you like best about the product?
    I find Saviynt remarkably easy to use and very helpful in my work. The platform provides me with useful insights that greatly assist in my tasks. I appreciate its user-friendly interface, which makes navigation seamless and straightforward. The simplicity of setting up Saviynt is impressive, as it takes approximately five minutes to be operational, significantly enhancing efficiency. I enjoy how intuitive Saviynt is, as it enhances my workflow and allows me to achieve my objectives without unnecessary complications.
    What do you dislike about the product?
    Everything is great so far
    What problems is the product solving and how is that benefiting you?
    Saviynt provides useful insights, is easy to use, and helps in my work with its user-friendly navigation. It's helpful and takes just five minutes to set up.
    View all reviews