Skip to main content
Glama

MCP Ethers Wallet

transferNFT

Transfer NFTs between Ethereum wallets by specifying contract address, token ID, and recipient. Includes gas options for transaction control, compatible with MCP Ethers Wallet for blockchain interactions.

Input Schema

NameRequiredDescriptionDefault
chainIdNo
contractAddressYes
gasOptionsNo
providerNo
toYes
tokenIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "type": "number" }, "contractAddress": { "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "gasOptions": { "additionalProperties": false, "properties": { "gasLimit": { "type": "number" }, "gasPrice": { "type": "number" }, "maxFeePerGas": { "type": "number" }, "maxPriorityFeePerGas": { "type": "number" }, "nonce": { "type": "number" }, "value": { "type": "string" } }, "type": "object" }, "provider": { "type": "string" }, "to": { "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "tokenId": { "type": [ "string", "number" ] } }, "required": [ "contractAddress", "tokenId", "to" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-ethers-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server