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.jsonConfiguration 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
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.jsonEnvironment Variables
SYNTHETICS_API_KEYReplace your_synthetics_api_key with your actual synthetics api key
Endpoints
/group/{groupIdentifier}/associateAssociateResource
/canaryCreateCanary
/groupCreateGroup
/canary/{name}GetCanary
/canary/{name}DeleteCanary
/canary/{name}UpdateCanary
/group/{groupIdentifier}GetGroup
/group/{groupIdentifier}DeleteGroup
/canariesDescribeCanaries
/canaries/last-runDescribeCanariesLastRun