Skip to main content
Glama

NEAR MCP

Official

account_view_account_summary

Retrieve account summary information on the NEAR blockchain by specifying the account ID and network. This tool queries public RPC endpoints to provide detailed account insights.

Instructions

Get summary information about any NEAR account. This calls a public RPC endpoint to get this information.

Input Schema

NameRequiredDescriptionDefault
accountIdYes
networkIdNomainnet

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountId": { "type": "string" }, "networkId": { "default": "mainnet", "enum": [ "testnet", "mainnet" ], "type": "string" } }, "required": [ "accountId" ], "type": "object" }

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/nearai/near-mcp'

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