Skip to main content
Glama

Hive MCP Server

sign_message

Sign messages securely using a Hive private key retrieved from environment variables. Supports 'posting', 'active', or 'memo' key types for blockchain-based authentication through the Hive MCP Server.

Instructions

Sign a message using a Hive private key from environment variables.

Input Schema

NameRequiredDescriptionDefault
key_typeNoType of key to use: 'posting', 'active', or 'memo'. Defaults to 'posting' if not specified.posting
messageYesMessage to sign (must not be empty)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "key_type": { "default": "posting", "description": "Type of key to use: 'posting', 'active', or 'memo'. Defaults to 'posting' if not specified.", "enum": [ "posting", "active", "memo" ], "type": "string" }, "message": { "description": "Message to sign (must not be empty)", "minLength": 1, "type": "string" } }, "required": [ "message" ], "type": "object" }
Install Server

Other Tools from Hive 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/gluneau/hive-mcp-server'

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