Skip to content
MCP-Bridge
Cloud Infrastructure

AWS X-Ray MCP Config

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

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AWS_X_RAY_API_KEY

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