MCP.so
Sign In

Hive MCP Server

@gluneau

About Hive MCP Server

No overview available yet

Basic information

Category

Other

License

ISC

Runtime

node

Transports

stdio

Publisher

gluneau

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "hive-mcp-server": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "npx",
        "@gluneau/hive-mcp-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Hive MCP Server?

Hive MCP Server is an MCP server that enables AI assistants (like Claude) to interact with the Hive blockchain through the Model Context Protocol. It allows AI models to read blockchain data, perform authenticated actions like voting and posting, send tokens, and handle encrypted messaging.

How to use Hive MCP Server?

Install it via npx -y @gluneau/hive-mcp-server and configure required environment variables (HIVE_USERNAME, HIVE_POSTING_KEY, HIVE_ACTIVE_KEY, HIVE_MEMO_KEY) for authenticated operations. Then add the server to your MCP client configuration (e.g., Claude Desktop's claude_desktop_config.json). For read-only data tools, no authentication is needed.

Key features of Hive MCP Server

  • Fetches account information, history, and blockchain properties
  • Retrieves blog posts by tag, user, or specific content
  • Votes on posts and creates new content (with posting key)
  • Sends HIVE or HBD tokens to other accounts
  • Signs and verifies messages using Hive keys
  • Encrypts, decrypts, and sends encrypted messages

Use cases of Hive MCP Server

  • An AI assistant shows trending posts in the #photography tag
  • A user asks for the recent posts and balance of a specific Hive account
  • The assistant votes on a post or creates a new Hive blog post
  • Sending a small amount of HIVE to another account with a memo
  • Encrypting and decrypting private messages between Hive users

FAQ from Hive MCP Server

What dependencies does Hive MCP Server require?

It uses @hiveio/dhive (Hive blockchain client), @modelcontextprotocol/sdk, and zod for schema validation. Node.js is required.

Where does the data live?

All data is fetched from or written to the Hive blockchain. The server does not store any data locally.

Do I need authentication for all tools?

No. Read-only tools (e.g., get_account_info, get_posts_by_tag) work without authentication. Tools that write to the blockchain require environment variables with the appropriate private keys.

What key types are used for authentication?

The posting key is used for content operations (voting, posting, commenting), the active key for token transfers, and the memo key for encrypted messaging.

What transport does this server use?

This MCP server uses stdio transport and is invoked as a command-line process. It integrates with MCP clients such as Claude Desktop, Windsurf, and Cursor.

Comments

More Other MCP servers