Labsco
gluneau logo

Hive MCP Server

โ˜… 4

from gluneau

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

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” An MCP server that lets AI assistants read from and transact on the Hive blockchain, for Hive users and social/crypto builders.

What you get โ€”

  • Read data โ€” e.g. "get trending posts for the #photography tag" or fetch an account's history and vesting delegations
  • Publish and curate โ€” create_post, create_comment, vote_on_post (requires posting key)
  • Move value โ€” send_token to send HIVE or HBD (requires active key)
  • Cryptography and private messaging โ€” sign/verify messages, encrypt/decrypt and send encrypted memos
  • Guided prompts like create-post and analyze-account

Requirements โ€” Hive account credentials as env vars: HIVE_USERNAME plus HIVE_POSTING_KEY, HIVE_ACTIVE_KEY and HIVE_MEMO_KEY depending on which actions you use.

Cost snapshot โ€” Open source under ISC; free to run. Hive itself is a public blockchain โ€” reads are free, and on-chain writes/transfers use your own account's resources/funds.

Setup effort โ€” Run via npx and add to your MCP client config with your keys.

Our take โ€” Handy for Hive power users, but you are handing active and posting keys to an AI agent, so treat write access with real caution.

Source: the project README โ€” summarized 2026-07-08.