account_create_account
Create a new NEAR account with a unique account ID, funded by the caller. Specify initial balance, or default to 0.1 NEAR. Supports mainnet and testnet environments.
Instructions
Create a new NEAR account with a new account ID. The initial balance of this account will be funded by the account that is calling this tool. This account will be created with a random public key. If no account ID is provided, a random one will be generated. Ensure that mainnet accounts are created with a .near suffix, and testnet accounts are created with a .testnet suffix.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
initialBalance | Yes | The initial balance of the new account in NEAR. If not provided, the new account will be funded with 0.1 NEAR. | |
networkId | No | mainnet | |
newAccountId | No | The account id of the new account. If not provided, a random one will be generated. | |
signerAccountId | Yes | The account that will fund the new account. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from NEAR MCP
- account_add_access_key
- account_create_account
- account_create_implicit_account
- account_delete_access_keys
- account_delete_account
- account_export_account
- account_list_access_keys
- account_sign_data
- account_verify_signature
- account_view_account_summary
- contract_call_raw_function
- contract_call_raw_function_as_read_only
- contract_get_function_args
- contract_view_functions
- system_import_account
- system_list_local_keypairs
- system_remove_local_account
- system_search_popular_fungible_token_contracts
- tokens_send_ft
- tokens_send_near
Related Tools
- @nearai/near-mcp
- @nearai/near-mcp
- @nearai/near-mcp
- @nearai/near-mcp
- @nearai/near-mcp