Skip to content
Cloud InfrastructureAuto-generatedScore: 46

AWS Single Sign-On Admin MCP Server

The AWS Single Sign-On Admin API, now operating under the AWS IAM Identity Center service, provides programmatic control over the centralized identity and access management of workforce users within an AWS environment.

Quick Start Summary

The AWS Single Sign-On Admin MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the AWS Single Sign-On Admin API through natural language. It exposes 10 API endpoints as callable tools, such as AttachCustomerManagedPolicyReferenceToPermissionSet, AttachManagedPolicyToPermissionSet, CreateAccountAssignment, and more. No authentication is required — setup takes approximately 30 seconds. The server uses STDIO transport and can be installed by running npx -y @mcp/amazonaws-com-sso-admin. This integration is sourced from the auto AWS Single Sign-On Admin OpenAPI specification (v2020-07-20) and has a quality score of 46/99 (fair documentation coverage).

10Endpointstools mapped
NoneAuthopen access
46/99Qualityfair
~30 secSetupno auth

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
10 operations
Transport
STDIO
Spec Version
v2020-07-20
Install Command
npx -y @mcp/amazonaws-com-sso-admin

Environment Variables

AWS_SINGLE_SIGN_ON_ADMIN_API_KEY

Example: your_aws_single_sign_on_admin_api_key

Top Endpoints

POST
/#X-Amz-Target=SWBExternalService.AttachCustomerManagedPolicyReferenceToPermissionSet

AttachCustomerManagedPolicyReferenceToPermissionSet

POST
/#X-Amz-Target=SWBExternalService.AttachManagedPolicyToPermissionSet

AttachManagedPolicyToPermissionSet

POST
/#X-Amz-Target=SWBExternalService.CreateAccountAssignment

CreateAccountAssignment

POST
/#X-Amz-Target=SWBExternalService.CreateInstanceAccessControlAttributeConfiguration

CreateInstanceAccessControlAttributeConfiguration

POST
/#X-Amz-Target=SWBExternalService.CreatePermissionSet

CreatePermissionSet

Own this API?

Verify ownership of this listing to control the description, configuration details, and documentation links. Choose between free manual verification or instant premium placement.

Option 1: Free Verification

Slow manual review. Requires creating a GitHub issue with verified documentation or domain verification.

  • • Verified badge on page
  • • Standard search sorting
  • • 2-3 business days review
Start Free Claim →
Instant & Boosted

Option 2: Featured Upgrade($9/mo)

Instant verification plus premium styling, featured badges, and directory placement boost.

  • • ★ Featured star & amber highlight border
  • • Top of directory search placement
  • • Instant activation via claim token

📖 Detailed MCP Integration Guide

A technical breakdown of capabilities, agent workflows, and security/configuration best practices.

