Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASSET_MCP_DEBUGNoIf set, enables debug logging (redirects console.log to stderr otherwise).
ASSET_MCP_VOI_MAINNET_ALGOD_URLNoAlgod URL for Voi mainnet. Defaults to Nodely free-tier endpoint.
ASSET_MCP_VOI_MAINNET_ALGOD_TOKENNoAlgod API token for Voi mainnet.
ASSET_MCP_VOI_MAINNET_INDEXER_URLNoIndexer URL for Voi mainnet. Defaults to Nodely free-tier endpoint.
ASSET_MCP_VOI_MAINNET_INDEXER_TOKENNoIndexer API token for Voi mainnet.
ASSET_MCP_ALGORAND_MAINNET_ALGOD_URLNoAlgod URL for Algorand mainnet. Defaults to Nodely free-tier endpoint.
ASSET_MCP_ALGORAND_MAINNET_ALGOD_TOKENNoAlgod API token for Algorand mainnet.
ASSET_MCP_ALGORAND_MAINNET_INDEXER_URLNoIndexer URL for Algorand mainnet. Defaults to Nodely free-tier endpoint.
ASSET_MCP_ALGORAND_MAINNET_INDEXER_TOKENNoIndexer API token for Algorand mainnet.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
asa_get_assetA

Load ASA configuration and on-chain parameters by asset ID (Algod).

asa_get_holdingA

Return one account's balance and frozen flag for an ASA (Algod account info).

asa_search_holdingsA

List ASA holdings for an account via Indexer (paginated). Optional assetId filter.

asa_transfer_txnA

Build an unsigned ASA transfer (axfer). Amount is in base units. Optional closeRemainderTo closes the sender holding after transfer.

asa_optin_txnA

Build an unsigned ASA opt-in (0-amount self transfer).

asa_closeout_txnA

Build an unsigned ASA transfer that closes the sender's holding (set closeRemainderTo). Supply full balance as amount.

arc200_get_metadataA

Read ARC-200 name, symbol, decimals, and totalSupply (ulujs + simulation).

arc200_balance_ofA

ARC-200 balanceOf(address) as base units (string in response).

arc200_allowanceC

ARC-200 allowance(owner, spender) in base units.

arc200_has_balanceA

ARC-200 hasBalance(address) — whether the account has a non-zero balance box (ulujs dual-schema read).

arc200_has_allowanceA

ARC-200 hasAllowance(owner, spender) — allowance box present / non-zero (ulujs dual-schema read).

arc200_get_eventsA

Fetch ARC-200 contract events (Transfer + Approval) via indexer (ulujs getEvents).

arc200_transfer_txnA

Simulate ARC-200 transfer and return unsigned txn group as base64 strings (sign with UluWalletMCP).

arc200_transfer_from_txnA

Simulate ARC-200 transferFrom(spender, from, to, amount); spender signs.

arc200_approve_txnB

Simulate ARC-200 approve(spender, amount); owner signs.

nt200_withdraw_txnA

Build unsigned NT200 withdraw(amount) txn. Withdraws ARC-200 wrapped network tokens or ASAs; token holder must be opted in to the underlying asset. One txn (ulujs CONTRACT + abi.nt200).

nt200_deposit_txnA

Build unsigned NT200 deposit(amount) txn(s). Deposit network token (payment) or ASA (axfer) preceding app call. For network: payment + app call; for ASA: set assetId for axfer + app call. Uses ulujs CONTRACT + abi.nt200.

nt200_create_balance_box_txnA

Build unsigned NT200 createBalanceBox(address) txn(s). Creates a balance box for the specified address if it doesn't exist. May include payment txn for box creation cost. Uses ulujs CONTRACT + abi.nt200.

arc72_get_metadataA

Aggregate ARC-72 facts: totalSupply; if tokenId set, owner, tokenURI, approved; optional supportsInterface (8-hex selector).

arc72_owner_ofC

ARC-72 ownerOf(tokenId).

arc72_balance_ofA

ARC-72 balanceOf(address) — number of NFTs owned.

arc72_get_approvedC

ARC-72 getApproved(tokenId).

arc72_is_approved_for_allD

ARC-72 isApprovedForAll(owner, operator).

arc72_token_uriA

ARC-72 tokenURI(tokenId) as UTF-8 string (null bytes stripped by ulujs).

arc72_total_supplyC

ARC-72 totalSupply().

arc72_get_eventsA

Fetch ARC-72 Transfer, Approval, ApprovalForAll events (ulujs getEvents).

arc72_transfer_txnA

Simulate ARC-72 transferFrom(from, to, tokenId). Signer is sender (owner or approved operator).

arc72_approve_txnA

Simulate ARC-72 approve(approved, tokenId); owner signs.

arc72_set_approval_for_all_txnB

Simulate ARC-72 setApprovalForAll(operator, approved). Uses arccjs directly (ulujs wrapper is broken). Owner signs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/NautilusOSS/AssetMCP'

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