
NEAR MCP
OfficialProvides MCP tools for interacting with the NEAR blockchain including account management, token operations, and cryptographic signing.
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
Tools (23)
List all NEAR accounts and their keypairs in the local keystore by network.
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.
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.
Get summary information about any NEAR account. This calls a public RPC endpoint to get this information.
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.