MCP Servers / database / Hive MCP Server

Hive MCP Server

JSON →
httpnone4database

Enables AI assistants to interact with the Hive blockchain through the Model Context Protocol.

Install
How to run this server
[ { "cmd": "npx -y @gluneau/hive-mcp-server`", "imports": [] } ]
server path: hive-mcp-server-2
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envHIVE_POSTING_KEY
envHIVE_ACTIVE_KEY
envHIVE_MEMO_KEY
Resources
Hive MCP Server — MCP Server · libregistry