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" }
ID: ibzhoz5k4z