Skip to main content
Glama

MantraChain MCP Server

get-account-info

Retrieve current account details, including balances and staking information, by specifying the network name in the MantraChain MCP Server. Essential for managing blockchain operations and monitoring assets.

Instructions

Get current account information

Input Schema

NameRequiredDescriptionDefault
networkNameYesName of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "networkName": { "description": "Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments", "type": "string" } }, "required": [ "networkName" ], "type": "object" }

You must be authenticated.

Other Tools from MantraChain 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/allthatjazzleo/mantrachain-mcp'

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