Skip to main content
Glama

Algorand MCP Server

opt_in_to_asset

Opt into an Algorand Standard Asset using your account mnemonic and the asset ID. Enables blockchain asset interaction through the Algorand MCP Server.

Instructions

Opt into an Algorand Standard Asset

Input Schema

NameRequiredDescriptionDefault
accountMnemonicYesAccount mnemonic phrase (25 words)
assetIdYesAsset ID to opt into

Input Schema (JSON Schema)

{ "properties": { "accountMnemonic": { "description": "Account mnemonic phrase (25 words)", "type": "string" }, "assetId": { "description": "Asset ID to opt into", "type": "number" } }, "required": [ "accountMnemonic", "assetId" ], "type": "object" }

Other Tools from Algorand 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/Jake-loranger/algorand-mcp-server'

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