Skip to main content
Glama

mcp-ipfs

by alexbakers

w3_open

Access content stored in IPFS using its CID and optional path, enabling direct retrieval and navigation within the mcp-ipfs server's network.

Instructions

Tool for w3_open operation.

Input Schema

NameRequiredDescriptionDefault
cidYesThe CID of the content to open.
pathNoOptional path within the content to append to the URL.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cid": { "description": "The CID of the content to open.", "type": "string" }, "path": { "description": "Optional path within the content to append to the URL.", "type": "string" } }, "required": [ "cid" ], "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