MCPVault

mnee_sendMnee

MCP tool from Bsv MCP by b-open-io

Send MNEE tokens to a specified address. Supports both MNEE and USD amounts

How to use it

mnee_sendMnee is exposed by the Bsv MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the mnee_sendMnee tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Bsv MCP

$claude mcp add bsv-mcp "bunx bsv-mcp@latest"
FULL BSV MCP LISTING

Other tools in Bsv MCP (28)

bap_generate

Generates a new BAP HD master key (xprv) and saves it to ~/.bsv-mcp/keys.json. This key can be used as a root for deriving multiple BAP identities.

bap_getCurrentAddress

Retrieves the current BAP identity's Bitcoin SV address. This address is derived from the server's configured identity key.

bap_getId

Retrieves a Bitcoin Attestation Protocol (BAP) identity profile using an idKey.

bsocial_createPost

Creates a social post on the BSV blockchain using B:// and MAP protocols

bsocial_readPosts

Reads social posts from the BSV blockchain with filtering options

bsv_decodeTransaction

Decodes a BSV transaction and returns detailed information

bsv_explore

Comprehensive blockchain explorer tool accessing WhatsOnChain API endpoints

bsv_getPrice

Gets the current BSV price from an exchange API

data

(string, required): The data string to be converted.

from

(string, required): Source encoding format (utf8, hex, base64, or binary).

idKey

(string, optional): The Identity Key (Paymail or public key string) to fetch the profile for. If not provided, the tool attempts to use the server's configured identity key (derived from IDENTITYKEYWIF or the key file ~/.bsv-mcp/keys.json).

mnee_getBalance

Retrieves the current MNEE token balance for the wallet

mnee_parseTx

Parse an MNEE transaction to get detailed information about its operations and amounts. All amounts are in atomic units with 5 decimal precision (e.g. 1000 atomic units = 0.01 MNEE)

ordinals_getInscription

Retrieves detailed information about a specific inscription

ordinals_getTokenByIdOrTicker

Retrieves details about a specific BSV20 token by ID

ordinals_marketListings

Retrieves market listings for NFTs, BSV-20, and BSV-21 tokens with unified interface

ordinals_marketSales

Gets information about BSV-20 and BSV-21 token market sales

ordinals_searchInscriptions

Searches for inscriptions based on various criteria

to

(string, required): Target encoding format (utf8, hex, base64, or binary).

utils_convertData

Converts data between different encodings (utf8, hex, base64, binary).

wallet_createOrdinals

Creates and inscribes ordinals on the BSV blockchain

wallet_createSignature

Creates a cryptographic signature for the provided data

wallet_encryption

Combined tool for encrypting and decrypting data using the wallet's cryptographic keys.<br><br>Examples:<br>1. Encrypt text: "Encrypt this message: Hello World"<br>2. Decrypt data: "Decrypt this data that was previously encrypted for me"

wallet_getAddress

Returns a BSV address for the current wallet or a derived path

wallet_getPublicKey

Retrieves a public key for a specified protocol and key ID

wallet_purchaseListing

Purchases NFTs or BSV-20/BSV-21 tokens from marketplace listings

wallet_sendToAddress

Sends BSV to a specified address (supports BSV or USD amounts)

wallet_verifySignature

Verifies a cryptographic signature against the provided data