Skip to main content
Glama
ultrade-org

Ultrade MCP Server

Official
by ultrade-org

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALGORAND_ALGODYesThe base URL for the Algorand Algod service.https://mainnet-api.algonode.cloud
ALGORAND_TOKENNoThe API token/key for the Algod service.
ITEMS_PER_PAGENoThe number of items to display per page for paginated requests.10
ULTRADE_API_URLYesThe base URL for the Ultrade API.https://api.ultrade.io
ALGORAND_NETWORKYesThe Algorand network to connect to (e.g., mainnet, testnet).mainnet
ALGORAND_ALGOD_APIYesThe URL for the Algorand Algod API v2 endpoint.https://mainnet-api.algonode.cloud/v2
ALGORAND_ALGOD_PORTNoThe port used to connect to the Algod service.
ALGORAND_AGENT_WALLET_ACTIVEYesThe mnemonic phrase for the active trading wallet used by the agent.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ultrade_wallet_signin_messageD

Generate message from the sign in data

ultrade_wallet_signinC

Sign in to trading account

ultrade_wallet_key_messageC

Generate message from the trading key data

ultrade_wallet_add_keyC

Add a trading key

ultrade_wallet_keysC

Get trading keys

ultrade_wallet_revoke_keyC

Revoke a trading key

ultrade_wallet_withdrawC

Withdraw token

ultrade_wallet_tradesC

Get filtered wallet trades

ultrade_wallet_transactionsC

Get filtered wallet transactions

ultrade_wallet_withdraw_messageD

Generate message from the withdrawal data

ultrade_market_chainsC

Get blockchain chains

ultrade_market_withdrawal_feeC

Get withdrawal fee

ultrade_market_operation_detailsC

Get operation details

ultrade_market_marketsC

Get markets

ultrade_market_balancesC

Get account balances

ultrade_market_order_messageD

Generate message from the order data

ultrade_market_create_ordersD

Create new orders

ultrade_market_create_orderC

Create new order

ultrade_market_cancel_ordersC

Cancel multiple open orders

ultrade_market_cancel_orderC

Cancel open order

ultrade_market_priceC

Get last market price by pair symbol

ultrade_market_depthC

Get order book depth

ultrade_market_last_tradesC

Get last trades

ultrade_market_symbolsC

Get market symbols

ultrade_market_settingsC

Get market settings

ultrade_market_detailsC

Get market details

ultrade_market_order_by_idC

Get order by ID

ultrade_market_ordersC

Get orders

ultrade_market_open_ordersC

Get open orders

ultrade_market_historyC

Get market history

ultrade_market_assetsC

Get trading assets

ultrade_market_fee_ratesC

Get fee rates

ultrade_system_timeA

Get current system time

ultrade_system_maintenanceB

Get system maintenance status

ultrade_system_versionC

Get system version

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/ultrade-org/ultrade-mcp'

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