Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Health APIs and Notifications MCP Config

<fullname>Health</fullname> <p>The Health API provides programmatic access to the Health information that appears in the <a href="https://phd.aws.amazon.com/phd/home#/">Personal Health Dashboard</a>. You can use the API operations to get information about events that might affect your Amazon Web Ser

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-health.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-health.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-health": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-health"],
      "env": {
      "AWS_HEALTH_APIS_AND_NOTIFICATIONS_API_KEY": "your_aws_health_apis_and_notifications_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-health.json

Environment Variables

AWS_HEALTH_APIS_AND_NOTIFICATIONS_API_KEY

Replace your_aws_health_apis_and_notifications_api_key with your actual aws health apis and notifications api key

Endpoints

POST/#X-Amz-Target=AWSHealth_20160804.DescribeAffectedAccountsForOrganization

DescribeAffectedAccountsForOrganization

POST/#X-Amz-Target=AWSHealth_20160804.DescribeAffectedEntities

DescribeAffectedEntities

POST/#X-Amz-Target=AWSHealth_20160804.DescribeAffectedEntitiesForOrganization

DescribeAffectedEntitiesForOrganization

POST/#X-Amz-Target=AWSHealth_20160804.DescribeEntityAggregates

DescribeEntityAggregates

POST/#X-Amz-Target=AWSHealth_20160804.DescribeEventAggregates

DescribeEventAggregates

POST/#X-Amz-Target=AWSHealth_20160804.DescribeEventDetails

DescribeEventDetails

POST/#X-Amz-Target=AWSHealth_20160804.DescribeEventDetailsForOrganization

DescribeEventDetailsForOrganization

POST/#X-Amz-Target=AWSHealth_20160804.DescribeEventTypes

DescribeEventTypes

POST/#X-Amz-Target=AWSHealth_20160804.DescribeEvents

DescribeEvents

POST/#X-Amz-Target=AWSHealth_20160804.DescribeEventsForOrganization

DescribeEventsForOrganization