Skip to main content
Glama

NEAR MCP

Official

system_list_local_keypairs

Retrieve and display NEAR accounts and their associated keypairs stored locally for a specified network (testnet or mainnet).

Instructions

List all NEAR 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