Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS X-Ray MCP Server

Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces.

Quick Setup

Transport: STDIO

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

Environment Variables

AWS_X_RAY_API_KEY

Example: your_aws_x_ray_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "amazonaws-com-xray": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-xray"],
      "env": {
      "AWS_X_RAY_API_KEY": "your_aws_x_ray_api_key"
}
    }
  }
}

Endpoints

POST/Traces

BatchGetTraces

POST/CreateGroup

CreateGroup

POST/CreateSamplingRule

CreateSamplingRule

POST/DeleteGroup

DeleteGroup

POST/DeleteResourcePolicy

DeleteResourcePolicy

POST/DeleteSamplingRule

DeleteSamplingRule

POST/EncryptionConfig

GetEncryptionConfig

POST/GetGroup

GetGroup

POST/Groups

GetGroups

POST/Insight

GetInsight