Skip to main content
Glama

Ethora MCP Server

by dappros

ethora-wallet-erc20-transfer

Transfer ERC20 tokens to a specified wallet address by defining the recipient address and token amount. Integrates with Ethora MCP Server for secure token transactions.

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" }
Install Server

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