account_sign_data
Cryptographically sign data using a local account's private key, encode the result, and generate outputs for curve, encoded signature, and encoding. Used with NEAR MCP for blockchain interactions.
Instructions
Cryptographically sign a piece of data with a local account's private key, then encode the result with the specified encoding. Outputs the curve, encoded signature, and encoding used.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountId | Yes | The account id of the account that will sign the data. This account must be in the local keystore. | |
data | Yes | The data to sign as a string. | |
networkId | No | mainnet | |
signatureEncoding | No | The encoding to use for signature creation. | base58 |
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
- @dcSpark/mcp-cryptowallet-evm
- @nearai/near-mcp
- @dcSpark/mcp-cryptowallet-evm
- @1595901624/crypto-mcp
- @AbdelStark/bitcoin-mcp