Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Synthetics MCP Server

<fullname>Amazon CloudWatch Synthetics</fullname> <p>You can use Amazon CloudWatch Synthetics to continually monitor your services. You can create and manage <i>canaries</i>, which are modular, lightweight scripts that monitor your endpoints and APIs from the outside-in. You can set up your canaries

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-synthetics

Environment Variables

SYNTHETICS_API_KEY

Example: your_synthetics_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-synthetics": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-synthetics"],
      "env": {
      "SYNTHETICS_API_KEY": "your_synthetics_api_key"
}
    }
  }
}

Endpoints

PATCH/group/{groupIdentifier}/associate

AssociateResource

POST/canary

CreateCanary

POST/group

CreateGroup

GET/canary/{name}

GetCanary

DELETE/canary/{name}

DeleteCanary

PATCH/canary/{name}

UpdateCanary

GET/group/{groupIdentifier}

GetGroup

DELETE/group/{groupIdentifier}

DeleteGroup

POST/canaries

DescribeCanaries

POST/canaries/last-run

DescribeCanariesLastRun