Skip to main content

An Model Context Protocol (MCP) server for AWS SupportAPI.

Project description

AWS Support MCP Server

A Model Context Protocol (MCP) server implementation for interacting with the AWS Support API. This server enables AI assistants to create and manage AWS support cases programmatically.

Features

  • Create and manage AWS support cases
  • Retrieve case information and communications
  • Add communications to existing cases
  • Resolve support cases
  • Determine appropriate Issue Type, Service Code, and Category Code
  • Determine appropriate Severity Level for a case

Requirements

  • Python 3.7+
  • AWS credentials with Support API access
  • Business, Enterprise On-Ramp, or Enterprise Support plan

Prerequisites

  1. Install uv from Astral or the GitHub README
  2. Install Python using uv python install 3.10

Installation

Cursor VS Code
Install MCP Server Install on VS Code

Configure the MCP server in your MCP client configuration (e.g., for Amazon Q Developer CLI, edit ~/.aws/amazonq/mcp.json):

{
   "mcpServers": {
      "awslabs_support_mcp_server": {
         "command": "uvx",
         "args": [
            "-m", "awslabs.aws-support-mcp-server@latest",
            "--debug",
            "--log-file",
            "./logs/mcp_support_server.log"
         ],
         "env": {
            "AWS_PROFILE": "your-aws-profile"
         }
      }
   }
}

Alternatively:

uv pip install -e .
uv run awslabs/aws_support_mcp_server/server.py
{
   "mcpServers": {
      "awslabs_support_mcp_server": {
         "command": "path-to-python",
         "args": [
            "-m",
            "awslabs.aws_support_mcp_server.server",
            "--debug",
            "--log-file",
            "./logs/mcp_support_server.log"
         ],
         "env": {
            "AWS_PROFILE": "manual_enterprise"
         }
      }
   }
}

Usage

Start the server:

python -m awslabs.aws_support_mcp_server.server [options]

Options:

  • --port PORT: Port to run the server on (default: 8888)
  • --debug: Enable debug logging
  • --log-file: Where to save the log file

Configuration

The server can be configured using environment variables:

  • AWS_REGION: AWS region (default: us-east-1)
  • AWS_PROFILE: AWS credentials profile name

Documentation

For detailed documentation on available tools and resources, see the API Documentation.

License

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License").

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awslabs_aws_support_mcp_server-0.1.6.tar.gz (38.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

awslabs_aws_support_mcp_server-0.1.6-py3-none-any.whl (29.7 kB view details)

Uploaded Python 3

File details

Details for the file awslabs_aws_support_mcp_server-0.1.6.tar.gz.

File metadata

File hashes

Hashes for awslabs_aws_support_mcp_server-0.1.6.tar.gz
Algorithm Hash digest
SHA256 3a1784a457c5ca07038a8c200f53f3245e29c9bc1d33a4264caf32b3b316fd2a
MD5 3bbe873e4e6f7ba42c8a210a91f30f92
BLAKE2b-256 d8645f551f5e5dc54a3428d5b9ffde92b4d78396e7b4e3c2db889e7e7a100516

See more details on using hashes here.

Provenance

The following attestation bundles were made for awslabs_aws_support_mcp_server-0.1.6.tar.gz:

Publisher: release.yml on awslabs/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file awslabs_aws_support_mcp_server-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for awslabs_aws_support_mcp_server-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 1e1096c224288544376cdc88f90765f27f01ab1a93851a41bed8f7a5461b6300
MD5 efb389218d967acc7764b6b1f3ffed26
BLAKE2b-256 17c5840dfa5e436971f08d7a05db276a21de7d3be7b8938d0bf52577ca464352

See more details on using hashes here.

Provenance

The following attestation bundles were made for awslabs_aws_support_mcp_server-0.1.6-py3-none-any.whl:

Publisher: release.yml on awslabs/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page