Hive MCP Server
JSON →Enables AI assistants to interact with the Hive blockchain through the Model Context Protocol.
Install
npx -y @gluneau/hive-mcp-server` Tools · 17
- get_account_info Get detailed information about a Hive blockchain account
- get_post_content Retrieve a specific post by author and permlink
- get_posts_by_tag Retrieve posts by tag and category (trending, hot, etc.)
- get_posts_by_user Fetch posts from a specific user or their feed
- get_account_history Get transaction history for an account with optional operation filtering
- get_chain_properties Fetch current Hive blockchain properties and statistics
- get_vesting_delegations Get a list of vesting delegations made by a specific account
- vote_on_post Vote on Hive content (requires posting key)
- create_post Create new blog posts on the Hive blockchain (requires posting key)
- create_comment Comment on existing posts or reply to comments (requires posting key)
- send_token Send HIVE or HBD cryptocurrency to other accounts (requires active key)
- sign_message Sign a message using a Hive private key
- verify_signature Verify a message signature against a Hive public key
- encrypt_message Encrypt a message for a specific Hive account
- decrypt_message Decrypt an encrypted message from a specific Hive account
- send_encrypted_message Send an encrypted message using a token transfer
- get_encrypted_messages Retrieve and optionally decrypt messages from account history
Environment variables
HIVE_POSTING_KEYHIVE_ACTIVE_KEYHIVE_MEMO_KEY
Links
★ 4 GitHub stars