MCP.so
ログイン

Hive MCP Server

@MCP-Mirror

Hive MCP Server について

Mirror of

基本情報

カテゴリ

その他

ライセンス

ISC license

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Hive MCP Server?

Hive MCP Server is a bridge between AI assistants (like Claude) and the Hive blockchain, enabling AI models to fetch account and content data, vote, create posts, send tokens, and manage encrypted messages on Hive. It is built for developers and users who want to combine AI capabilities with the Hive blockchain ecosystem.

How to use Hive MCP Server?

Install via npx -y @gluneau/hive-mcp-server and configure environment variables (HIVE_USERNAME, HIVE_POSTING_KEY, HIVE_ACTIVE_KEY, HIVE_MEMO_KEY) to enable authenticated operations. Add the server to your MCP client’s configuration file (e.g., claude_desktop_config.json, windsurf_config.json, or ~/.cursor/mcp.json) using the JSON format shown in the README. For single‑line setups use: env HIVE_USERNAME=... env HIVE_POSTING_KEY=... npx -y @gluneau/hive-mcp-server.

Key features of Hive MCP Server

  • Prompts for guided post creation and account analysis
  • Read account info, posts, history, chain properties, and delegations
  • Authenticated tools for voting, posting, commenting, and sending tokens
  • Cryptographic tools to sign and verify messages with Hive keys
  • Encrypted messaging via token transfers
  • Built on @hiveio/dhive, @modelcontextprotocol/sdk, and Zod

Use cases of Hive MCP Server

  • Fetch trending posts by tag to curate content for an audience
  • Retrieve a user’s account balance and transaction history
  • Create and publish a blog post on Hive through an AI assistant
  • Send HIVE or HBD tokens to another account with an optional memo
  • Encrypt and send a private message to another Hive user

FAQ from Hive MCP Server

What authentication is needed for blockchain interactions?

Content operations (voting, posting, commenting) require the posting key; token transfers require the active key; encrypted messaging requires the memo key. Set these as environment variables.

How do I configure the server with Claude Desktop?

Add a JSON entry to your claude_desktop_config.json with command: "npx", args: ["-y", "@gluneau/hive-mcp-server"], and env containing your Hive keys.

Can I send encrypted messages with this server?

Yes. Use the send_encrypted_message tool to encrypt a message and send it via a token transfer of at least 0.001 HIVE.

What runtime dependencies does the server have?

Node.js is required. The server uses @hiveio/dhive for blockchain interaction, @modelcontextprotocol/sdk for the MCP protocol, and Zod for schema validation.

How can I contribute to the project?

Contributions are welcome via Pull Requests. See the CONTRIBUTING.md file for more detailed guidelines.

コメント

「その他」の他のコンテンツ