Cloud InfrastructureAuto-generated
Amazon Elastic Block Store MCP Server
<p>You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create Amazon EBS snapshots, write data directly to your snapshots, read data on your snapshots, and identify the differences or changes between two snapshots. If you’re an independent software vendor (ISV) who offers backup s
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-ebs
Environment Variables
AMAZON_ELASTIC_BLOCK_STORE_API_KEYExample: your_amazon_elastic_block_store_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-ebs": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-ebs"],
"env": {
"AMAZON_ELASTIC_BLOCK_STORE_API_KEY": "your_amazon_elastic_block_store_api_key"
}
}
}
}Endpoints
POST
/snapshots/completion/{snapshotId}#x-amz-ChangedBlocksCountCompleteSnapshot
GET
/snapshots/{snapshotId}/blocks/{blockIndex}#blockTokenGetSnapshotBlock
GET
/snapshots/{secondSnapshotId}/changedblocksListChangedBlocks
GET
/snapshots/{snapshotId}/blocksListSnapshotBlocks
PUT
/snapshots/{snapshotId}/blocks/{blockIndex}#x-amz-Data-Length&x-amz-Checksum&x-amz-Checksum-AlgorithmPutSnapshotBlock
POST
/snapshotsStartSnapshot