psantus
MCP Serverpsantuspublic

aws service authorization reference

未知

Repository Info

5
Stars
1
Forks
5
Watchers
0
Issues
Python
Language
-
License

About This Server

未知

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

AWS Service Reference Information MCP Server

A Model Context Protocol server providing access to AWS Service Reference Information. This server enables LLMs to retrieve IAM actions, resources and conditions keys.

Blog posts!

Here is a series of blog posts introducing this tool:

  • (Part 1) Introducing AWS Service Reference Information MCP Server
  • (Part 2) AWS Service Reference Information MCP Server: how up-to-date, scoped, reference data helps deliver better answers.

What is AWS Service Authorization Reference?

AWS Service Authorization Reference is a piece of documentation available here where AWS gives exhaustive reference data on all IAM Actions, Resources and Condition Keys, grouping information that was otherwise scattered across multiple service documentations.

In 2024, AWS added programmatic support to access this data.

Since March 13, 2025, Service Reference Information includes Resources and Condition Keys.

Available Tools

  • service_codes - Lists all service codes for which we have documentation available
  • service_stats - Tells how many Actions, Resources and Condition Keys are documented.
    • service (string, required): the code of the service
  • service_actions - A comma-separeted list of all actions for a service
    • service (string, required): the code of the service
  • service_resources - A comma-separeted list of all resources for a service
    • service (string, required): the code of the service
  • service_condition_keys - A comma-separeted list of all conditions keys for a service
    • service (string, required): the code of the service
  • service_action_information - Retrieve the authorization reference data (resources and condition keys) for a single AWS service action
    • service (string, required): the code of the service
    • action (string, required): the code of the action
  • service_resource_information - Retrieve the authorization reference data (resources and condition keys) for a single AWS service action
    • service (string, required): the code of the service
    • resource (string, required): the code of the action
  • service_condition_key_information - Retrieve the authorization reference data (resources and condition keys) for a single AWS service action
    • service (string, required): the code of the service
    • condition_key (string, required): the code of the action

Installation

Using uv

With uv no specific installation is needed. Run uv build then uv run main.py.

Configuration

Configure for Claude.app

Add to your Claude settings:

Using uv
"mcpServers": {
  "aws-service-authorization-reference": {
    "command": "uv",
    "args": [
      "--directory",
      "/root/to/folder/aws-service-authorization-reference",
      "run",
      "main.py"
    ]
  }
}
Using docker
"mcpServers": {
  "aws-service-authorization-reference": {
    "command": "docker",
    "args": ["run", "-i", "--rm", "psantus86/aws-service-authorization-reference-mcp-server:latest"]
  }
}

Debugging

You can use the MCP inspector to debug the server. For uv installations:

npx @modelcontextprotocol/inspector \                            
  uv \
  --directory /Root/to/folder/aws-service-authorization-reference \
  run \
  main.py

License

aws-service-authorization-reference MCP Server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Quick Start

1

Clone the repository

git clone https://github.com/psantus/aws-service-authorization-reference
2

Install dependencies

cd aws-service-authorization-reference
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerpsantus
Repoaws-service-authorization-reference
LanguagePython
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation