Skip to main content
Glama

mcp-ipfs

by alexbakers

w3_key_create

Generate and export a new ed25519 key pair for secure cryptographic operations. Ideal for managing identities and access in the MCP IPFS network.

Instructions

Generates and prints a new ed25519 key pair. Does not automatically use it for the agent.

Input Schema

NameRequiredDescriptionDefault
jsonNoExport the new key pair as dag-json (default: false).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Generates and prints a new ed25519 key pair. Does not automatically use it for the agent.", "properties": { "json": { "default": false, "description": "Export the new key pair as dag-json (default: false).", "type": "boolean" } }, "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