Skip to main content
Glama

Ethora MCP Server

by dappros

ethora-wallet-erc20-transfer

Transfer ERC20 tokens between wallets on the Ethora platform by specifying the recipient address and the amount to send.

Instructions

Transfer ERC20 tokens to another wallet

Input Schema

NameRequiredDescriptionDefault
amountYesamount for transfer
toWalletYesto address for transfer

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "amount for transfer", "type": "number" }, "toWallet": { "description": "to address for transfer", "type": "string" } }, "required": [ "toWallet", "amount" ], "type": "object" }

Other Tools from Ethora MCP Server

Related Tools

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/dappros/ethora-mcp-server'

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