Skip to main content
Glama

Alchemy MCP Server

Official

sendTransaction

Sends a blockchain transaction using specified addresses and data. Requires owner SCA account, signer address, and recipient address to execute securely.

Input Schema

NameRequiredDescriptionDefault
callDataNoThe data of the transaction.
ownerScaAccountAddressYesThe owner SCA account address.
signerAddressYesThe signer address to send the transaction from.
toAddressYesThe address to send the transaction to.
valueNoThe value of the transaction in ETH.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "callData": { "description": "The data of the transaction.", "type": "string" }, "ownerScaAccountAddress": { "description": "The owner SCA account address.", "type": "string" }, "signerAddress": { "description": "The signer address to send the transaction from.", "type": "string" }, "toAddress": { "description": "The address to send the transaction to.", "type": "string" }, "value": { "description": "The value of the transaction in ETH.", "type": "string" } }, "required": [ "ownerScaAccountAddress", "signerAddress", "toAddress" ], "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/alchemyplatform/alchemy-mcp-server'

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