Skip to main content
Glama

NEAR MCP

Official

system_list_local_keypairs

Retrieve and list all accounts with their corresponding keypairs stored in the local keystore for NEAR network, specifying testnet or mainnet.

Instructions

List all accounts and their keypairs in the local keystore by network.

Input Schema

NameRequiredDescriptionDefault
networkIdNomainnet

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "networkId": { "default": "mainnet", "enum": [ "testnet", "mainnet" ], "type": "string" } }, "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