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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_X_RAY_API_KEYReplace your_aws_x_ray_api_key with your actual 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