Skip to content
MCP-Bridge
Cloud Infrastructure

Synthetics MCP Config

<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

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-synthetics": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-synthetics"],
      "env": {
      "SYNTHETICS_API_KEY": "your_synthetics_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-synthetics.json

Environment Variables

SYNTHETICS_API_KEY

Replace your_synthetics_api_key with your actual 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