Capabilities & Use Cases
The AWS Single Sign-On Admin API, now operating under the AWS IAM Identity Center service, provides programmatic control over the centralized identity and access management of workforce users within an AWS environment. This service is the foundational layer for implementing a secure, scalable single sign-on solution that bridges on-premises directories, cloud identity providers like Azure Active Directory or Okta, and the entire AWS account structure. Its core capabilities are centered on the lifecycle management of permission sets, which are templates defining an AWS access role, and the assignment of these permission sets to users or groups from an integrated identity source across multiple AWS accounts. The endpoints facilitate creating, deleting, and modifying these permission sets, attaching managed or customer-managed AWS IAM policies to them, and managing instance-wide configurations for attribute-based access control (ABAC). This allows enterprises to move away from long-term credentials and instead grant just-in-time, least-privilege access to AWS resources based on a user's role or department, dramatically improving their security posture and operational efficiency during audits or team member onboarding and offboarding.
🤖AI Agent Value
When exposed as tools via the Model Context Protocol (MCP) to an AI coding assistant like Claude Desktop, Cursor, or Cline, this API transforms from a set of remote operations into a dynamic, integrated component of a developer's workflow. The AI agent gains the ability to directly reason about and manipulate the organization's access control fabric. This is immensely valuable for automating repetitive, error-prone security administration tasks and enabling "infrastructure as code" conversations. Instead of manually navigating the AWS Console or writing specific CLI commands, a developer can issue natural language instructions to the AI, which then translates them into the correct API calls. The AI can maintain context about the user's current project, suggesting or automating permission set creations that align with the project's required AWS services, or help debug access issues by querying the existing permission assignments for a user or group, turning the security management plane into a conversational and intelligent assistant.
💬Example Workflows
A developer can instruct the AI agent to perform a variety of practical, context-aware workflows. For instance, they could ask, "Create a new permission set called 'NetworkAdmin' and attach the 'AdministratorAccess' managed policy to it, then assign the 'NetOps' group from Azure AD to this role in our production account." The AI would execute the sequence of CreatePermissionSet, AttachManagedPolicyToPermissionSet, and CreateAccountAssignment API calls. Another example would be, "List all permission sets currently attached to the 'DatabaseDevelopers' group and show me their policies so I can review if we need to add RDS access," which would involve the agent querying and correlating assignment and permission set data. The AI can also be tasked with cleanup operations, such as "Remove all account assignments for the temporary contractor group 'ProjectX_Contractors' from every AWS account and delete the 'ProjectX_Temp' permission set," ensuring comprehensive and automated deprovisioning that aligns with security policies.
🛡️Security & Auth
Critical attention must be paid to authentication and security when deploying this MCP server. Although the API authentication method may be listed as "None" in a simplified context, the underlying IAM Identity Center operations are fundamentally secured through AWS IAM. The application or AI agent hosting this MCP server must be configured with an appropriate IAM role that has explicit, scoped permissions for IAM Identity Center actions (e.g., sso:CreatePermissionSet, sso:CreateAccountAssignment) and access to the required resources. Adherence to the principle of least privilege is paramount; the IAM role's policy should only permit the exact API operations the AI needs to perform, avoiding broad administrative permissions. It is strongly recommended to use an IAM role with a permissions boundary to limit its maximum access, and to enable AWS CloudTrail logging for all IAM Identity Center API activity to maintain a comprehensive audit trail. Developers should also be cautious about granting the AI agent write permissions and consider starting with read-only access for discovery and recommendation tasks before enabling modification operations in a controlled manner.

Similar APIs

Other APIs in the Cloud Infrastructure category.

Related MCP Server Integrations

Supabase API MCP Setup

Manage Supabase projects, databases, authentication, and storage through your AI agent.

Cloud InfrastructureConfigure →

Cloudflare API MCP Setup

Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.

Cloud InfrastructureConfigure →

Vercel API MCP Setup

Deploy projects, manage domains, and monitor deployments through your AI agent.

Cloud InfrastructureConfigure →

DigitalOcean API MCP Setup

The DigitalOcean API is a comprehensive, RESTful interface provided by DigitalOcean, a leading cloud infrastructure provider focused on simplifying cloud computing for developers, startups, and enterprises. It serves as the programmatic backbone for managing the entire DigitalOcean ecosystem, enabling users to provision, configure, and control cloud resources such as Droplets (virtual private servers), Kubernetes clusters, managed databases, networks, storage volumes, and application platforms. Core capabilities include full lifecycle management of these resources, from creation and scaling to monitoring and deletion, mirroring the functionality available in the DigitalOcean control panel. Its primary use cases range from automating infrastructure setup for CI/CD pipelines and enabling infrastructure-as-code practices to supporting dynamic application scaling and resource optimization for SaaS products, e-commerce sites, and development environments. The API is designed for both developers seeking to automate their cloud operations and businesses that require programmable, scalable cloud infrastructure without the complexity of larger hyperscale providers.

Cloud InfrastructureConfigure →

Access Analyzer MCP Setup

The AWS Identity and Access Management Access Analyzer API provides a powerful, policy-as-code service that automatically identifies resources accessible from outside your AWS account or organization. At its core, the service continuously evaluates resource-based policies—such as Amazon S3 bucket policies, AWS Identity and Access Management (IAM) roles, Amazon KMS key policies, and AWS Lambda function policies—using logic-based reasoning to determine which resources grant access to unknown external principals. Its primary use case is for security and compliance teams within enterprises to proactively detect unintended data exposure, enforce least privilege principles, and audit cross-account and cross-service access. The API endpoints allow programmatic control to create, configure, and query analyzers, manage archive rules for storing findings, and generate custom policy documents, making it a foundational tool for automating cloud security posture management at scale.

Cloud InfrastructureConfigure →