Skip to content
MCP-Bridge
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_KEY

Example: 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-ChangedBlocksCount

CompleteSnapshot

GET/snapshots/{snapshotId}/blocks/{blockIndex}#blockToken

GetSnapshotBlock

GET/snapshots/{secondSnapshotId}/changedblocks

ListChangedBlocks

GET/snapshots/{snapshotId}/blocks

ListSnapshotBlocks

PUT/snapshots/{snapshotId}/blocks/{blockIndex}#x-amz-Data-Length&x-amz-Checksum&x-amz-Checksum-Algorithm

PutSnapshotBlock

POST/snapshots

StartSnapshot