Hive MCP Server
@gluneau
关于 Hive MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"hive-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"npx",
"@gluneau/hive-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
评论