Skip to main content
Glama

Walrus MCP Server

store_blob

Store base64-encoded data or files in Walrus decentralized storage for a specified number of epochs, enabling blockchain-verified data availability using the Sui network.

Instructions

Store a blob in Walrus decentralized storage

Input Schema

NameRequiredDescriptionDefault
dataYesBase64 encoded data or file path to store
epochsNoNumber of epochs to store the blob (default: 5)

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Base64 encoded data or file path to store", "type": "string" }, "epochs": { "default": 5, "description": "Number of epochs to store the blob (default: 5)", "type": "number" } }, "required": [ "data" ], "type": "object" }
Install Server

Other Tools from Walrus MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mr-Sunglasses/walrus-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server