Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Elastic Block Store MCP Config

<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

Config URL

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

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

Configuration JSON

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

{
  "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"
}
    }
  }
}

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-ebs.json

Environment Variables

AMAZON_ELASTIC_BLOCK_STORE_API_KEY

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