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_KEYExample: 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
/TracesBatchGetTraces
POST
/CreateGroupCreateGroup
POST
/CreateSamplingRuleCreateSamplingRule
POST
/DeleteGroupDeleteGroup
POST
/DeleteResourcePolicyDeleteResourcePolicy
POST
/DeleteSamplingRuleDeleteSamplingRule
POST
/EncryptionConfigGetEncryptionConfig
POST
/GetGroupGetGroup
POST
/GroupsGetGroups
POST
/InsightGetInsight