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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_ELASTIC_BLOCK_STORE_API_KEYReplace your_amazon_elastic_block_store_api_key with your actual amazon elastic block store api key
Endpoints
/snapshots/completion/{snapshotId}#x-amz-ChangedBlocksCountCompleteSnapshot
/snapshots/{snapshotId}/blocks/{blockIndex}#blockTokenGetSnapshotBlock
/snapshots/{secondSnapshotId}/changedblocksListChangedBlocks
/snapshots/{snapshotId}/blocksListSnapshotBlocks
/snapshots/{snapshotId}/blocks/{blockIndex}#x-amz-Data-Length&x-amz-Checksum&x-amz-Checksum-AlgorithmPutSnapshotBlock
/snapshotsStartSnapshot