Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-synthetics.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-synthetics": {
      "url": "https://mcpbridge.org/config/amazonaws-com-synthetics.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-synthetics": {
      "url": "https://mcpbridge.org/config/amazonaws-com-synthetics.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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