Skip to main content
Glama

mcp-ipfs

by alexbakers

w3_space_add

Add, manage, and verify storage spaces on the IPFS network by providing UCAN proof or base64 identity CID strings via the MCP server.

Instructions

Tool for w3_space_add operation.

Input Schema

NameRequiredDescriptionDefault
proofYesFilesystem path to a CAR encoded UCAN proof, or a base64 identity CID string.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "proof": { "description": "Filesystem path to a CAR encoded UCAN proof, or a base64 identity CID string.", "type": "string" } }, "required": [ "proof" ], "type": "object" }

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/alexbakers/mcp-ipfs'

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