Skip to main content
Glama

Hive MCP Server

get_account_info

Retrieve detailed Hive blockchain account information including balance, authority, and voting power by specifying the username using this tool.

Instructions

Fetches detailed information about a Hive blockchain account including balance, authority, voting power, and other account metrics.

Input Schema

NameRequiredDescriptionDefault
usernameYesHive username to fetch information for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "username": { "description": "Hive username to fetch information for", "type": "string" } }, "required": [ "username" ], "type": "object" }
Install Server

Other Tools from Hive MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gluneau/hive-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server