directory / wallet & identity

NEAR MCP

mcpofficial

MCP server for the NEAR blockchain. Lets agents manage accounts and access keys, sign and send transactions, transfer NEAR and fungible tokens, call or read smart contracts, and swap on Ref Finance from a local keystore.

reviewedDX Docs experimental
near

install

claude mcp add near-mcp npx @nearai/near-mcp@latest run

use cases

  • create NEAR accounts and manage their access keys
  • sign and send NEAR transactions from an agent
  • transfer NEAR or fungible tokens to an account
  • call or read smart contract functions on NEAR
  • estimate and execute token swaps on Ref Finance
  • search NEAR fungible token contracts by name

tools exposed

  • system_list_local_keypairs
  • system_import_account
  • system_remove_local_account
  • account_view_account_summary
  • account_export_account
  • account_sign_data
  • account_verify_signature
  • account_create_implicit_account
  • account_create_account
  • account_delete_account
  • account_list_access_keys
  • account_add_access_key
  • account_delete_access_keys
  • search_near_fungible_tokens
  • tokens_send_near
  • tokens_send_ft
  • contract_view_functions
  • contract_get_function_args
  • contract_call_raw_function_as_read_only
  • contract_call_raw_function
  • ref_finance_get_pools
  • ref_finance_get_swap_estimate
  • ref_finance_execute_swap

metadata

maintainer
NEAR AI
license
MIT
auth
wallet
data sensitivity
signing capable
audit
official
pricing
open source
last commit
2025-05-04
last reviewed
2026-06-01
chains
near
tags
near, account-management, signing, smart-contracts, swaps, keystore

links

machine-readable