Skip to main content
Glama

mcp-ipfs

by alexbakers

w3_coupon_create

Create or claim a coupon using a unique claim code on the MCP IPFS Server, enabling secure and efficient coupon management for storacha.network spaces.

Instructions

Attempts to create/claim a coupon using a claim code.

Input Schema

NameRequiredDescriptionDefault
claimCodeYesThe claim code for the coupon.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Attempts to create/claim a coupon using a claim code.", "properties": { "claimCode": { "description": "The claim code for the coupon.", "type": "string" } }, "required": [ "claimCode" ], "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