Hive MCP Server
by gluneau
The Hive MCP Server provides a bridge between AI assistants and the Hive blockchain, enabling AI models to interact with the Hive blockchain through the Model Context Protocol. It allows AI models to fetch account information, retrieve blog posts, vote on content, and more.
Last updated: N/A
What is Hive MCP Server?
This server is an MCP (Model Context Protocol) server that enables AI assistants to interact with the Hive blockchain. It acts as a bridge, allowing AI models to access and manipulate data on the Hive blockchain.
How to use Hive MCP Server?
To use the server, you'll need to integrate it with an MCP client like Claude Desktop, Windsurf, or Cursor. You'll configure the client to point to the server and provide necessary authentication credentials (Hive username and keys) as environment variables. Then, you can use the provided prompts and tools through the AI assistant to interact with the Hive blockchain.
Key features of Hive MCP Server
Reading Hive blockchain data (account info, posts, history)
Blockchain interactions (voting, posting, sending tokens)
Cryptography (signing and verifying messages)
Encrypted messaging
Use cases of Hive MCP Server
AI assistant retrieving Hive account information
AI assistant creating and publishing blog posts on Hive
AI assistant voting on Hive content
AI assistant sending HIVE or HBD tokens
FAQ from Hive MCP Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol. It's a protocol that allows AI models to interact with external services and data sources.
What keys do I need to use the server?
What keys do I need to use the server?
You'll need your Hive username and private keys. The posting key is required for content operations, the active key for token transfers, and the memo key for encrypted messaging. Store these securely as environment variables.
How do I debug the server?
How do I debug the server?
You can use the MCP Inspector, an interactive interface for testing and debugging the server. Run npx @modelcontextprotocol/inspector npx @gluneau/hive-mcp-server
.
What AI assistants are supported?
What AI assistants are supported?
The server is designed to work with any MCP client. The README provides specific instructions for Claude Desktop, Windsurf, and Cursor.
What is the license for this project?
What is the license for this project?
The project is licensed under the ISC License.