Skip to main content
Glama

swap

Facilitates secure transactions by enabling swaps between owner SCA account and signer addresses on the Alchemy MCP Server. Simplifies asset exchange processes.

Input Schema

NameRequiredDescriptionDefault
ownerScaAccountAddressYesThe owner SCA account address.
signerAddressYesThe signer address to send the transaction from.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ownerScaAccountAddress": { "description": "The owner SCA account address.", "type": "string" }, "signerAddress": { "description": "The signer address to send the transaction from.", "type": "string" } }, "required": [ "ownerScaAccountAddress", "signerAddress" ], "type": "object" }

Latest Blog Posts

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