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_message

Generate message from the sign in data

ultrade_wallet_signin

Sign in to trading account

ultrade_wallet_key_message

Generate message from the trading key data

ultrade_wallet_add_key

Add a trading key

ultrade_wallet_keys

Get trading keys

ultrade_wallet_revoke_key

Revoke a trading key

ultrade_wallet_withdraw

Withdraw token

ultrade_wallet_trades

Get filtered wallet trades

ultrade_wallet_transactions

Get filtered wallet transactions

ultrade_wallet_withdraw_message

Generate message from the withdrawal data

ultrade_market_chains

Get blockchain chains

ultrade_market_withdrawal_fee

Get withdrawal fee

ultrade_market_operation_details

Get operation details

ultrade_market_markets

Get markets

ultrade_market_balances

Get account balances

ultrade_market_order_message

Generate message from the order data

ultrade_market_create_orders

Create new orders

ultrade_market_create_order

Create new order

ultrade_market_cancel_orders

Cancel multiple open orders

ultrade_market_cancel_order

Cancel open order

ultrade_market_price

Get last market price by pair symbol

ultrade_market_depth

Get order book depth

ultrade_market_last_trades

Get last trades

ultrade_market_symbols

Get market symbols

ultrade_market_settings

Get market settings

ultrade_market_details

Get market details

ultrade_market_order_by_id

Get order by ID

ultrade_market_orders

Get orders

ultrade_market_open_orders

Get open orders

ultrade_market_history

Get market history

ultrade_market_assets

Get trading assets

ultrade_market_fee_rates

Get fee rates

ultrade_system_time

Get current system time

ultrade_system_maintenance

Get system maintenance status

ultrade_system_version

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