Aws Service Authorization Reference
@psantus
About Aws Service Authorization Reference
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aws-service-authorization-reference": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"psantus86/aws-service-authorization-reference-mcp-server:latest"
]
}
}
}Tools
8Lists all service codes for which we have documentation available
Tells how many Actions, Resources and Condition Keys are documented.
A comma-separeted list of all actions for a service
A comma-separeted list of all resources for a service
A comma-separeted list of all conditions keys for a service
Retrieve the authorization reference data (resources and condition keys) for a single AWS service action
Retrieve the authorization reference data (resources and condition keys) for a single AWS service action
Retrieve the authorization reference data (resources and condition keys) for a single AWS service action
Overview
What is Aws Service Authorization Reference?
The Aws Service Authorization Reference MCP Server provides access to AWS Service Reference Information, enabling LLMs to retrieve IAM actions, resources, and condition keys from the official AWS documentation.
How to use Aws Service Authorization Reference?
Install via uv or Docker, then configure in Claude.app using the provided JSON settings. Invoke tools such as service_codes, service_actions, service_action_information, etc. with required service and action parameters.
Key features of Aws Service Authorization Reference
- Provides programmatic access to AWS IAM reference data.
- Covers Actions, Resources, and Condition Keys.
- Updates as AWS publishes new service information.
- Supports detailed lookups for individual actions, resources, or condition keys.
- Available via
uvor Docker for easy deployment
More Cloud & Infrastructure MCP servers
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Comments