NEAR MCP

NEAR MCP

Official
nearai

Provides MCP tools for interacting with the NEAR blockchain including account management, token operations, and cryptographic signing.

27152 views15Local (stdio)

What it does

  • Manage NEAR account keypairs in local keystore
  • Create new NEAR accounts and implicit accounts
  • Sign and verify data cryptographically
  • Query account information and balances
  • Search for fungible token contracts
  • Import and export NEAR accounts

Best for

Blockchain developers building NEAR applicationsAI agents needing NEAR blockchain accessAutomating NEAR account operations
Local keystore managementCryptographic signing capabilitiesWorks with Claude and other MCP clients

Tools (23)

system_list_local_keypairs

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

system_import_account

Import an account into the local keystore. This will allow the user to use this account with other tools. Remember mainnet accounts are created with a .near suffix, and testnet accounts are created with a .testnet suffix.

system_remove_local_account

Removes a local NEAR account from the local keystore. Once removed, the account will no longer be available to the user. This does not delete the account from the NEAR blockchain, it only removes the account from the local keystore.

account_view_account_summary

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

search_near_fungible_tokens

Search for fungible token contract information for the NEAR blockchain, based on search terms. This tool works by 'grepping' through a list of contract information JSON objects. Be careful with this tool, it can return a lot of results. Ensure that your query is specific.

Alternatives