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.

评论

其他 分类下的更多 MCP 服务器